All MIBs › CHECKPOINT-MIB › diskQueue
diskQueue
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::diskQueue
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.3.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Disk requests queue length
What is diskQueue?
This INTEGER reports the disk request queue length, per 'Disk requests queue length.' Similar to procQueue for CPU, a growing disk queue reveals I/O contention even when disk busy-time percentage looks only moderate, which is useful for spotting an underlying storage bottleneck before it becomes fully saturated. A disk queue that spikes specifically during nightly log rotation would identify that housekeeping task as the source of I/O pressure.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.2 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::diskQueue
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.2.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::diskQueue.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::diskQueue 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.3 | svnDisk | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.3.2 | diskQueue | CHECKPOINT-MIB |