Skip to main content

Built-in Metrics

System

Metric IDDescription
system.uptimeMilliseconds since boot

CPU

Metric IDDescription
system.load.avgLoad average as reported by the system
system.load.cpuCPU usage in the range [0.0, 1.0]
system.cpu.frequencyCPU frequency in MHz

Memory

Metric IDDescription
system.memory.totalSizeTotal amount of memory space in bytes
system.memory.freeSizeFree amount of memory space in bytes
system.swap.totalSpaceSizeTotal amount of swap space in bytes
system.swap.freeSpaceSizeFree amount of swap space in bytes

Network

Metric IDDescription
network.if.rate.bytesRate (bytes/second) of total traffic passing through this interface (rx+tx).
network.if.rate.bytes.rxRate (bytes/second) of received traffic on this interface.
network.if.rate.bytes.txRate (bytes/second) of sent traffic on this interface.
network.if.rate.packetsRate (packets/second) of total traffic for this interface (rx+tx).
network.if.rate.packets.rxRate (packets/second) of received packets on this interface.
network.if.rate.packets.txRate (packets/second) of sent packets on this interface.
network.if.rate.errorsRate (errors/second) of total errors for this interface (rx+tx).
network.if.rate.errors.rxRate (errors/second) of received errors on this interface.
network.if.rate.errors.txRate (errors/second) of sent errors on this interface.
network.if.rate.droppedRate (dropped packets/second) for the entire interface (rx+tx).
network.if.rate.dropped.rxRate (dropped packets/second) of received packets on this interface.
network.if.rate.dropped.txRate (dropped packets/second) of sent packets on this interface.

Each metric report will include the interface property, indicating the interface from which the metric was captured (e.g., vcan0, eth0, wlan0, etc.). Virtual and bridge interfaces are ignored.