VMware Cloud Community
AmoghMaheshvip
Enthusiast
Enthusiast
Jump to solution

I need to find details of the processor.

I want to find details of processor which the vmhost is using.

-> ($vmhost | get-view).Hardware.cpupkg[0].description

-> Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz

same as above I want to know about TDP (Thermal Design power in Watts), Core voltage and rated max speed.

Thank You

Reply
0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

Afaik that info is not readily available from any of the vSphere API.

In fact most of that information is obtained through benchmarking aplications.

Since you have the CPU model and make, you should be able to look that requested information up on one of the many benchmarking sites.


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

View solution in original post

Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership
Jump to solution

Afaik that info is not readily available from any of the vSphere API.

In fact most of that information is obtained through benchmarking aplications.

Since you have the CPU model and make, you should be able to look that requested information up on one of the many benchmarking sites.


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

Reply
0 Kudos