Reference record for OID 1.3.6.1.4.1.546.1.1.4.1


parent
1.3.6.1.4.1.546.1.1.4 (processTable)
node code
1
node name
processEntry
dot oid
1.3.6.1.4.1.546.1.1.4.1
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) processTable(4) processEntry(1)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/empire/unix/sysmgmt/processTable/processEntry
  • /iso/identified-organization/dod/internet/private/enterprises/empire/unix/sysmgmt/processTable/processEntry
  • /iso/org/dod/internet/private/enterprise/empire/unix/sysmgmt/processTable/processEntry
  • /iso/org/dod/internet/private/enterprises/empire/unix/sysmgmt/processTable/processEntry
  • /iso/iso-identified-organization/dod/internet/private/enterprise/empire/unix/sysmgmt/processTable/processEntry
  • /iso/iso-identified-organization/dod/internet/private/enterprises/empire/unix/sysmgmt/processTable/processEntry
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/546/1/1/4/1

    Description by mibdepot

    Each entry in the process table represents a
    single running process. Because the SNMP standard
    does not allow tables to be indexed with the value
    0, and because PID 0 is valid on many UNIX and NT
    systems, SystemEDGE really indexes the
    processTable with processID+1. That is, process
    with PID 0 is contained at table index 1.

    Parsed from file empire2.asn1.mib.txt
    Company: None
    Module: EMPIRE

    Description by circitor

    Each entry in the process table represents a
    single running process. Because the SNMP standard
    does not allow tables to be indexed with the value
    0, and because PID 0 is valid on many UNIX and NT
    systems, SystemEDGE really indexes the
    processTable with processID+1. That is, process
    with PID 0 is contained at table index 1.

    Parsed from file EMPIRE.mib
    Module: EMPIRE

    Information by oid_info

    Vendor: Computer Associates
    Module: EMPIRE (empire.mib)
    Type: ENTRY
    Access: not-accessible
    Syntax: ProcessEntry

    Automatically extracted from www.mibdepot.com

    Information by mibdepot

    processEntry OBJECT-TYPE SYNTAX ProcessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry in the process table represents a single running process. Because the SNMP standard does not allow tables to be indexed with the value 0, and because PID 0 is valid on many UNIX and NT systems, SystemEDGE really indexes the processTable with processID+1. That is, process with PID 0 is contained at table index 1." INDEX { processID } ::= { processTable 1 }

    Information by circitor

    processEntry OBJECT-TYPE SYNTAX ProcessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry in the process table represents a single running process. Because the SNMP standard does not allow tables to be indexed with the value 0, and because PID 0 is valid on many UNIX and NT systems, SystemEDGE really indexes the processTable with processID+1. That is, process with PID 0 is contained at table index 1." INDEX { processID } ::= { processTable 1 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.546)

    Cheryl Krupczak

    Children (28)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.546.1.1.4.1.1 processID 0 0 The unique process ID (e.g. 0). The value of this
    object also serves as the instance of the
    processEntry object.
    1.3.6.1.4.1.546.1.1.4.1.2 processName 0 0 The name of the running process (e.g. swapper).
    1.3.6.1.4.1.546.1.1.4.1.3 processState 0 0 The process state is operating system
    dependent. Possible states (for SunOS 4.1.3)
    include sleeping(1), waiting(2), running (3),…
    1.3.6.1.4.1.546.1.1.4.1.4 processNice 0 0 The 'nice' value of the process which can be
    modified to give a process greater or lesser
    priority over other processes. The 'ni…
    1.3.6.1.4.1.546.1.1.4.1.5 processFlags 0 0 The process flags; flags are operating system
    dependent and are generally documented in
    system header files.
    1.3.6.1.4.1.546.1.1.4.1.6 processUID 0 0 The process owner's user ID (e.g. 0 for root).
    1.3.6.1.4.1.546.1.1.4.1.7 processGID 0 0 The process owner's group ID (e.g. 0 for wheel).
    1.3.6.1.4.1.546.1.1.4.1.8 processKill 0 0 This object represents a signal that can be
    sent to the running process. When accessed
    with GET or GetNext, a 0 is returned. Wh…
    1.3.6.1.4.1.546.1.1.4.1.9 processMEM 0 0 The percentage (0-100) of real memory used by
    this process.
    1.3.6.1.4.1.546.1.1.4.1.10 processSize 0 0 The combined size of the text, data and stack segments
    in KBytes. Processes are normally broken
    into segments including those fo…
    1.3.6.1.4.1.546.1.1.4.1.11 processRSS 0 0 Real memory (resident set) size of the process in
    kilobytes. This value indicates how many
    bytes are held by a process.
    1.3.6.1.4.1.546.1.1.4.1.12 processTime 0 0 This process' accumulated CPU time in seconds.
    1.3.6.1.4.1.546.1.1.4.1.13 processParentPID 0 0 This process' parent process ID (PID).
    1.3.6.1.4.1.546.1.1.4.1.14 processNumThreads 0 0 The number of threads executing within this
    process. Note, on some systems, the operating
    system may be un-aware of user-level t…
    1.3.6.1.4.1.546.1.1.4.1.15 processInBlks 0 0 The number of blocks of data input by the process.
    1.3.6.1.4.1.546.1.1.4.1.16 processOutBlks 0 0 The number of blocks of data output by the process.
    1.3.6.1.4.1.546.1.1.4.1.17 processMsgsSent 0 0 The number of messages sent by the process.
    1.3.6.1.4.1.546.1.1.4.1.18 processMsgsRecv 0 0 The number of messages received by the process.
    1.3.6.1.4.1.546.1.1.4.1.19 processSysCalls 0 0 The number of system calls invoked by this process.
    1.3.6.1.4.1.546.1.1.4.1.20 processMinorPgFlts 0 0 The number of minor page faults incurred by this
    process. Minor faults do not require I/O to
    retrieve the page.
    1.3.6.1.4.1.546.1.1.4.1.21 processMajorPgFlts 0 0 The number of major page faults incurred by this
    process. Major faults require I/O to retrieve the
    page.
    1.3.6.1.4.1.546.1.1.4.1.22 processNumSwaps 0 0 The number of times this process has been swapped.
    1.3.6.1.4.1.546.1.1.4.1.23 processVolCtx 0 0 The number of voluntary context switches incurred
    by this process. Voluntary context switches occur
    when the processor 'voluntar…
    1.3.6.1.4.1.546.1.1.4.1.24 processInvolCtx 0 0 The number of involuntary context switches
    incurred by this process. An involuntary context
    switch occurs when the process has …
    1.3.6.1.4.1.546.1.1.4.1.25 processArgs 0 0 The parameters supplied to this process when it
    was initially started.
    1.3.6.1.4.1.546.1.1.4.1.26 processStartTime 0 0 The date/time at which this process started. The
    format is as follows: to local time in the form
    of a 26-character string as s…
    1.3.6.1.4.1.546.1.1.4.1.27 processStateStr 0 0 The process state in an operating-system
    independent format. A process-state matrix
    is included below. Note that not all operat…
    1.3.6.1.4.1.546.1.1.4.1.28 processStateInt 0 0 The process state, as above, represented by
    integer for easier polling and trending.