runc/cgroups/fs
Abin Shahab b9c834b7aa ADDITIONAL CGROUPS BLKIO STATS
Currently github.com/docker/libcontainer/cgroups/fs.GetStats does not provide the following metrics:
blkio.io_wait_time, blkio.io_service_time, blkio.io_merged, and blkio.time.

This commits add these four metrics. The descriptions of the metrics are here: https://www.kernel.org/doc/Documentation/cgroups/blkio-controller.txt.

It also modifies blkio_test and stats_util_test to ensure that the metrics are parsed.

Docker-DCO-1.1-Signed-off-by: Abin Shahab <ashahab@altiscale.com> (github: ashahab-altiscale)
2014-10-21 06:28:08 +00:00
..
apply_raw.go Create an ApplyDevices call. 2014-10-15 11:59:26 -07:00
blkio.go ADDITIONAL CGROUPS BLKIO STATS 2014-10-21 06:28:08 +00:00
blkio_test.go ADDITIONAL CGROUPS BLKIO STATS 2014-10-21 06:28:08 +00:00
cpu.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
cpu_test.go Use blkio.throttle.* stats when CFQ is not in use 2014-08-27 15:01:46 +02:00
cpuacct.go Saturate negative memory stat values at '0'. 2014-09-24 16:47:41 +00:00
cpuset.go Cleanup systemd cgroup code 2014-08-13 18:16:51 -07:00
devices.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
freezer.go Change not found error to be typed with cgroup subsystem 2014-08-20 10:32:01 -07:00
memory.go Saturate negative memory stat values at '0'. 2014-09-24 16:47:41 +00:00
memory_test.go Use blkio.throttle.* stats when CFQ is not in use 2014-08-27 15:01:46 +02:00
notify_linux.go Fix nits on chan direction and defer 2014-06-24 12:08:03 -07:00
notify_linux_test.go Add fs.NotifyOnOOM for out-of-memory notifications 2014-06-19 12:27:34 +02:00
perf_event.go Change not found error to be typed with cgroup subsystem 2014-08-20 10:32:01 -07:00
stats_util_test.go ADDITIONAL CGROUPS BLKIO STATS 2014-10-21 06:28:08 +00:00
util_test.go Only import "testing" from *_test.go 2014-07-30 18:15:12 +02:00
utils.go Saturate negative memory stat values at '0'. 2014-09-24 16:47:41 +00:00
utils_test.go Saturate negative memory stat values at '0'. 2014-09-24 16:47:41 +00:00