I have an OpenVZ server with 46 containers. How do I get a list of all the containers with their corresponding disk usage?
Asked
Active
Viewed 5,135 times
1 Answers
3
Use vzlist
with the diskspace
option, for instance:
vzlist -a -o ctid,hostname,diskspace -s diskspace

Michael Hampton
- 244,070
- 43
- 506
- 972
-
1How do i get it in GB? – Alex Sep 25 '18 at 05:12