diff options
author | gennyble <gen@nyble.dev> | 2025-03-02 03:59:37 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-02 03:59:37 -0600 |
commit | 23aec015c81541ffc4509b1b81b509c060342ff1 (patch) | |
tree | be8f0259f9b0dd657a944534f692a985d9137163 /served | |
parent | d050a7d97d61cd48fba6a5adf85b9649cb373d64 (diff) | |
download | ∞-23aec015c81541ffc4509b1b81b509c060342ff1.tar.gz ∞-23aec015c81541ffc4509b1b81b509c060342ff1.zip |
add temporary static alt text
Diffstat (limited to 'served')
-rw-r--r-- | served/starlight.html | 9 |
1 files changed, 6 insertions, 3 deletions
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 /> |