Read Hyper-V Network and Storage Metering Data

Learn how to read all the data available with Hyper-V Resource Metering.

John Savill

December 10, 2013

1 Min Read
Read Hyper-V Network and Storage Metering Data

Q: My Hyper-V Resource Metering data shows strange values for network and storage data--how do I view it?

A: For storage and network details, separate report objects are created which need to be separately viewed. 

PS C:> $report = Measure-VM -VMName savdalfs01PS C:> $report.NetworkMeteredTrafficReportLocalAddress RemoteAddress Direction TotalTraffic(M)------------ ------------- --------- ---------------             0.0.0.0/0     Inbound   2121              0.0.0.0/0     Outbound  3479              ::/0          Inbound   88              ::/0          Outbound  2 PS C:> $report.HardDiskMetricsVirtualHardDisk : Microsoft.HyperV.PowerShell.HardDiskDriveAverageNormalizedIOPS : 2AverageLatency : 0DataRead : 38465DataWritten : 72908VirtualHardDisk : Microsoft.HyperV.PowerShell.HardDiskDriveAverageNormalizedIOPS : 0AverageLatency : 0DataRead : 11213DataWritten : 14302 

 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like