Poll Virtuozzo Containers Disk Usage and Quota on Linux
If you need a quick overview of disk quota and usage of the VPSes within you Linux Parallels Virtuozzo hardware node below is a quick one.
for vps in `vzlist -o veid -H`; do vzquota stat $vps; done;