特别是%CPU/R、%CPU/L、%MEM/R 和%MEM/L。当我这样做时,内存和 CPU(非百分比)列的单位是什么?
在https://gist.github.com/BigNerd/35a56e411df4c90f7d6dee1d33dbd0a5这里,作者解释了更多。我在这里复制他的内容:
View: Pods(<namespace>)[number of pods listed]
NAME pod name
READY number of pods in ready state / number of pods to be in ready state
RESTARTS number of times the pod has been restarted so far
STATUS state of the pod life cycle, such as Running | ... | Completed
CPU current CPU usage, unit is milli-vCPU
MEM current main memory usage, unit is MiB
%CPU/R current CPU usage as a percentage of what has been requested by the pod
%MEM/R current main memory usage as a percentage of what has been requested by the pod
%CPU/L current CPU usage as a percentage of the pod's limit (it cannot go beyond its limit)
%MEM/L current main memory usage as a percentage of the pod's limit (it cannot go beyond its limit)
IP IP address of the pod
NODE name of the node the pod is running on
AGE age of the pod, units are indicated (s = seconds, m = minutes, h = hours, d = days)
Run Code Online (Sandbox Code Playgroud)
他的主旨应该拥有一颗星星。
| 归档时间: |
|
| 查看次数: |
15517 次 |
| 最近记录: |