EMPIRE-TOPPROCS: View SNMP OID List / Download MIB
VENDOR: EMPIRE TECHNOLOGIES INC.
Home | MIB: EMPIRE-TOPPROCS | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
empire | 1.3.6.1.4.1.546 | |||
applications | 1.3.6.1.4.1.546.16 | |||
topProcs | 1.3.6.1.4.1.546.16.7 | |||
topProcsVersion | 1.3.6.1.4.1.546.16.7.1 | displaystring | read-only |
Description and version number of this module |
topProcsLastUpdate | 1.3.6.1.4.1.546.16.7.2 | timeticks | read-only |
The time, in TimeTicks, that the topProcsTable was last updated. |
topProcsLastInterval | 1.3.6.1.4.1.546.16.7.3 | integer | read-only |
The length, in seconds, of the last sample interval. |
topProcsTable | 1.3.6.1.4.1.546.16.7.10 | no-access | ||
1.3.6.1.4.1.546.16.7.10.1 | no-access | |||
topProcsIndex | 1.3.6.1.4.1.546.16.7.10.1.1 | integer | read-only |
The index in the topProcsTable starting at 1. Processes are sorted by percent CPU utilization with index 1 denoting the process currently using the greatest percentage of the CPU. |
topProcsID | 1.3.6.1.4.1.546.16.7.10.1.2 | integer | read-only |
The unique process identifier (PID) for the process that this entry describes. You can use this value (plus 1) to index the process in the Empire {\em processTable}. |
topProcsUID | 1.3.6.1.4.1.546.16.7.10.1.3 | integer | read-only |
he process owner's user ID (e.g. 0 for root). |
topProcsNice | 1.3.6.1.4.1.546.16.7.10.1.4 | integer | read-only |
The 'nice' value of the process which reflects the level of priority that the running process has. |
topProcsSize | 1.3.6.1.4.1.546.16.7.10.1.5 | gauge | read-only |
The combined size of this process' text, data, and stack segments in KBytes. |
topProcsRSS | 1.3.6.1.4.1.546.16.7.10.1.6 | gauge | read-only |
The real memory (resident set) size of the process in KBytes. |
topProcsState | 1.3.6.1.4.1.546.16.7.10.1.7 | displaystring | read-only |
The operating system-dependent process state (e.g. sleeping, waiting, running, idle, zombie, stopped). |
topProcsTime | 1.3.6.1.4.1.546.16.7.10.1.8 | integer | read-only |
The CPU time, in seconds, accumulated by this process. |
topProcsCPU | 1.3.6.1.4.1.546.16.7.10.1.9 | integer | read-only |
The percent CPU utilization, of this process, over the last sample interval. Although this value is highly system-dependent, it is usually determined by calculating the difference in the number of CPU ticks and dividing by the total possible CPU ticks. Since fractions are not supported by SNMP, the value reported is percentage multipled by 100. For example, a CPU percentage of 1.37 would be returned as 137. |
topProcsCommand | 1.3.6.1.4.1.546.16.7.10.1.10 | displaystring | read-only |
The name of the running process that this entry describes. |
topProcsArgs | 1.3.6.1.4.1.546.16.7.10.1.11 | displaystring | read-only |
The arguments (if any) to the running process that this entry describes. |