All MIBs › CHECKPOINT-MIB › procQueue
procQueue
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::procQueue
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.2.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Processor queue length
What is procQueue?
This INTEGER reports the processor queue length, i.e., how many threads/processes are waiting for CPU time, per 'Processor queue length.' A consistently nonzero or growing queue length indicates the CPU is a bottleneck even if raw usage percentage looks only moderately high, since queuing reveals contention that a simple usage percentage can mask. A queue length that grows during a policy install operation would show that operation is CPU-starving other gateway processes momentarily.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.2.5 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::procQueue
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.2.5.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::procQueue.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::procQueue OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (10 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.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6.7 | svnPerf | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.7.2 | svnProc | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.2.5 | procQueue | CHECKPOINT-MIB |