diff options
author | gennyble <gen@nyble.dev> | 2025-02-16 12:51:45 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-02-16 12:51:45 -0600 |
commit | 371a3df92f6ca676570e4e195e01f7a4b8748e6d (patch) | |
tree | a404407f02918611df1f15fe0bfd8c670865f854 | |
parent | 73be1f6de87f6cb6b4337bbc837033ec446d8306 (diff) | |
download | ∞-371a3df92f6ca676570e4e195e01f7a4b8748e6d.tar.gz ∞-371a3df92f6ca676570e4e195e01f7a4b8748e6d.zip |
statistics -> starlight
-rw-r--r-- | served/starlight.html (renamed from served/statistics.html) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/served/statistics.html b/served/starlight.html index 32ba2bc..3ab528b 100644 --- a/served/statistics.html +++ b/served/starlight.html @@ -35,8 +35,12 @@ so data should be reasonably current. <h2>Network</h2> <img src="/api/stats/current_hostnetinfo.gif" id="hostnetinfo"> <p> - parsed from <code>/proc/net/dev</code><br /> - receive in blue, transmit in green + TX in blue // RX in green<br /> + range from 0kBps to 1MBps<br /> + parsed from <code>/proc/net/dev</code> + </p> + <p> + not auto-ranging; values may draw over the top </p> </section> </section> \ No newline at end of file |