Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: How to Check ClearCase VOB Size
The command to query the size of a VOB is this:
For example:
$ cleartool space /vob/test
Use(Mb) %Use Directory
0.1 0% administration data /vob_partition/test/admin
100.0 0% VOB database /vob_partition/test/db
0.8 0% cleartext pool /vob_partition/test/c/cdft
0.0 0% derived object pool /vob_partition/test/d/ddft
200.0 0% source pool /vob_partition/test/s/sdft
-------- ---- ---------------------------------------------------------
300.9 0% Subtotal
100234.4 50% Filesystem VOB_SERVER:/vob_partition (capacity 200468.8 Mb)
Total usage 28-Mar-08.05:00:21 for vob "/vob/test" is 300.9 Mb
|
If you want to capture the disk space for all VOBs, use this command:
I recommend that you save the output of this command to a file, since the output will be very large if you have a lot of VOBs.
by Phil B.
|