Find Disk IOPs via PowerShell (What metric to use)
Hello:
1. Can someone please advise what metric should I use to find IOPs (let’s say for Read)?
I’m going to run something like below, but not sure what Metric to use:
Hello: 1. Can someone please advise what metric should I use to find IOPs (let’s say for Read)? I’m going to run something like below, but not sure what Metric to use: Get-AzMetric -ResourceId $resourceId -TimeGrain 6:00:00 -StartTime $st30 -EndTime $et -DetailedOutput -MetricNames “DiskReadIOPS???” 2. In additional, for the future, is there a way to see/find from Get-AzMetric all available Metrics for specific Resource? Thank you! Read More