We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aed495 commit 098e701Copy full SHA for 098e701
source/_components/sensor.netdata.markdown
@@ -44,3 +44,12 @@ Configuration variables:
44
- 'ipv4_in': Amount of inbound IPv4 packets per second
45
- 'ipv4_out': Amount of outbound IPv4 packets per second
46
- 'disk_free': Free disk space
47
+ - 'cpu_iowait': CPU spent spent waiting for IO operations
48
+ - 'cpu_user': CPU time spent executing user tasks
49
+ - 'cpu_system': CPU time spent executing system tasks
50
+ - 'cpu_softirq': CPU time spent servicing soft interrupts
51
+ - 'cpu_guest': CPU time spent on guest tasks (such as VMs)
52
+ - 'uptime': Time (in seconds) since last boot
53
+ - 'packets_received': Amount of packets received
54
+ - 'packets_sent': Amount of packets sent
55
+ - 'connections': Total active connections
0 commit comments