2

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

Vignesh Jayavel
  • 984
  • 11
  • 11

1 Answers1

1

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.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216