cadvisor/manager
Victor Marmol 4e028d7995 Make housekeeping interval dynamic, fist signal is resource usage.
If no resources are used by the container since the last housekeeping,
we double the housekeeping interval until --max_housekeeping_interval.
If usage was detected, we drop it back to the baseline
(--housekeeping_interval).

From my tests this reduces CPU usage in CoreOS from ~8% to ~3% with no
real loss of accuracy.

Fixes #159
2014-09-10 15:01:54 -07:00
..
container_test.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
container.go Make housekeeping interval dynamic, fist signal is resource usage. 2014-09-10 15:01:54 -07:00
machine.go Add cadvisor version to VersionInfo. 2014-06-16 19:00:19 +00:00
manager_test.go Adding v1.1 remote API. 2014-08-01 16:17:43 -07:00
manager.go Make the duration of housekeeping flag configurable. 2014-08-30 19:57:53 -07:00