]> git.proxmox.com Git - pve-container.git/commit
lxc : vmstatus : add disk read|write stats
authorAlexandre Derumier <aderumier@odiso.com>
Sun, 21 Jun 2015 11:06:27 +0000 (13:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 21 Jun 2015 14:23:54 +0000 (16:23 +0200)
commitb52893222aac62f51da88694a6c07ba0116be892
treef982c4e68a2642e7456d54c29ad76331e72204f1
parent3a43e41a0c5a79e4d847eb48161f90c4b03bfc7a
lxc : vmstatus : add disk read|write stats

using cgroup blkio.throttle.io_service_bytes

They are also another cgroup blkio.io_service_bytes,
but it's only work with cfq io scheduler.

blkio.throttle.io_service_bytes works with any io scheduler

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/LXC.pm