We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Typically, I want to get the average memory usage of a host during a specified period of time. I can use powercli to run like
Get-Stat -Entity $host -Start 5/5/2020 -Finish 6 /5/2020 -Stat "mem.usage.average"
Wondering I can implement this with pyvmonic.
Thanks.