Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Pod View

Updated on 2025-01-07 GMT+08:00

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

N/A

The number of packets received by a container per second.

Packet Transmit Rate

N/A

The number of packets sent by a container per second.

Packet Loss (Receive)

N/A

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

Packet Loss (Transmit)

N/A

The number of packets sent from a container but not received by the receiver 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 sent 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 sent by a container.

container_network_receive_packets_dropped_total

Counter

Cumulative count of packets not received by a container.

container_network_transmit_packets_dropped_total

Counter

Cumulative count of packets sent from a container but not received by the receiver.

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.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback