diff options
-rwxr-xr-x | .times | 14 | ||||
-rw-r--r-- | served/starlight.html | 9 |
2 files changed, 13 insertions, 10 deletions
diff --git a/.times b/.times index 89b7d1b..b781a20 100755 --- a/.times +++ b/.times @@ -1,7 +1,7 @@ ,1722699430,1739445155,1739445155 .DS_Store,1716265453,1739645865,1739646135 .times-ignore,1708577778,1708577778,1724111977 -.times,1714751011,1740829271,1740829253 +.times,1714751011,1740909577,1740909570 readme.md,1739445155,1739445155,1739445155 .gitignore,1739445155,1739445155,1739445157 updateTimes.sh,1708577778,1708577778,1740776196 @@ -18,12 +18,12 @@ templates/post.html,1739445155,1739445155,1739445200 templates/base.html,1714750761,1733662976,1733662976 templates/minimal.html,1708593919,1708593919,1724111977 served,1722699430,1740573462,1740573463 -served/home.html,1739445155,1740776055,1740776207 +served/home.html,1739445155,1740909265,1740909265 served/.DS_Store,1716265453,1739645865,1739646135 served/about.html,1740572535,1740573730,1740573730 served/look1_512px.png,1734785632,1734785632,1734895881 served/valid-atom.png,1709295369,1709295369,1724135211 -served/starlight.html,1739700272,1740533723,1740533923 +served/starlight.html,1739700272,1740909559,1740909559 served/gennysomething.gif,1740573462,1740573462,1740738464 served/atom.xml,1721484969,1736549409,1736549409 served/look1_512px_squash.gif,1734785650,1734785650,1734895881 @@ -33,8 +33,8 @@ served/words/a-really-long-week.html,1731536606,1734517744,1734517744 served/words/.DS_Store,1731546328,1739645858,1739646135 served/words/words.html,1739445155,1739445155,1739445156 served/words/akkoma-postgres-migration.html,1712999241,1712999241,1724111977 -served/words/statistic-gifs.html,1740534158,1740829154,1740829154 -served/words/writing.css,1739445155,1739445155,1739445156 +served/words/statistic-gifs.html,1740534158,1740909365,1740909365 +served/words/writing.css,1739445155,1740907336,1740907337 served/words/words.css,1739445155,1739445155,1739445156 served/words/seeding-rng-physically.html,1739445155,1739445155,1739445156 served/words/images,1731545028,1735837530,1735837532 @@ -87,7 +87,7 @@ served/cohost/gif-selfies/pngd_nv12_3.webp,1707511212,1707511212,1724112458 served/cohost/gif-selfies/yay_color.gif,1707511212,1707511212,1724135237 served/cohost/gif-selfies/pngd_nv12_2.webp,1707511212,1707511212,1724112458 served/styles,1722699427,1740573422,1740573426 -served/styles/home.css,1739445155,1740572211,1740572213 +served/styles/home.css,1739445155,1740909209,1740909211 served/styles/Recursive.woff2,1656619120,1656619120,1733663978 served/styles/Atkinson-Hyperlegible-Bold-102a.woff2,1589485906,1589485906,1733665201 served/styles/post.css,1739445155,1739445155,1739445156 @@ -95,7 +95,7 @@ served/styles/common.css,1739445155,1740826395,1740826397 served/styles/about.css,1740573416,1740573835,1740573863 served/styles/writing.css,1724117827,1731504611,1733662439 served/styles/Atkinson-Hyperlegible-Italic-102a.woff2,1589485906,1589485906,1734781985 -served/styles/statistics.css,1739700443,1740829249,1740829250 +served/styles/statistics.css,1739700443,1740829249,1740829271 served/styles/Atkinson-Hyperlegible-Regular-102a.woff2,1589485906,1589485906,1733665315 served/styles/Atkinson-Hyperlegible-BoldItalic-102a.woff2,1589485906,1589485906,1734781985 served/bits,1722699430,1739446094,1739446094 diff --git a/served/starlight.html b/served/starlight.html index dbbafd7..c99de51 100644 --- a/served/starlight.html +++ b/served/starlight.html @@ -22,7 +22,8 @@ are generated every fifteen, so data should be reasonably current. <section id="stats"> <section class="stat"> <h2>Memory</h2> - <img src="/api/stats/current_hostmeminfo.gif" id="hostmeminfo"> + <img src="/api/stats/current_hostmeminfo.gif" id="hostmeminfo" + alt="a line graph showing memory usage. it is normally quite steady"> <p> parsed from <code>/proc/meminfo</code><br /> range 0 to {stats.mem.total}MB<br /> @@ -32,7 +33,8 @@ 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"> + <img src="/api/stats/current_hostnetinfo.gif" id="hostnetinfo" + alt="a line graph showing network usage. it is normally quite low and very spiky"> <p> parsed from <code>/proc/net/dev</code><br /> TX in blue // RX in green<br /> @@ -42,7 +44,8 @@ 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"> + <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"> <p> parsed from <code>/proc/stat</code><br /> cpu usage on avg.<br /> |