diff options
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 /> |