Updated on 2024-06-26 GMT+08:00

Pod View

The pod view displays information about resources, networks, and disks, so you can better monitor a pod.

Metric Description

Pod metrics include resource metrics, network metrics, and disk metrics. You can view these metrics in the following tables.

Figure 1 Resource metrics
Table 1 Resource metrics

Metric

Unit

Description

Total Containers

N/A

Total number of containers in a pod.

Running Containers

N/A

The number of running containers in a pod.

Pod Status

N/A

The number of pods in different states.

Container Restarts

N/A

The number of container restarts.

Used CPU

core

CPU used by the pod.

CPU Efficiency & Usage

%

- Efficiency: Used CPU/Requested CPU

- Usage: Used CPU/Total CPU

Used Memory

byte

Memory used by a pod.

Memory Efficiency & Usage

%

- Efficiency: Used memory/Requested memory

- Usage: Used memory/Total memory

CPU Throttling

%

The percentage of the CPU time that is in throttling status.

Figure 2 Network metrics
Table 2 Network metrics

Metric

Unit

Description

Network Receive Rate

byte/s

The number of bytes received by a container per second.

Network Transmit Rate

byte/s

The number of bytes sent by a container per second.

Packet Receive Rate

packet/s

The number of packets received by a container per second.

Packet Transmit Rate

packet/s

The number of packets sent by a container per second.

Packet Loss Rate (Receive)

packet/s

The number of packets not received by a container per second.

Packet Loss Rate (Transmit)

packet/s

The number of packets sent from a container but not received by the recipient per second.

Figure 3 Disk metrics
Table 3 Disk metrics

Metric

Unit

Description

Pod Disk I/O Rate (Read + Write)

N/A

The number of read/write on the disk by a pod per second.

Pod Disk Throughput (Read + Write)

byte/s

Total number of bytes read to or written from the disk by a pod per second.

Container Disk I/O Rate (Read + Write)

N/A

The number of read/write operations on the disk by a pod per second.

Container Disk Throughput (Read + Write)

byte/s

Total number of bytes read to and written from the disk by the pod per second.

File System Usage

%

The space usage of the file system.

File System Used

byte

The number of bytes used by the file system.

Metric List

The following is the metric list of the pod view.

Table 4 Metric description

Metric

Type

Description

kube_pod_container_status_running

Gauge

Whether the container is currently in running state.

kube_pod_container_info

Gauge

Information about a container in a pod.

kube_pod_status_phase

Gauge

The current phase of a pod.

kube_pod_container_status_restarts_total

Counter

The number of container restarts.

container_cpu_usage_seconds_total

Counter

Cumulative CPU time consumed by a container, in seconds.

kube_pod_container_resource_requests

Gauge

The number of request resources requested by a container.

container_spec_cpu_quota

Gauge

CPU quota of a container.

container_memory_working_set_bytes

Gauge

Memory used by a container.

container_spec_memory_limit_bytes

Gauge

Memory limit for a container.

container_cpu_cfs_throttled_periods_total

Counter

The number of throttled periods.

container_cpu_cfs_periods_total

Counter

The number of elapsed enforcement periods.

container_network_receive_bytes_total

Counter

Cumulative count of bytes received by a container.

container_network_transmit_bytes_total

Counter

Cumulative count of bytes transmitted by a container.

container_network_receive_packets_total

Counter

Cumulative count of packets received by a container.

container_network_transmit_packets_total

Counter

Cumulative count of packets transmitted by a container.

container_network_receive_packets_dropped_total

Counter

Cumulative count of packets dropped by a container while receiving.

container_network_transmit_packets_dropped_total

Counter

Cumulative count of packets dropped by a container while transmitting.

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.

container_fs_usage_bytes

Gauge

The number of bytes that are consumed by a container on the file system.

container_fs_limit_bytes

Gauge

The number of bytes that can be consumed by a container on the file system.