godbucket -
I've uploaded a new version of the script that ignores the cert alerts. Also, if you want rounded numbers the easiest way would be to replace the last line in the GetAvgStat function:
return $totalIOPS/$samples/20
with this:
return ($totalIOPS/$samples/20)