January 2018
Intermediate to advanced
574 pages
14h 44m
English
To fetch the I/O statistics corresponding to a VM, you will need to find the worldGroupID corresponding to the VM. This is achieved by issuing the following command:
# vscsiStats -l

Once the worldGroupID is obtained, we can execute the following command to fetch the statistics:
vscsiStats -s -w <worldGroupID of the virtual machine>Example:# vscsiStats -s -w 223557
The following screenshot depicts the output that is expected :
The command will start a collection against every disk (vmdk or rdm) associated with the VM. The collection ...
Read now
Unlock full access