How would I go about monitoring the CPU usage for an LXC container ? Solutions like in Nagios reads /proc but since the CPU are shared we get a lot of false positive.
Example:
CT A has 4 cores and uses 2 at 100% - 50% total CPU usage
CT B has 2 cores which are shared with CT A - 100% CPU usage (false reading since this CT does nothing)
Thanks
Example:
CT A has 4 cores and uses 2 at 100% - 50% total CPU usage
CT B has 2 cores which are shared with CT A - 100% CPU usage (false reading since this CT does nothing)
Thanks