Node视图
从节点视角出发,加入了节点资源、网络、磁盘等关键指标呈现,帮助您掌控节点运行状况。
指标说明
Node视图暴露的指标如下:
指标名称 |
单位 |
说明 |
---|---|---|
节点CPU使用率 |
百分比 |
节点CPU使用率 |
CPURequests水位 |
百分比 |
节点CPU Requests占节点CPU容量的百分比 |
CPULimits水位 |
百分比 |
节点CPU Limits占节点CPU容量的百分比 |
内存使用率 |
百分比 |
节点内存使用率 |
内存Requests水位 |
百分比 |
节点内存Requests占节点内存容量的百分比 |
内存Limits水位 |
百分比 |
节点内存Limits占节点内存容量的百分比 |
PodCPU使用率 |
百分比 |
节点上Pod的CPU使用率 |
内存使用量 |
字节 |
节点上Pod的内存使用量 |
指标名称 |
单位 |
说明 |
---|---|---|
网络接收速率 |
字节/秒 |
节点每秒接收的字节数 |
网络发送速率 |
字节/秒 |
节点每秒发送的字节数 |
网络接收速率(Pod) |
字节/秒 |
节点上的Pod每秒接收的字节数 |
网络发送速率(Pod) |
字节/秒 |
节点上的Pod每秒发送的字节数 |
接收数据包速率 |
个/秒 |
节点上的Pod每秒接收的数据包个数 |
发送数据包速率 |
个/秒 |
节点上的Pod每秒发送的数据包个数 |
丢包速率(接收) |
个/秒 |
节点上的Pod每秒接收丢失的数据包个数 |
丢包速率(发送) |
个/秒 |
节点上的Pod每秒发送丢失的数据包个数 |
指标名称 |
单位 |
说明 |
---|---|---|
节点磁盘读写IO速率(读+写) |
次数/秒 |
节点磁盘每秒读写IO次数 |
节点磁盘读写吞吐量(读+写) |
字节/秒 |
节点中Pod每秒读写磁盘字节数 |
指标清单
节点视图使用的指标清单如下:
指标 |
类型 |
说明 |
---|---|---|
kube_pod_container_resource_limits |
gauge |
容器请求的限制资源数 |
kube_pod_status_phase |
gauge |
Pod当前阶段 |
kube_node_status_allocatable |
gauge |
节点可分配的资源总数 |
kube_pod_container_resource_requests |
gauge |
容器请求的请求资源数 |
node_memory_MemAvailable_bytes |
gauge |
节点内存可用字节数 |
node_memory_MemTotal_bytes |
gauge |
节点内存总字节数 |
node_cpu_seconds_total |
counter |
在不同模式下节点累计CPU花费的时间 |
container_cpu_usage_seconds_total |
counter |
容器CPU累计使用时间 |
container_memory_rss |
gauge |
RSS内存,即常驻内存集。是分配给进程使用的实际物理内存字节数,不是磁盘上缓存的虚机内存。 |
container_network_receive_bytes_total |
counter |
容器网络累积接收字节数 |
container_network_transmit_bytes_total |
counter |
容器网络累积传输字节数 |
container_network_receive_packets_total |
counter |
容器网络收到的累计数据包数 |
container_network_transmit_packets_total |
counter |
容器网络传输的累计数据包数 |
container_network_transmit_packets_dropped_total |
counter |
容器网络传输时丢失的数据包数 |
container_fs_reads_total |
counter |
容器磁盘读取次数 |
container_fs_writes_total |
counter |
容器已完成磁盘写入的累计计数 |
container_fs_reads_bytes_total |
counter |
容器磁盘读取的总字节数 |
container_fs_writes_bytes_total |
counter |
容器写入的累计在节数 |