Hello
I have an issue with Get-Stat -interval option. When quering host for cpu.usage.average and mem.usage.average for last month (atleast 30+ days) it returned values for each day (1 day 1 value, anything less than 30 days and it returns values for every 4 hours so to make things simple I usually do 30+days).
The issue is that for mem.usage.average it works fine, however it seems broken for cpu.usage.average.
For every day there are ~98 data points, timestamp does not change the data and is the same for all the points, only values are changing. Tried to apply different -intervalmins, secs values but with no effect.
Used the script last month with no issues, only thing that has changed is that we applied newest security patches to our vCenter. Any ideas? Can't figure out how to solve this.