How to check the memory using of the container in openvz.


First login to main host then execute the command below. For example we will display the memory using of this container id “1010”.

~#vzlist -a

Then select the container id (ex.1010).

~#cat /proc/user_beancounters | grep -A23 “1010:”

Screenshot from 2012-12-27 14:33:19


Leave a Reply