PROCESS-DETAILS-SUNMANAGEMENTCENTER-MIB

File: PROCESS-DETAILS-SUNMANAGEMENTCENTER-MIB.mib (9672 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Integer32 OBJECT-GROUP DisplayString

Defined Types

ProcessTableEntry  
SEQUENCE    
  psProcessID Integer32 1..2147483647
  psParentProcessID Integer32
  psUserID Integer32
  psUserName DisplayString
  psEUserID Integer32
  psGroupID Integer32
  psEGroupID Integer32
  psSessionID Integer32
  psProcessGroupID Integer32
  psControlTTY DisplayString
  psStartTime DisplayString
  psExecutionTime DisplayString
  psState DisplayString
  psWaitChannel DisplayString
  psSchedulingClass DisplayString
  psAddress DisplayString
  psSize Integer32
  psPriority Integer32
  psNice Integer32
  psPercentCPUTime DisplayString
  psPercentMemory DisplayString
  psCommand DisplayString
  psCommandLine DisplayString
  psZoneID DisplayString

Defined Values

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.
MODULE-IDENTITY    

sun 1.3.6.1.4.1.42
OBJECT IDENTIFIER    

prod 1.3.6.1.4.1.42.2
OBJECT IDENTIFIER    

sunsymon 1.3.6.1.4.1.42.2.12
OBJECT IDENTIFIER    

agent 1.3.6.1.4.1.42.2.12.2
OBJECT IDENTIFIER    

modules 1.3.6.1.4.1.42.2.12.2.2
OBJECT IDENTIFIER    

processTable 1.3.6.1.4.1.42.2.12.2.2.13.1
This table shows the monitoring information for processes running on the host. Each row in this table corresponds to a process.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProcessTableEntry

processTableEntry 1.3.6.1.4.1.42.2.12.2.2.13.1.1
Information about one process.
Status: current Access: not-accessible
OBJECT-TYPE    
  ProcessTableEntry  

psProcessID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.1
The process ID of the process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

psParentProcessID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.2
The parent process Id of the process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psUserID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.3
The user ID of the process owner.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psUserName 1.3.6.1.4.1.42.2.12.2.2.13.1.1.4
The user ID of the process owner. This is the login name of the process owner.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psEUserID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.5
The effective user ID of the process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psGroupID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.6
The group ID of the process owner.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psEGroupID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.7
The effective group ID of the process .
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psSessionID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.8
Session Id of the process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psProcessGroupID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.9
Process group ID of the process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psControlTTY 1.3.6.1.4.1.42.2.12.2.2.13.1.1.10
The controlling terminal for the process (when there is no controlling terminal, this value will be '?').
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psStartTime 1.3.6.1.4.1.42.2.12.2.2.13.1.1.11
The starting time of the process, given in hours, minutes, and seconds.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psExecutionTime 1.3.6.1.4.1.42.2.12.2.2.13.1.1.12
The cumulative execution time for the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psState 1.3.6.1.4.1.42.2.12.2.2.13.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psWaitChannel 1.3.6.1.4.1.42.2.12.2.2.13.1.1.14
The address of an event for which the process is sleeping, or in SXBRK state, (if the process is running, this value is blank).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psSchedulingClass 1.3.6.1.4.1.42.2.12.2.2.13.1.1.15
Scheduling class of the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psAddress 1.3.6.1.4.1.42.2.12.2.2.13.1.1.16
The memory address of the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psSize 1.3.6.1.4.1.42.2.12.2.2.13.1.1.17
The image size( in number of pages) of the swappable process in the main memory.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psPriority 1.3.6.1.4.1.42.2.12.2.2.13.1.1.18
The priority of the process. Higher numbers mean higher priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psNice 1.3.6.1.4.1.42.2.12.2.2.13.1.1.19
Nice value, used in computing priority. Only processes in the time-sharing class have a value for nice.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

psPercentCPUTime 1.3.6.1.4.1.42.2.12.2.2.13.1.1.20
Percent of CPU time being consumed by the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psPercentMemory 1.3.6.1.4.1.42.2.12.2.2.13.1.1.21
Percent of memory being consumed by the process.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psCommand 1.3.6.1.4.1.42.2.12.2.2.13.1.1.22
The command name by which the process was started.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psCommandLine 1.3.6.1.4.1.42.2.12.2.2.13.1.1.23
Full command line, with command arguments, by which the process was started.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

psZoneID 1.3.6.1.4.1.42.2.12.2.2.13.1.1.24
Process Zone ID.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString