cadvisor/container
Euan Kemp d2e11efba2 libcontainer: use real number of CPUs for usage
As of the 4.7 kernel, the cpustats field returned from libcontainer
contains values for every possible cpu (including nonexistent ones).
The extra values are all 0s.

If we assume that hotplug events won't happen, we can get a more
accurage cpu count by using runtime.NumCPU and then ignoring any values
beyond that.
2017-08-30 14:26:26 -07:00
..
common Fix race in ignoring non-existent files 2017-06-08 11:16:31 -07:00
docker Add runtime options for TLS support 2017-08-24 15:14:33 +02:00
libcontainer libcontainer: use real number of CPUs for usage 2017-08-30 14:26:26 -07:00
raw Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -04:00
rkt Report container FS metrics into prometheus /metrics 2017-04-24 20:46:55 -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 Add udp and udp6 network statistics 2017-04-10 20:41:51 +01:00