Skip to content

Commit

Permalink
Merge pull request #4782 from kubernetes/pacoxu-patch-1
Browse files Browse the repository at this point in the history
in cgroup v2, memory.max_usage_in_bytes can be replaced by memory.peak
  • Loading branch information
k8s-ci-robot authored Sep 20, 2024
2 parents 0469c6e + ab493f8 commit 2395264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/sig-node/2371-cri-pod-container-stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Below is a table describing which stats come from what source now, as well a pro
| |N/A |container_memory_failcnt |N/A |cAdvisor |CRI or N/A | memory.failcnt N/A
| |N/A |container_memory_failures_total |N/A |cAdvisor |CRI or N/A | (memory.stat) pg_fault && pg_maj_fault |
| |N/A |container_memory_mapped_file |N/A |cAdvisor |CRI or N/A | (memory.stat) mapped_file | (memory.stat) file_mapped
| |N/A |container_memory_max_usage_bytes |N/A |cAdvisor |CRI or N/A | memory.max_usage_in_bytes | memory.max
| |N/A |container_memory_max_usage_bytes |N/A |cAdvisor |CRI or N/A | memory.max_usage_in_bytes | memory.peak(since kernel 5.19)
| |N/A |container_memory_swap |N/A |cAdvisor |CRI or N/A | (memory.stat) swap | memory.swap.current - memory.current
|ProcessStats |ProcessCount |container_processes |Pod |cAdvisor |CRI | Process
|AcceleratorStats |Make |N/A (too lazy to find the mapping) |Container |cAdvisor |cAdvisor or N/A | accelerators/nvidia.go | accelerators/nvidia.go
Expand Down

0 comments on commit 2395264

Please sign in to comment.