Skip to content
Snippets Groups Projects
Commit e3672ac9 authored by Robin Obůrka's avatar Robin Obůrka
Browse files

nethist: Provide some documentation

parent 8ca7e4b7
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,27 @@ nethist
Daemon that stores network throughput into a ringbuffer, so user can request a
graph of activity some time back.
Daemon generates every 3 second CSV-like file /tmp/network with timestamped
values of some interesting indicators.
There are few types of rows:
<timestamp>,network,<interface_name>,<received_bytes>,<transmitted_bytes>
- Source: /proc/net/dev
- Unit: bytes
<timestamp>,cpu,<current_load>
- Source: /proc/loadavg
<timestamp>,memory,<memtotal>,<memfree>,<buffers>,<cached>
- Source: /proc/meminfo
- Unit: kbytes
<timestamp>,temperature,<board>,<cpu>
- Source: I2C thermometer
- Unit: °C
<timestamp>,fs,<used>,<evailable>
- Source: command df
- Unit: 1k-blocks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment