- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get the throughput of each hard disk of a vSAN virtual machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can get all the available metrics through the Get-Stat cmdlet.
With Get-StatType you can find all available metrics for an entity in a specific interval.
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-Stat -Entity $vm -Disk
Get-Stat The metric counter "disk.write.average" doesn't exist for entity "vm-test".
Get-Stat The metric counter "disk.read.average" doesn't exist for entity "vm-test".
Get-Stat The metric counter "disk.write.average" doesn't exist for entity "vm-test".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Those metrics require statistics level 2, is that configured on your VCSA?
Or are you querying Realtime statistics? Did you add that switch?
With just copying the error message there isn't a lot I can help with
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference