Virtuozzo Memory Usage

Checking Memory Usage On Virtuozzo

To check the memory usage on Virtuozzo, you can either login to the VZPP and check the privvmpages in the QoS Alerts or login via SSH and copy/paste the following command:

awk ‘/privvmpages/ {print “Used “$3/256″M out of “$4/256″M burst “}’ /proc/user_beancounters

Which will give output something similar to this:

Used 191.012M out of 1024M burst

Leave a Reply

Your email address will not be published. Required fields are marked *