In a vSphere 6.5 environment made of 8 ESXi 6.5 nodes using several iSCSI targets environment I need to measure and collect:
- The IOPS performed (maximum, average and minimum) by a given ESXi node
- The IOPS performed (maximum, average and minimum) by a given guest VM
- The IOPS performed (maximum, average and minimum) by a given ESXi host on a given datastore
I need to collect as well the number of I/O operation and the amount of data performed by a given ESXi server, a given guest VM and a given ESXi host on a given datastore.
I need to get the data in a format like .csv so I can insert them in a document.
How can I collect such information?
Regards
marius