Customer Portal Language
 
Information
Article ID31
Created On6/13/2008
Modified6/13/2008
Share With Others
Unix/Linux/Windows System Processes

Evaluating System Processes

Monitoring: Use the following WMI or SNMP counters to monitor system processes.

SNMP OID: .1.3.6.1.2.1.25.1.6 [for Unix, Linux, Windows as well as many other operating systems]
.iso.org.dod.internet.mgmt.mib-2.system.sysUpTime
Description: The number of process contexts currently loaded or running on this system.
 

WMI Class: Win32_PerfRawData_PerfOS_System
Property: Processes
Description: Number of processes in the computer at the time of data collection. This is an instantaneous count, not an average over the time interval. Each process represents a running program.
 

Reference