Vignesh Jayavel
Vignesh Jayavel

Reputation: 994

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

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

Upvotes: 2

Views: 3736

Answers (1)

Stephen C
Stephen C

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

Related Questions