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