最近有个项目需要用snmp远程监控进程信息。于是我查了一下资料。
一、资料
.1.3.6.1.2.1.25.4.2.1.1
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunIndexA unique value for each piece of software running on the host. Wherever possible, this should be the system's native, unique identification number.进程ID。Windows里进程id为0的,snmp里为1。.1.3.6.1.2.1.25.4.2.1.2
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunNameA textual description of this running piece of software, including the manufacturer, revision, and the name by which it is commonly known. If this software was installed locally, this should be the same string as used in the corresponding hrSWInstalledName.进程名。.1.3.6.1.2.1.25.4.2.1.3
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunIDThe product ID of this running piece of software.产品ID?.1.3.6.1.2.1.25.4.2.1.4
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunPathA description of the location on long-term storage (e.g. a disk drive) from which this software was loaded.进程所在路径。个别进程为空,一般以路径分隔字符结尾。.1.3.6.1.2.1.25.4.2.1.5
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunParametersA description of the parameters supplied to this software when it was initially loaded.命令行参数。奇怪的是,chrome的参数貌似没取到。.1.3.6.1.2.1.25.4.2.1.6
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunTypeThe type of this software.进程类型。INTEGERValue Label/Meaning1 unknown2 operatingSystem3 deviceDriver4 application.1.3.6.1.2.1.25.4.2.1.7
.iso.org.dod.internet.mgmt.mib-2.host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunStatusThe status of this running piece of software. Setting this value to invalid(4) shall cause this software to stop running and to be unloaded.进程状态。INTEGERValue Label/Meaning1 running2 runnable3 notRunnable4 invalid 参考资料——HOST-RESOURCES-MIB二、推荐工具
mib浏览器——
KS-Soft MIB Browser v1.11 简单好用的SNMP测试工具——FreeSnmp 2.0.3