Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Proc/user beancounters

148 bytes added, 09:59, 8 February 2007
Reading
== Reading ==
If you want to see print UBC values for a specific VE, the following construct can be helpful
<nowiki>egrep -A23 '^[[:space:]]+${VEID}:' /proc/user_beancounters</nowiki>
Here <code>${VEID} </code> is the ID of the VE you are interested in. In case you want to print UBC values for a few VEs at once, set VEID to something like <code>(101|102|103)</code>.
== Notes ==
<references/>