JOJO2009
Contributor
Contributor

How do I check the logical CPU usage of ESXi?

 
Reply
0 Kudos
LucD
Leadership
Leadership

Try using Get-Stat with the cpu.usage.average metric.


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

Reply
0 Kudos
JOJO2009
Contributor
Contributor

How to check each logical cpu?

esxtop.png

Reply
0 Kudos
LucD
Leadership
Leadership

By using the Instance property on the objects Get-Stat returns.

Your screenshot seems to be from esxtop, there is a corresponding cmdlet for that (Get-EsxTop) if you want that data


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

View solution in original post

Reply
0 Kudos
JOJO2009
Contributor
Contributor

thanks (Get-EsxTop -CounterName LCPU ).HaltTimeInUsec
Reply
0 Kudos