cadvisor/container/libcontainer
Michael Taufen 307d1b1cb3 Modify working set memory stats calculation
Change working set calculation to usage - total_inactive_file, rather than
usage - total_inactive_anon - total_inactive_file. Since writes to tmpfs
get tracked as total_inactive_anon when swap is disabled, the old
calculation would under-report memory pressure.

See this Kubernetes issue for context:
https://github.com/kubernetes/kubernetes/issues/28619
2016-07-15 10:58:25 -07:00
..
testdata add test case for compatibility.go 2015-12-02 11:01:50 +08:00
helpers_test.go Add test for net dev stats 2015-10-28 12:51:13 +00:00
helpers.go Modify working set memory stats calculation 2016-07-15 10:58:25 -07:00