diff --git a/source/_components/sensor.netdata.markdown b/source/_components/sensor.netdata.markdown index 3673431d176..70df53e9c53 100644 --- a/source/_components/sensor.netdata.markdown +++ b/source/_components/sensor.netdata.markdown @@ -44,3 +44,12 @@ Configuration variables: - 'ipv4_in': Amount of inbound IPv4 packets per second - 'ipv4_out': Amount of outbound IPv4 packets per second - '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