Very Useful Commands For OpenVZ
Today we will learn about OpenVZ commands. Here is a list of some useful OpenVZ commands that should be run from the master node: – To fetch the disk cost with the hostname and ctid of each container on the node. vzlist -H -o veid,hostname,diskspace | awk ‘{ printf(“%d\t%s\t%.2f GB\n”, $1, $2, $3/(1024*1024))}’ – To […]



