cadvisor/container
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
..
common move ListContainers code to common and make rkt play nice 2016-05-03 07:14:53 -07:00
docker Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
libcontainer Modify working set memory stats calculation 2016-07-15 10:58:25 -07:00
raw Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
rkt Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
systemd Refactor container watching out of raw handler into its own inteface / package 2016-05-11 20:27:10 -07:00
testing Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
container.go Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
factory_test.go Move mocks to testing package to remove +build tags 2016-07-06 14:15:43 -07:00
factory.go Refactor container watching out of raw handler into its own inteface / package 2016-05-11 20:27:10 -07:00