All MIBs › CHECKPOINT-MIB › procSysTime
procSysTime
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::procSysTime
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.2.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Processor system time
What is procSysTime?
This INTEGER reports the percentage or amount of time the processor spends in kernel/system-level execution, per 'Processor system time.' Because core firewall packet inspection and VPN encryption on Check Point run largely in the kernel, elevated system time is the more traffic-load-relevant of the two CPU time metrics compared to procUsrTime. A gateway showing system time consistently above 80% during business hours is a strong sign that inspection/VPN load itself, not background processes, is what's driving CPU usage.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.2.2 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::procSysTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.2.2.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::procSysTime.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> procSysTime.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::procSysTime 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.2 | procSysTime | CHECKPOINT-MIB |