Thursday 9 August 2012

Command to check load in all the VPS nodes

Command to check load in all the VPS nodes
============

You can check the load in all the VPS nodes from the main server using the following command

for vps in `vzlist -1`; do echo "$vps: `vzctl exec2 $vps uptime`"; done

No comments:

Post a Comment

Note: only a member of this blog may post a comment.