Host metrics
This is a reference list of the metrics used for hosts, with details of their availability on Windows, Linux, and AIX operating systems.
You can also check if the metrics are available in the Discovery monitoring mode. For more details, refer to Discovery mode.
CPU and Memory metrics
Metrics representing the usage of CPU and RAM.
CPU
Logical / Physical CPU cores
builtin:host.cpu.entConfig
AIX Kernel threads running
builtin:host.kernelThreads.running
dt.host.kernel_threads.running
AIX Kernel threads blocked
builtin:host.kernelThreads.blocked
dt.host.kernel_threads.blocked
AIX Kernel threads blocked I/O message wait
builtin:host.kernelThreads.ioMessageWait
dt.host.kernel_threads.io_message_wait
AIX Kernel threads blocked I/O event wait
builtin:host.kernelThreads.ioEventWait
dt.host.kernel_threads.io_event_wait
Memory
builtin:host.mem.avail.bytes
dt.host.memory.avail.bytes
builtin:host.mem.avail.pct
dt.host.memory.avail.percent
builtin:host.mem.avail.pfps
dt.host.memory.avail.pfps
builtin:host.mem.swap.used
builtin:host.mem.swap.total
dt.host.memory.swap.total
builtin:host.mem.swap.avail
dt.host.memory.swap.avail
File descriptors/handles
builtin:host.handles.fileDescriptorsUsed
dt.host.handles.file_descriptors_used
builtin:host.handles.fileDescriptorsMax
dt.host.handles.file_descriptors_max
Disk metrics
Metrics representing the disk usage. Note that there's a separation between network and local drives on Linux.
builtin:host.disk.usedPct
dt.host.disk.used.percent
builtin:host.disk.inodesTotal
dt.host.disk.inodes_total
builtin:host.disk.inodesAvail
dt.host.disk.inodes_avail
builtin:host.disk.readOps
builtin:host.disk.writeOps
builtin:host.disk.bytesRead
builtin:host.disk.bytesWritten
dt.host.disk.bytes_written
builtin:host.disk.readTime
builtin:host.disk.writeTime
builtin:host.disk.utilTime
Disk average queue length
builtin:host.disk.queueLength
dt.host.disk.queue_length
Network metrics per network interface controller (NIC)
Metrics representing the usage of network interface controllers on the host. They're collected by OneAgent network module.
builtin:host.net.nic.bytesRx
builtin:host.net.nic.bytesTx
builtin:host.net.nic.packets.rx
dt.host.net.nic.packets.rx
builtin:host.net.nic.packets.tx
dt.host.net.nic.packets.tx
builtin:host.net.nic.packets.droppedTx
dt.host.net.nic.packets.dropped_tx
builtin:host.net.nic.packets.droppedRx
dt.host.net.nic.packets.dropped_rx
builtin:host.net.nic.packets.errorsTx
dt.host.net.nic.packets.errors_tx
builtin:host.net.nic.packets.errorsRx
dt.host.net.nic.packets.errors_rx
builtin:host.net.nic.linkUtilTx
dt.host.net.nic.link_util_tx
builtin:host.net.nic.linkUtilRx
dt.host.net.nic.link_util_rx
Availability
builtin:host.availability.state
Other