PROCESS-DETAILS-SUNMANAGEMENTCENTER-MIB: View SNMP OID List / Download MIB
VENDOR: SUN MICROSYSTEMS
Home | MIB: PROCESS-DETAILS-SUNMANAGEMENTCENTER-MIB | |||
---|---|---|---|---|
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 |
sun | 1.3.6.1.4.1.42 | |||
prod | 1.3.6.1.4.1.42.2 | |||
sunsymon | 1.3.6.1.4.1.42.2.12 | |||
agent | 1.3.6.1.4.1.42.2.12.2 | |||
modules | 1.3.6.1.4.1.42.2.12.2.2 | |||
processDetails | 1.3.6.1.4.1.42.2.12.2.2.13 |
The solaris process detail allows to monitor the top 10,20,50 processes that are CPU/Memory intensive. This criteria is part of the agent configuration. |
||
processTable | 1.3.6.1.4.1.42.2.12.2.2.13.1 | no-access |
This table shows the monitoring information for processes running on the host. Each row in this table corresponds to a process. |
|
1.3.6.1.4.1.42.2.12.2.2.13.1.1 | no-access |
Information about one process. |
||
psProcessID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.1 | integer32 | read-only |
The process ID of the process. |
psParentProcessID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.2 | integer32 | read-only |
The parent process Id of the process. |
psUserID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.3 | integer32 | read-only |
The user ID of the process owner. |
psUserName | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.4 | displaystring | read-only |
The user ID of the process owner. This is the login name of the process owner. |
psEUserID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.5 | integer32 | read-only |
The effective user ID of the process. |
psGroupID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.6 | integer32 | read-only |
The group ID of the process owner. |
psEGroupID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.7 | integer32 | read-only |
The effective group ID of the process . |
psSessionID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.8 | integer32 | read-only |
Session Id of the process. |
psProcessGroupID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.9 | integer32 | read-only |
Process group ID of the process. |
psControlTTY | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.10 | displaystring | read-only |
The controlling terminal for the process (when there is no controlling terminal, this value will be '?'). |
psStartTime | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.11 | displaystring | read-only |
The starting time of the process, given in hours, minutes, and seconds. |
psExecutionTime | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.12 | displaystring | read-only |
The cumulative execution time for the process. |
psState | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.13 | displaystring | read-only |
The state of the process: O Process is running on a processor. S Sleeping: process is waiting for an event to complete. R Runnable: process is on run queue. I Idle: process is being created. Z Zombie state: process terminated and parent not waiting. T Traced: process stopped by a signal because parent is tracing it. X SXBRK state: process is waiting for more primary memory. |
psWaitChannel | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.14 | displaystring | read-only |
The address of an event for which the process is sleeping, or in SXBRK state, (if the process is running, this value is blank). |
psSchedulingClass | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.15 | displaystring | read-only |
Scheduling class of the process. |
psAddress | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.16 | displaystring | read-only |
The memory address of the process. |
psSize | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.17 | integer32 | read-only |
The image size( in number of pages) of the swappable process in the main memory. |
psPriority | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.18 | integer32 | read-only |
The priority of the process. Higher numbers mean higher priority. |
psNice | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.19 | integer32 | read-only |
Nice value, used in computing priority. Only processes in the time-sharing class have a value for nice. |
psPercentCPUTime | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.20 | displaystring | read-only |
Percent of CPU time being consumed by the process. |
psPercentMemory | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.21 | displaystring | read-only |
Percent of memory being consumed by the process. |
psCommand | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.22 | displaystring | read-only |
The command name by which the process was started. |
psCommandLine | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.23 | displaystring | read-only |
Full command line, with command arguments, by which the process was started. |
psZoneID | 1.3.6.1.4.1.42.2.12.2.2.13.1.1.24 | displaystring | read-only |
Process Zone ID. |