How to get the load average of a container inside it which is based on cgroup such as docker?
The command line uptime
and top
show the load average of the container host.
How to get the load average of a container inside it which is based on cgroup such as docker?
The command line uptime
and top
show the load average of the container host.