All MIBs › CPQLINOS-MIB › cpqLinOsSysProcesses
cpqLinOsSysProcesses
Module: CPQLINOS-MIB
OID (symbolic): CPQLINOS-MIB::cpqLinOsSysProcesses
OID (numeric): 1.3.6.1.4.1.232.23.2.2.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Processes is the number of processes in the computer at the time of data collection. Notice that this is an instantaneous count, not an average over the time interval. Each process represents the running of a program.
What is cpqLinOsSysProcesses?
This read-only integer reports the instantaneous number of processes running on the computer at the moment of data collection, not an average over time. An admin monitors this to catch process-count anomalies such as a runaway fork bomb or a leaking service that keeps spawning child processes. For example, a steadily climbing process count over several polling cycles would prompt an admin to investigate which service is failing to reap its child processes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.23.2.2.6 snmpwalk -v2c -c public <target> CPQLINOS-MIB::cpqLinOsSysProcesses
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.23.2.2.6.1 snmpget -v2c -c public <target> CPQLINOS-MIB::cpqLinOsSysProcesses.1
Start monitoring Compaq/HP ProLiant server running Linux with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQLINOS-MIB::cpqLinOsSysProcesses OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server running Linux from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.23 | cpqLinOsMgmt | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2 | cpqLinOsComponent | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.2 | cpqLinOsSystem | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.2.6 | cpqLinOsSysProcesses | CPQLINOS-MIB |