Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 224018

Re: Script to Generate IOPS Report

$
0
0

I think that this

    IOPSMax = [math]::Round($writeStat.Maximum+$readStat.Maximum//$interval,0)

    IOPSAvg = [math]::Round($writeStat.Average+$readStat.Average/$interval,0)

should be like this

    IOPSMax = [math]::Round(($writeStat.Maximum+$readStat.Maximum)/$interval,0)

    IOPSAvg = [math]::Round(($writeStat.Average+$readStat.Average)/$interval,0)


Viewing all articles
Browse latest Browse all 224018

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>