why memory.usage read from file but not compute from stats. #4154
Replies: 1 comment
-
They measure different things. As for why we read them from the file, it's because we just provide the information the kernel gives you. It's up to the user as to what information they need -- if they need |
Beta Was this translation helpful? Give feedback.
-
in containerv1, read memory stats from file memory.stats, read memory usage from file memory.usage_in_bytes.
why do not compute memory usage from memory.stats[rss] + memory.stats[cache]?
it there have any difference between value with memory.usage_in_bytes and memory.stats[rss] + memory.stats[cache]?
Beta Was this translation helpful? Give feedback.
All reactions