Skip to content

Commit 431da0f

Browse files
committed
in cgroup v2, memory.max_usage_in_bytes can be replaced by memory.peak
- added since kernel 5.19 in torvalds/linux@8e20d4b
1 parent d7e5094 commit 431da0f

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/2371-cri-pod-container-stats

1 file changed

+1
-1
lines changed

keps/sig-node/2371-cri-pod-container-stats/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Below is a table describing which stats come from what source now, as well a pro
135135
| |N/A |container_memory_failcnt |N/A |cAdvisor |CRI or N/A | memory.failcnt N/A
136136
| |N/A |container_memory_failures_total |N/A |cAdvisor |CRI or N/A | (memory.stat) pg_fault && pg_maj_fault |
137137
| |N/A |container_memory_mapped_file |N/A |cAdvisor |CRI or N/A | (memory.stat) mapped_file | (memory.stat) file_mapped
138-
| |N/A |container_memory_max_usage_bytes |N/A |cAdvisor |CRI or N/A | memory.max_usage_in_bytes | memory.max
138+
| |N/A |container_memory_max_usage_bytes |N/A |cAdvisor |CRI or N/A | memory.max_usage_in_bytes | memory.peak
139139
| |N/A |container_memory_swap |N/A |cAdvisor |CRI or N/A | (memory.stat) swap | memory.swap.current - memory.current
140140
|ProcessStats |ProcessCount |container_processes |Pod |cAdvisor |CRI | Process
141141
|AcceleratorStats |Make |N/A (too lazy to find the mapping) |Container |cAdvisor |cAdvisor or N/A | accelerators/nvidia.go | accelerators/nvidia.go

0 commit comments

Comments
 (0)