Unsolved

1 Rookie

 • 

10 Posts

31

November 4th, 2024 03:27

snmpwalk for checkout the poweredge CPUx usage data -- what is the OID?

I am writing a small script to capture the PowerEdge CPUx usage data and CPU temperature.

I can find the CPU temperature  by issuing such commands:

```

snmpwalk -v3 -u <COMMUNITY>  -l authPriv -a SHA -A <PASS> -x AES128 -X <PASSW> <IP> .1.3.6.1.4.1.674.10892.5.4.700.20.1.6

```

this is output:

```

iso.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1 = INTEGER: 390
iso.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.2 = INTEGER: 390
iso.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3 = INTEGER: 280
iso.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.4 = INTEGER: 340

```

But I can not find the OID of CPUx usage. Can anyone help with this?

BTW, I could not find the formal documentation for the OID, even above OID .1.3.6.1.4.1.674.10892.5.4.700.20.1.6 was found from the community.

1 Rookie

 • 

10 Posts

November 5th, 2024 06:05

Oh find my question title was wrong -- probably modified by some wording correct tool..

However, why can't I modify the title--didn't find the way??

Anyway, just leave it for now--anyone can help on this?

Moderator

 • 

3.7K Posts

November 5th, 2024 09:30

Hi,

 

As for OID information, I would only able to provide you the OID file for download: https://dell.to/3YDpyGq and the documentation for SNMP OID trap https://dell.to/4hxfx6q

 

With the OID file, I found under OID Format: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.<a>.<i1>.<i2>; there is processorDeviceCurrentSpeed. Wonder if this is what you are looking for. 

1 Rookie

 • 

10 Posts

November 6th, 2024 05:45

Thanks @DELL-Joey C , I can read the below info:


iso.3.6.1.4.1.674.10892.5.4.1100.30.1.12.1.1 = INTEGER: 2800
iso.3.6.1.4.1.674.10892.5.4.1100.30.1.12.1.2 = INTEGER: 2800

By my search, these are values of:

processorDeviceCurrentSpeed.1.1

processorDeviceCurrentSpeed.1.2

This looks likely to be the current CPU clock speed (2.8GHz?). But I am interested in the CPU utilization rate—this should be (usually) a percentage value, I guess. But I could not find that OID.

one more question: how do I use the mib files that were downloaded from here?  https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=ftrw4&oscode=ws19l&productcode=poweredge-r650&dgc=sm&cid=1595898&lid=spr15158410187&refid=sm_COMMUNITY_spr15158410187&linkId=643044723

(edited)

Moderator

 • 

3.7K Posts

November 7th, 2024 00:22

Hi,

 

Usually the 3rd party software that monitors SNMP OID traps which has capability to import MIB files. I'm unsure of SNMPWALK. 

No Events found!

Top