Is there a way to get the number of CPUs using SNMP in linux + net-snmp package (with the default net-snmp package mibs installed)?
UC Davis SNMP mib provides a lot of CPU information, but I do not see an object for the number of CPUs.
|
Is there a way to get the number of CPUs using SNMP in linux + net-snmp package (with the default net-snmp package mibs installed)? UC Davis SNMP mib provides a lot of CPU information, but I do not see an object for the number of CPUs.
| |||
|
feedback
|
|
Depends on the implementation, but the HOST-RESOURCES-MIB hrDevice.hrDeviceTable should contain entries for the number of CPUs.
Any devices in the table matching:
indicates a CPU/Core/HyperThread There is also the HOST-RESOURCES::hrDevice.hrProcessorTable table, which should indicate their firmware ID's, which should help you differentiate cores/hyperthreads from physical cpus. | ||||
|
feedback
|