runc/cgroups
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
..
cgutil Docker 'runin' demands passing flags before 'nsenter' cli option. 2014-08-05 22:13:23 +00:00
fs ADDITIONAL CGROUPS BLKIO STATS 2014-10-21 06:28:08 +00:00
systemd Create an ApplyDevices call. 2014-10-15 11:59:26 -07:00
cgroups.go Change not found error to be typed with cgroup subsystem 2014-08-20 10:32:01 -07:00
cgroups_test.go pkg/cgroups: Export ParseCgroupFile 2014-10-07 15:55:58 +02:00
stats.go ADDITIONAL CGROUPS BLKIO STATS 2014-10-21 06:28:08 +00:00
utils.go pkg/cgroups: Export ParseCgroupFile 2014-10-07 15:55:58 +02:00