Recently, a project needs to monitor process information remotely with SNMP. So I checked the information.
First, information
.1.3.6.1.2.1.25.4.2.1.1
. iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunindex
A unique value for each piece of software running on the host. Wherever possible, this should is the system ' s native, unique identification number.
The process ID. In Windows, the process ID is 0, and SNMP is 1.
.1.3.6.1.2.1.25.4.2.1.2
. iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunname
A textual description of this running piece of software, including the manufacturer, revision, and the name by which it is Commonly known. If This software is installed locally, this should is the same string as used in the corresponding hrswinstalledname.
The process name.
.1.3.6.1.2.1.25.4.2.1.3
. Iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunid
The product ID of this running piece of software.
Product ID?
.1.3.6.1.2.1.25.4.2.1.4
. Iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunpath
A description of the location in long-term storage (e.g. a disk) from which this software is loaded.
The path where the process resides. Individual processes are empty, usually ending with a path-delimited character.
.1.3.6.1.2.1.25.4.2.1.5
. iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunparameters
A description of the parameters supplied to this software when it was initially loaded.
command-line arguments. Strangely, Chrome's parameters don't seem to be taken.
.1.3.6.1.2.1.25.4.2.1.6
. iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswruntype
The type of this software.
The process type.
INTEGER
Valuelabel/meaning
1unknown
2operatingSystem
3deviceDriver
4application
.1.3.6.1.2.1.25.4.2.1.7
. iso.org.dod.internet.mgmt.mib-2.host.hrswrun.hrswruntable.hrswrunentry.hrswrunstatus
The status of this running piece of software. Setting this value to invalid (4) shall cause this software to the stop running and to is unloaded.
Process state.
INTEGER
Valuelabel/meaning
1running
2runnable
3notRunnable
4invalid
References--
Http://www.net-snmp.org/docs/mibs/host.html
Host-resources-mib
Second, recommended tools
MIB Browser--
Http://www.crsky.com/soft/13130.html
Ks-soft MIB Browser v1.11
Easy-to-use SNMP testing tools-
Http://www.onlinedown.net/soft/410166.htm
Freesnmp 2.0.3
OID for SNMP remote monitoring process information