Reputation: 994
Is there a method in the Sigar API that returns the CPU ID of the host running the JVM?
Upvotes: 2
Views: 3736
Reputation: 719396
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.
Upvotes: 1