Namespace statistics
- Produces
-
Not implemented
- VCPU
-
Virtual CPU is the measurement of CPU that is in use.
- VCPULimitQuota
-
vCPU limit quota is the total amount of virtual CPU limits (in mCores) for all pods allocated to the namespace against the namespace quota.
- VCPURequest
-
Virtual CPU request is the CPU currently guaranteed by all containers on the node with a CPU request. The capacity for this resource is the node allocatable capacity, which is the amount of resources available for pods and can be less than the physical capacity.
- VCPURequestQuota
-
If applicable, vCPU request quota is the amount of virtual CPU request (in mCores) a pod has allocated against the namespace quota.
- VMem
-
Virtual memory (vMem) is the measurement of memory that is in use.
- VMemLimitQuota
-
If applicable, vMem limit quota is the amount of virtual memory limit a pod has allocated against the namespace quota.
- VMemRequest
-
Virtual memory request is the memory currently guaranteed by all containers on the node with a memory request. The capacity for this resource is the Node Allocatable capacity, which is the amount of resources available for pods and can be less than the physical capacity.
Memory currently guaranteed by all containers on the node with a memory request
- VMemRequestQuota
-
vMem request quota is the total amount of virtual memory request for all pods allocated to the namespace against the namespace quota.