252N/A-- Copyright (c) 2003, 2011, Oracle
and/or its affiliates. All rights reserved.
252N/A--
U.S. Government Rights - Commercial software. Government users are subject to
252N/A-- the Sun Microsystems, Inc. standard license agreement and applicable
252N/A-- provisions of the FAR and its supplements.
252N/A-- This distribution may include materials developed by third parties. Sun, Sun
252N/A-- Microsystems, the Sun logo and Solaris are trademarks or registered
252N/A-- trademarks of Sun Microsystems, Inc. in the
U.S. and other countries.
252N/A----------------------------------------------------
252N/A-- Systems Management Agent (SMA) SEA Extensions MIB
252N/A----------------------------------------------------
252N/ASUN-SEA-EXTENSIONS-MIB DEFINITIONS ::= BEGIN
252N/A enterprises, mgmt, NetworkAddress, IpAddress, Counter, Gauge, TimeTicks
252N/AsunSeaExtensionsMIB MODULE-IDENTITY
252N/A LAST-UPDATED "200309180000Z"
252N/A ORGANIZATION "Sun Microsystems, Inc."
252N/A CONTACT-INFO "Customer support"
252N/A "The MIB that describes the sun-specific extensions to mib-2
252N/A-- **********************************************************************
252N/A-- **********************************************************************
252N/A sunSystem OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 1 }
252N/A sunInterfaces OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 2 }
252N/A sunAt OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 3 }
252N/A sunIp OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 4 }
252N/A sunIcmp OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 5 }
252N/A sunTcp OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 6 }
252N/A sunUdp OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 7 }
252N/A sunSnmp OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 11 }
252N/A sunProcesses OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 12 }
252N/A sunHostPerf OBJECT IDENTIFIER ::= { sunSeaExtensionsMIB 13 }
252N/A-- **********************************************************************
252N/A-- **********************************************************************
252N/A SYNTAX DisplayString (SIZE (0..255))
252N/A "The SNMP agent's description of itself."
252N/A SYNTAX OCTET STRING (SIZE (4))
252N/A "The unique Sun hardware identifier.
252N/A The value returned is four byte binary
252N/A SYNTAX DisplayString (SIZE (0..255))
252N/A "The Unix system time. Measured in seconds
252N/A since January 1, 1970 GMT."
252N/A-- the Sun Processes group
252N/A-- the Sun Process table table
252N/A-- This table is lists all the processes currently
252N/A sunProcessTable OBJECT-TYPE
252N/A SYNTAX SEQUENCE OF PsEntry
252N/A ::= { sunProcessTable 1 }
252N/A psProcessID OBJECT-TYPE
252N/A "The process identifier for this process."
252N/A psParentProcessID OBJECT-TYPE
252N/A "The process identifier of this process's parent."
252N/A psProcessSize OBJECT-TYPE
252N/A "The combined size of the data and stack segments
252N/A psProcessCpuTime OBJECT-TYPE
252N/A "The CPU time (including both user and system
252N/A time) consumed so far."
252N/A psProcessState OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..4))
252N/A "The run-state of the process.
252N/A D - Non-interruptable wait
252N/A S - Sleeping (less than 20 seconds)
252N/A I - Idle (more than 20 seconds)
252N/A psProcessWaitChannel OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..16))
252N/A "Reason process is waiting."
252N/A psProcessTTY OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..16))
252N/A "Terminal, if any, controlling this process."
252N/A psProcessUserName OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..16))
252N/A "Name of the user associated with this process."
252N/A psProcessUserID OBJECT-TYPE
252N/A "Numeric form of the name of the user associated
252N/A psProcessName OBJECT-TYPE
252N/A SYNTAX DisplayString (SIZE (0..64))
252N/A "Command name used to invoke this process."
252N/A psProcessStatus OBJECT-TYPE
252N/A "Setting this variable will cause a signal
252N/A of the set value to be sent to the process."
252N/A-- the Sun Hostperf group
252N/A rsUserProcessTime OBJECT-TYPE
252N/A "total number of timeticks used by user processes
252N/A since the system was last booted."
252N/A rsNiceModeTime OBJECT-TYPE
252N/A "total number of timeticks used by nice mode since
252N/A the system was last booted."
252N/A rsSystemProcessTime OBJECT-TYPE
252N/A "total number of timeticks used by system processes
252N/A since the system was last booted."
252N/A rsIdleModeTime OBJECT-TYPE
252N/A "total number of timeticks used in idle mode since
252N/A the system was last booted."
252N/A rsDiskXfer1 OBJECT-TYPE
252N/A rsDiskXfer2 OBJECT-TYPE
252N/A rsDiskXfer3 OBJECT-TYPE
252N/A rsDiskXfer4 OBJECT-TYPE
252N/A "Number of pages read in from disk."
252N/A rsVPagesOut OBJECT-TYPE
252N/A "Number of pages written to disk."
252N/A "Number of pages swapped in."
252N/A "Number of pages swapped out."
252N/A "Number of device interrupts."
252N/A rsIfInPackets OBJECT-TYPE
252N/A "Number of input packets."
252N/A rsIfOutPackets OBJECT-TYPE
252N/A "Number of output packets."
252N/A rsIfInErrors OBJECT-TYPE
252N/A "Number of input errors."
252N/A rsIfOutErrors OBJECT-TYPE
252N/A "Number of output errors."
252N/A rsIfCollisions OBJECT-TYPE
252N/A "Number of output collisions."