What is the difference between “container_memory_working_set_bytes” and “container_memory_rss” metric on the container
I need to monitor my container memory usage running on kubernetes cluster. After read some articles there're two recommendations: container_memory_rss , container_memory_working_set_bytes The definitions of both metrics are said (from the cAdvisor code) container_memory_rss : The amount of anonymous and swap cache memory container_memory_working_set_bytes :