I'm connected to an esxi host with the powershell snapin (not a vcenter server).
ESXi servers are supposed to aggregate realtim data (20 sec intervals) into 5 min intervals right?
How do I get just 5 min intervals with get-stat?
I tried the following command, but it is returning only 20 sec intervals:
get-Stat -Stat disk.write.average -Entity 'centos01' -IntervalSecs 300