diff options
| author | gennyble <gen@nyble.dev> | 2025-06-30 20:02:08 -0500 |
|---|---|---|
| committer | gennyble <gen@nyble.dev> | 2025-06-30 20:02:08 -0500 |
| commit | 08b4973fc75dca181ae44de2b817575100c0e4be (patch) | |
| tree | ad606ccf29c0e40206bb7c5eba8904bc7bd4c969 | |
| parent | 9f40b34a765ef436bab9d38f8073ca737b2ecf0d (diff) | |
| download | ∞-08b4973fc75dca181ae44de2b817575100c0e4be.tar.gz ∞-08b4973fc75dca181ae44de2b817575100c0e4be.zip | |
change graph alt
| -rwxr-xr-x | .times | 4 | ||||
| -rw-r--r-- | served/starlight.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.times b/.times index d435672..cbfcdcc 100755 --- a/.times +++ b/.times @@ -1,7 +1,7 @@ ,1722699430,1746630048,1746630048 .DS_Store,1716265453,1746668017,1746658782 .times-ignore,1708577778,1708577778,1724111977 -.times,1746630048,1751331709,1751331695 +.times,1746630048,1751331728,1751331714 readme.md,1739445155,1744362954,1744362956 .gitignore,1739445155,1744801972,1744901327 updateTimes.sh,1708577778,1708577778,1751331709 @@ -61,7 +61,7 @@ served/words/weeknotes/what.html,1721303429,1744362820,1744362933 served/words/weeknotes/2025,1739445155,1744558015,1744558017 served/words/weeknotes/2025/15.html,1744557135,1744784629,1744901327 served/words/weeknotes/2025/week15.gif,1744558015,1744558015,1744758256 -served/words/weeknotes/2025/trip-to-a-coffee-shop.html,1739445155,1751225218,1751225218 +served/words/weeknotes/2025/trip-to-a-coffee-shop.html,1739445155,1751225218,1751331709 served/words/weeknotes/2025/2.html,1739445155,1744557843,1744901327 served/words/weeknotes/2025/1.html,1739445155,1744557841,1744901327 served/words/weeknotes/2024,1722699427,1739445155,1739445200 diff --git a/served/starlight.html b/served/starlight.html index c99de51..71e08ca 100644 --- a/served/starlight.html +++ b/served/starlight.html @@ -34,7 +34,7 @@ are generated every fifteen, so data should be reasonably current. <section class="stat"> <h2>Network</h2> <img src="/api/stats/current_hostnetinfo.gif" id="hostnetinfo" - alt="a line graph showing network usage. it is normally quite low and very spiky"> + alt="a line graph showing network usage. it is sometimes low and spiky, but sometimes shows high usage that is almost exclusively from bots downloading the entire internet "> <p> parsed from <code>/proc/net/dev</code><br /> TX in blue // RX in green<br /> @@ -45,7 +45,7 @@ are generated every fifteen, so data should be reasonably current. <section class="stat"> <h2>CPU</h2> <img src="/api/stats/current_hostcpuinfo.gif" id="hostcpuinfo" - alt="a line graph showing cpu usage. it is normally quite spiky, but steady on an average of a tenth of a percent"> + alt="a line graph showing cpu usage. it is normally quite spiky and variable"> <p> parsed from <code>/proc/stat</code><br /> cpu usage on avg.<br /> |
