Linux > Virtualization

How to check the load of all vps containers?

(1/1)

lijeshk:

We can use the any one of the below commands:

 
--- Code: ---#vzlist -o veid,laverage,hostname
--- End code ---

or

 
--- Code: ---for i in  `vzlist | awk '{print $1}' | grep -v CTID` ; do echo -n "$i --> "; vzctl exec $i cat /proc/loadavg ;  done
--- End code ---

--

Navigation

[0] Message Index

Go to full version