Added new conditions to netdata sensor (#3613)
This commit is contained in:
parent
1aed4959b3
commit
098e7014d4
1 changed files with 9 additions and 0 deletions
|
@ -44,3 +44,12 @@ Configuration variables:
|
||||||
- 'ipv4_in': Amount of inbound IPv4 packets per second
|
- 'ipv4_in': Amount of inbound IPv4 packets per second
|
||||||
- 'ipv4_out': Amount of outbound IPv4 packets per second
|
- 'ipv4_out': Amount of outbound IPv4 packets per second
|
||||||
- 'disk_free': Free disk space
|
- 'disk_free': Free disk space
|
||||||
|
- 'cpu_iowait': CPU spent spent waiting for IO operations
|
||||||
|
- 'cpu_user': CPU time spent executing user tasks
|
||||||
|
- 'cpu_system': CPU time spent executing system tasks
|
||||||
|
- 'cpu_softirq': CPU time spent servicing soft interrupts
|
||||||
|
- 'cpu_guest': CPU time spent on guest tasks (such as VMs)
|
||||||
|
- 'uptime': Time (in seconds) since last boot
|
||||||
|
- 'packets_received': Amount of packets received
|
||||||
|
- 'packets_sent': Amount of packets sent
|
||||||
|
- 'connections': Total active connections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue