Hello,
I'm dealing with some HP-UX 11.11 servers, and I need to check some things on it, CPU, MEM, etc., but I'm having issues with the output that I obtain from the SNMP check, I have no idea what the CPU load is express on, what unit...
This is the check:
(.1.3.6.1.4.1.11.2.3.1.1 OID for all CPU info)
computerSystemUserCPU (CPU used by users) .1.3.6.1.4.1.11.2.3.1.1.13
computerSystemSysCPU (CPU used by system) .1.3.6.1.4.1.11.2.3.1.1.14
computerSystemIdleCPU (CPU idle) .1.3.6.1.4.1.11.2.3.1.1.15 >>> THIS IS THE ONE THAT I'm really interested in:
```
[root@hostanmeee ~]# snmpwalk -v2c -c public xxx.xxx.xx.xxx .1.3.6.1.4.1.11.2.3.1.1
SNMPv2-SMI::enterprises.11.2.3.1.1.1.0 = Timeticks: (3127521100) 361 days, 23:33:31.00
SNMPv2-SMI::enterprises.11.2.3.1.1.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.11.2.3.1.1.3.0 = Gauge32: 3
SNMPv2-SMI::enterprises.11.2.3.1.1.4.0 = Gauge32: 4
SNMPv2-SMI::enterprises.11.2.3.1.1.5.0 = Gauge32: 4
SNMPv2-SMI::enterprises.11.2.3.1.1.6.0 = INTEGER: 8496
SNMPv2-SMI::enterprises.11.2.3.1.1.7.0 = Gauge32: 12734836
SNMPv2-SMI::enterprises.11.2.3.1.1.8.0 = INTEGER: 33520144
SNMPv2-SMI::enterprises.11.2.3.1.1.9.0 = Gauge32: 0
SNMPv2-SMI::enterprises.11.2.3.1.1.10.0 = INTEGER: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.11.0 = Gauge32: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.12.0 = Gauge32: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.13.0 = Counter32: 31987939
SNMPv2-SMI::enterprises.11.2.3.1.1.14.0 = Counter32: 73671656
SNMPv2-SMI::enterprises.11.2.3.1.1.15.0 = Counter32: 3000667491
SNMPv2-SMI::enterprises.11.2.3.1.1.16.0 = Counter32: 0
```
This is the TOP taken inside the server on that I need the info from:
System: HOSTAMEEEE Thu Jul 5 13:24:26 2018
Load averages: 0.24, 0.25, 0.26
132 processes: 119 sleeping, 12 running, 1 zombie
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.25 29.1% 0.0% 4.4% 66.5% 0.0% 0.0% 0.0% 0.0%
1 0.23 13.2% 0.0% 8.0% 78.8% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.24 21.2% 0.0% 6.2% 72.7% 0.0% 0.0% 0.0% 0.0%
Does anyone know what unit are the SNMP express on?? I need this on zabbix but in a human readable format, is possible "%".
Thank you
Karina
I'm dealing with some HP-UX 11.11 servers, and I need to check some things on it, CPU, MEM, etc., but I'm having issues with the output that I obtain from the SNMP check, I have no idea what the CPU load is express on, what unit...
This is the check:
(.1.3.6.1.4.1.11.2.3.1.1 OID for all CPU info)
computerSystemUserCPU (CPU used by users) .1.3.6.1.4.1.11.2.3.1.1.13
computerSystemSysCPU (CPU used by system) .1.3.6.1.4.1.11.2.3.1.1.14
computerSystemIdleCPU (CPU idle) .1.3.6.1.4.1.11.2.3.1.1.15 >>> THIS IS THE ONE THAT I'm really interested in:
```
[root@hostanmeee ~]# snmpwalk -v2c -c public xxx.xxx.xx.xxx .1.3.6.1.4.1.11.2.3.1.1
SNMPv2-SMI::enterprises.11.2.3.1.1.1.0 = Timeticks: (3127521100) 361 days, 23:33:31.00
SNMPv2-SMI::enterprises.11.2.3.1.1.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.11.2.3.1.1.3.0 = Gauge32: 3
SNMPv2-SMI::enterprises.11.2.3.1.1.4.0 = Gauge32: 4
SNMPv2-SMI::enterprises.11.2.3.1.1.5.0 = Gauge32: 4
SNMPv2-SMI::enterprises.11.2.3.1.1.6.0 = INTEGER: 8496
SNMPv2-SMI::enterprises.11.2.3.1.1.7.0 = Gauge32: 12734836
SNMPv2-SMI::enterprises.11.2.3.1.1.8.0 = INTEGER: 33520144
SNMPv2-SMI::enterprises.11.2.3.1.1.9.0 = Gauge32: 0
SNMPv2-SMI::enterprises.11.2.3.1.1.10.0 = INTEGER: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.11.0 = Gauge32: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.12.0 = Gauge32: 33554432
SNMPv2-SMI::enterprises.11.2.3.1.1.13.0 = Counter32: 31987939
SNMPv2-SMI::enterprises.11.2.3.1.1.14.0 = Counter32: 73671656
SNMPv2-SMI::enterprises.11.2.3.1.1.15.0 = Counter32: 3000667491
SNMPv2-SMI::enterprises.11.2.3.1.1.16.0 = Counter32: 0
```
This is the TOP taken inside the server on that I need the info from:
System: HOSTAMEEEE Thu Jul 5 13:24:26 2018
Load averages: 0.24, 0.25, 0.26
132 processes: 119 sleeping, 12 running, 1 zombie
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.25 29.1% 0.0% 4.4% 66.5% 0.0% 0.0% 0.0% 0.0%
1 0.23 13.2% 0.0% 8.0% 78.8% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.24 21.2% 0.0% 6.2% 72.7% 0.0% 0.0% 0.0% 0.0%
Does anyone know what unit are the SNMP express on?? I need this on zabbix but in a human readable format, is possible "%".
Thank you
Karina
Comment