I'm running these commands:
Get-OMStatKey -name "virtualDisk|totalLatency" -Resource VMName
Get-OMStatKey -name "virtualDisk:Aggregate of all instances|totalLatency" -Resource VMName
Can anyone explain the differences between these counters in vROps:
1. virtualDisk:Aggregate of all instances|totalLatency
2. virtualDisk|totalLatency
How is " virtualdisk:aggregate of all instances|totalLatency" calculated? What does this mean? Is this the aggregate of all virtual disks for a given virtual machine?
How is it different from "virtualDisk|TotalLatency"?