All you need to know about LXC and Docker metrics(blog.docker.io)
blog.docker.io
All you need to know about LXC and Docker metrics
http://blog.docker.io/2013/10/gathering-lxc-docker-containers-metrics/
http://blog.docker.io/2013/10/gathering-lxc-docker-containers-metrics/
This is one of the reasons why OpenVZ was initially rejected from being included into the kernel: all the features (isolations and accounting) were mixed together, and the kernel maintainers wanted something that could be re-used in different scopes. It eventually drove the development of LXC, which is really two completely orthogonal feature sets: namespaces (to perform strict isolation) and control groups (to account and isolate resources).