VMware Cloud Community
_steez
Contributor
Contributor
Jump to solution

Get-Stat -interval not working for host CPU

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.

_steez_0-1633352184023.png

 

 

 

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

Did you check the Instance property for all those entries?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

2 Replies
LucD
Leadership
Leadership
Jump to solution

Did you check the Instance property for all those entries?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

_steez
Contributor
Contributor
Jump to solution

Thank you @LucD , it did the trick! What I did is set -Instance "" for it to return average for all cores, thanks.

I tried to run the command without the Instance and oddly enough it still works there, only change is that the test server has a statistics level of 1 whereas prod is set to 3.

0 Kudos