Node View
The node view displays node resource, network, and disk metrics, so you can better monitor a node.
Metric Description
You can view the node metrics in the following tables.
| Metric | Unit | Description |
|---|---|---|
| Node CPU Rate | % | CPU usage of the node. |
| CPU Requests Commitment | % | CPU requests of the node/Total CPU of the node |
| CPU Limits Commitment | % | CPU limits/Total CPU of the node |
| Memory Usage | % | Memory usage of the node. |
| Memory Requests Commitment | % | Memory requests of the node/Total memory of the node |
| Memory Limits Commitment | % | Memory limits of the node/Total memory of the node |
| Pods CPU Rate | % | CPU usage of each pod on the node |
| Memory Usage | Bytes | Memory usage of the pod on the node |
| Metric | Unit | Description |
|---|---|---|
| Receive Bandwidth | Bytes/s | The number of bytes received by the node per second. |
| Transmit Bandwidth | Bytes/s | The number of bytes sent by the node per second. |
| Network Receive Rate (Pod) | Bytes/s | The number of bytes received by each pod on the node per second. |
| Network Transmit Rate (Pod) | Bytes/s | The number of bytes sent by the pod on the node per second. |
| Rate of Received Packets | Count/s | The number of packets received by each pod on the node per second. |
| Rate of Transmitted Packets | Count/s | The number of packets transmitted by each pod on the node per second. |
| Rate of Received Packets Dropped | Count/s | The number of packets not received by each pod on the node per second. |
| Rate of Transmitted Packets Dropped | Count/s | The number of packets transmitted by each pod on the node but not received by the receiver per second. |
| Metric | Unit | Description |
|---|---|---|
| Node I/O Per Second (Reads + Writes) | Count/s | Total number of read and write operations performed by each pod on the disk per second. |
| Node I/O Throughput (Read + Write) | Bytes/s | Total number of bytes read from and written to the disk by each pod on the node per second. |
Metric List
The following is the metric list of the node view.
| Metric | Type | Description |
|---|---|---|
| kube_pod_container_resource_limits | Gauge | Container resource limits |
| kube_pod_status_phase | Gauge | The current phase of a pod. |
| kube_node_status_allocatable | Gauge | Allocatable resources on a node. |
| kube_pod_container_resource_requests | Gauge | Container resource requests. |
| node_memory_MemAvailable_bytes | Gauge | Available memory on a node, in bytes. |
| node_memory_MemTotal_bytes | Gauge | Total memory on a node, in bytes. |
| node_cpu_seconds_total | Counter | Cumulative CPU time of a node in each mode, in seconds. |
| container_cpu_usage_seconds_total | Counter | Cumulative CPU time consumed by a container, in seconds. |
| container_memory_rss | Gauge | Resident set size (RSS), which is the amount of physical memory held by a process. |
| container_network_receive_bytes_total | Counter | Cumulative count of bytes received over the container network. |
| container_network_transmit_bytes_total | Counter | Cumulative count of bytes transmitted over the container network. |
| container_network_receive_packets_total | Counter | Cumulative count of packets received over the container network. |
| container_network_transmit_packets_total | Counter | Cumulative count of packets transmitted over the container network. |
| container_network_transmit_packets_dropped_total | Counter | Cumulative count of packets dropped while transmitting over the container network. |
| container_fs_reads_total | Counter | Cumulative count of reads completed by a container. |
| container_fs_writes_total | Counter | Cumulative count of writes completed by a container. |
| container_fs_reads_bytes_total | Counter | Cumulative count of bytes read by a container. |
| container_fs_writes_bytes_total | Counter | Cumulative count of bytes written by a container. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot