








指标名 | 说明 | 单位 |
cpu_count | CPU 核数 | 个 |
cpu_util | CPU 使用率,计算方式为排除 idle、wait、steal 后的占比。 | % |
cpu_guest_util | 客户时间(guest time)占比 | % |
cpu_guestnice_util | Nice 进程客户时间(nice guest time)占比 | % |
cpu_irq_util | 硬中断处理时间(Hard Irq time)占比 | % |
cpu_nice_util | Nice 时间(Nice time)占比 | % |
cpu_softirq_util | 软中断处理时间(Soft Irq time)占比 | % |
cpu_steal_util | 等待宿主机 CPU 时间(Steal time)占比 | % |
cpu_sys_util | 内核态(System time)占比 | % |
cpu_user_util | 用户态(User time)占比 | % |
cpu_wait_util | 等待 IO(Waiting time)占比 | % |
指标名 | 说明 | 单位 |
mem_util | 内存使用率 | % |
mem_cache | 已申请但未使用的内存 | byte |
mem_free | 未使用的内存 | byte |
mem_available | 可用内存 | byte |
mem_used | 已使用内存 | byte |
mem_swap_util | Swap 内存使用率 | % |
mem_total | 内存总量 | byte |
指标名 | 说明 | 单位 |
system_boot_time | 系统启动时间 | s |
system_load1 | 系统平均负载,1分钟平均值 | 不涉及 |
system_load5 | 系统平均负载,5分钟平均值 | 不涉及 |
system_load15 | 系统平均负载,15分钟平均值 | 不涉及 |
protocol_tcp_established | 已建立的 TCP 连接数 | 个 |
protocol_tcp_insegs | 接收的所有 TCP 报文数 | 个 |
protocol_tcp_outsegs | 发送的 TCP 报文数 | 个 |
protocol_tcp_retran_segs | 重传的 TCP 报文数 | 个 |
protocol_tcp_retran_util | 重传报文占总发送报文数量的比值 | % |
fd_allocated | 已分配的文件描述符数量 | 个 |
fd_max | 最大可分配的文件描述符数量 | 个 |
指标名 | 说明 | 单位 |
disk_rbps | 硬盘每秒读取流量 | byte/s |
disk_wbps | 硬盘每秒写入流量 | byte/s |
disk_riops | 硬盘每秒读取次数 | 次/s |
disk_wiops | 硬盘每秒写入次数 | 次/s |
disk_rlatency | 平均读延迟 | ms |
disk_wlatency | 平均写延迟 | ms |
disk_util | IO 使用率 | % |
disk_space_usage | 磁盘使用百分比 | % |
disk_inode_usage | inode 使用率 | % |
disk_space_used | 磁盘已使用容量 | byte |
disk_space_total | 磁盘总量 | byte |
disk_inode_total | inode 总量 | 个 |
disk_inode_used | inode 已使用容量 | 个 |
指标名 | 说明 | 单位 |
net_drop_util | 丢弃的数据包占总数据包的比值 | % |
net_err_util | 报错数据包占总数据包的比值 | % |
net_in | 网络接收速率 | byte/s |
net_in_pkt | 每秒接收的数据包 | 个/s |
net_out | 网络发送速率 | byte/s |
net_out_pkt | 每秒发送的数据包 | 个/s |
文档反馈