EMPIRE-TOPPROCS

File: EMPIRE-TOPPROCS.mib (5967 bytes)

Imported modules

RFC-1212 RFC-1215 RFC1213-MIB
RFC1155-SMI

Imported symbols

OBJECT-TYPE TRAP-TYPE DisplayString
enterprises TimeTicks Counter
Gauge

Defined Types

TopProcsTableEntry  
SEQUENCE    
  topProcsIndex INTEGER
  topProcsID INTEGER
  topProcsUID INTEGER
  topProcsNice INTEGER
  topProcsSize Gauge
  topProcsRSS Gauge
  topProcsState DisplayString
  topProcsTime INTEGER
  topProcsCPU INTEGER
  topProcsCommand DisplayString

Defined Values

empire 1.3.6.1.4.1.546
OBJECT IDENTIFIER    

applications 1.3.6.1.4.1.546.16
OBJECT IDENTIFIER    

topProcs 1.3.6.1.4.1.546.16.7
OBJECT IDENTIFIER    

topProcsVersion 1.3.6.1.4.1.546.16.7.1
Description and version number of this module
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

topProcsLastUpdate 1.3.6.1.4.1.546.16.7.2
The time, in TimeTicks, that the topProcsTable was last updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

topProcsLastInterval 1.3.6.1.4.1.546.16.7.3
The length, in seconds, of the last sample interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsTable 1.3.6.1.4.1.546.16.7.10
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TopProcsTableEntry

topProcsTableEntry 1.3.6.1.4.1.546.16.7.10.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TopProcsTableEntry  

topProcsIndex 1.3.6.1.4.1.546.16.7.10.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsID 1.3.6.1.4.1.546.16.7.10.1.2
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 {m processTable}.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsUID 1.3.6.1.4.1.546.16.7.10.1.3
he process owner's user ID (e.g. 0 for root).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsNice 1.3.6.1.4.1.546.16.7.10.1.4
The 'nice' value of the process which reflects the level of priority that the running process has.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsSize 1.3.6.1.4.1.546.16.7.10.1.5
The combined size of this process' text, data, and stack segments in KBytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

topProcsRSS 1.3.6.1.4.1.546.16.7.10.1.6
The real memory (resident set) size of the process in KBytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

topProcsState 1.3.6.1.4.1.546.16.7.10.1.7
The operating system-dependent process state (e.g. sleeping, waiting, running, idle, zombie, stopped).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

topProcsTime 1.3.6.1.4.1.546.16.7.10.1.8
The CPU time, in seconds, accumulated by this process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsCPU 1.3.6.1.4.1.546.16.7.10.1.9
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

topProcsCommand 1.3.6.1.4.1.546.16.7.10.1.10
The name of the running process that this entry describes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

topProcsArgs 1.3.6.1.4.1.546.16.7.10.1.11
The arguments (if any) to the running process that this entry describes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString