How do you get CPU ID or serial number using Hyperic Sigar?

3.7k Views Asked by At

Is there a method in the Sigar API that returns the CPU ID of the host running the JVM?

1

There are 1 best solutions below

0
On

From what I can tell, the closest you will get is the CpuInfo.getVendorId() method. That would give you the ID for the CPU type ... not a unique ID for the actual chip.