1
February 1, 2010 5:08 PM
Posted by: Dan O'Connor
esx, vdf, virtual, vmware
Using vdf to report on storage usage
Posted by: Dan O'Connor
VMWare has some excellent command-line tools. vdf will produce a list of mounts on the system and the associated storage used for each mount point, exactly like df but this will include the vmfs volumes. You can produce a nice output of this information using awk and grep. vdf -h | grep -E...




