EMPIRE: View SNMP OID List / Download MIB
VENDOR: EMPIRE TECHNOLOGIES INC.
Home | MIB: EMPIRE | |||
---|---|---|---|---|
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 |
empire | 1.3.6.1.4.1.546 | |||
unix | 1.3.6.1.4.1.546.1 | |||
sysmgmt | 1.3.6.1.4.1.546.1.1 | |||
system | 1.3.6.1.4.1.546.1.1.1 | |||
nodename | 1.3.6.1.4.1.546.1.1.1.1 | displaystring | read-only |
The name of the system that the agent is running on as given by the login prompt. |
cpu | 1.3.6.1.4.1.546.1.1.1.2 | displaystring | read-only |
The CPU type of the system that the agent is running on (e.g. sun4c, sun4m). |
memory | 1.3.6.1.4.1.546.1.1.1.3 | integer | read-only |
The amount of memory in 1024 byte units contained in the system. |
hostid | 1.3.6.1.4.1.546.1.1.1.4 | displaystring | read-only |
The hostid number that resides on the mother board of the system that the agent is running on. The hostid is unique across all machines manufactured by the same vendor. |
osver | 1.3.6.1.4.1.546.1.1.1.5 | displaystring | read-only |
The operating system version of the system that the agent resides (e.g. 7). Each time a new kernel is re-linked for a given kernel configuration file, this number is incremented. |
osrel | 1.3.6.1.4.1.546.1.1.1.6 | displaystring | read-only |
The operating system release of the system that the agent resides (e.g. 4.1.3). |
devTable | 1.3.6.1.4.1.546.1.1.1.7 | no-access |
This table describes all mounted file systems on the system that the agent resides. |
|
1.3.6.1.4.1.546.1.1.1.7.1 | no-access |
An entry in the device table. |
||
devIndex | 1.3.6.1.4.1.546.1.1.1.7.1.1 | integer | read-only |
This object does not describe the mounted device. Its sole purpose is to indicate the row instance. The instance is derived from the index number from the mounted file systems file. |
devDevice | 1.3.6.1.4.1.546.1.1.1.7.1.2 | displaystring | read-only |
The device name (e.g. /dev/sd0a) corresponding to the mounted file system. For example, the '/' file system is commonly mounted from the device '/dev/sd0a'. For network file systems, the value corresponds to the remote host and remote file system name (e.g. emptech:/usr/local). |
devMntPt | 1.3.6.1.4.1.546.1.1.1.7.1.3 | displaystring | read-only |
The mount point or path name in the local file system where the device is mounted (e.g. /home). |
devBsize | 1.3.6.1.4.1.546.1.1.1.7.1.4 | integer | read-only |
The block size of the mounted device in bytes. File systems and disk devices generally allocate data in fixed size 'blocks' generally referred to as the device's block size. Common block sizes are 1024 (1K) and 2048 (2K) bytes. |
devTblks | 1.3.6.1.4.1.546.1.1.1.7.1.5 | integer | read-only |
The total number of blocks contained in the mounted device. |
devFblks | 1.3.6.1.4.1.546.1.1.1.7.1.6 | gauge | read-only |
The total number of free or unallocated blocks in the mounted device. |
devTfiles | 1.3.6.1.4.1.546.1.1.1.7.1.7 | integer | read-only |
Each disk device and file system allocates a fixed, maximum number of files that can be written to the device. The value of this object indicates the maximum number of files that can be written to this device. |
devFfiles | 1.3.6.1.4.1.546.1.1.1.7.1.8 | gauge | read-only |
The number of free or unallocated files that can be created on this device. |
devMaxNameLen | 1.3.6.1.4.1.546.1.1.1.7.1.9 | integer | read-only |
The maximum file name length that this mounted device supports. If no fixed limit exists, 0 is returned. |
devType | 1.3.6.1.4.1.546.1.1.1.7.1.10 | displaystring | read-only |
The type of the mounted device. If this underlying device does not support feature, 0 is returned. |
devFsid | 1.3.6.1.4.1.546.1.1.1.7.1.11 | integer | read-only |
The (possibly unique) file system ID of the mounted device. V.4 systems support its uniqueness while SunOS does not. For devices or operating systems not supporting this object, the object instance identifier is returned instead. |
devFstr | 1.3.6.1.4.1.546.1.1.1.7.1.12 | displaystring | read-only |
Some devices support a description string. If supported by the underlying device and operating system, that device specific description string is returned. If not supported, the string 'Not supported' is returned. An example description string may be 'User home directories'. |
devUnmount | 1.3.6.1.4.1.546.1.1.1.7.1.13 | integer | read-write |
Writing a delete(1) to this object causes the agent to unmount this device and remove its entry from the mounted file system table. Writing any other value to this object will cause no action to be taken by the agent. Enumeration: 'valid': 2, 'delete': 1. |
devCapacity | 1.3.6.1.4.1.546.1.1.1.7.1.14 | integer | read-only |
The percentage of the device's total capacity in use. |
devInodeCapacity | 1.3.6.1.4.1.546.1.1.1.7.1.15 | integer | read-only |
The percentage of the device's total file capacity (inodes) in use. File systems often place an upper bound on the number of files that can be created on a filesystem. This value indicates the percentage of total possible files that are in use. Many times, NFS clients cannot determine this value for remotely mounted filesystems; in that case, 0 is returned. |
agentVersion | 1.3.6.1.4.1.546.1.1.1.8 | displaystring | read-only |
The agent's description and software version number (e.g 'Concord . . . Ver 4.1'). |
kernelConfig | 1.3.6.1.4.1.546.1.1.1.9 | |||
maxProcs | 1.3.6.1.4.1.546.1.1.1.9.1 | integer | read-only |
Maximum number of slots in the system process table or simply, the maximum number of processes that may run at any one time on the system. |
serialNumber | 1.3.6.1.4.1.546.1.1.1.9.2 | integer | read-only |
The system's serial number. This number is different from the system's hostid value; it should be unique across all platforms manufactured by the same vendor. |
romVersion | 1.3.6.1.4.1.546.1.1.1.9.3 | displaystring | read-only |
The system's ROM version number (e.g 2.6). Different versions of ROM often support different commands and options. Knowing the system's ROM version number is often helpful in debugging operating system problems. |
numCPU | 1.3.6.1.4.1.546.1.1.1.9.4 | gauge | read-only |
The number of CPUs contained within this host. |
clockHZ | 1.3.6.1.4.1.546.1.1.1.9.5 | integer | read-only |
The system's clock or 'tick' rate in HZ. This is the rate at operating system is given regularly, periodic interrupts in order to handle I/O, schedule processes, etc. This value should not be confused with the CPU clock speed which is generally on the order mega-hertz. |
kernelVers | 1.3.6.1.4.1.546.1.1.1.9.6 | displaystring | read-only |
The kernel version; This description string is compiled into the kernel at kernel build time and is generally used to convey information about its functionality, patch level, or administrative domain. |
virtualMem | 1.3.6.1.4.1.546.1.1.1.9.7 | gauge | read-only |
The amount of virtual memory in 1024 byte units (KBytes). |
maxInode | 1.3.6.1.4.1.546.1.1.1.9.8 | gauge | read-only |
Maximum number of in core file inodes allocated by this host. An inode is a data structure used by a file system to describe a file. Part of it is cached in memory (in core) while the other is stored on disk; the kernel allocates a fixed amount of these structures at kernel boot time for use with file I/O. |
maxFiles | 1.3.6.1.4.1.546.1.1.1.9.9 | gauge | read-only |
Maximum number of open files the system can support at any one time. The kernel pre-allocates, at kernel boot time, a table of structures for file I/O. If the kernel does not place any upper bound (e.g. Solaris 2.x), than 0 is returned. |
maxClist | 1.3.6.1.4.1.546.1.1.1.9.10 | gauge | read-only |
The maximum number of 'clist' structures allocated by the kernel. Line disciplines, like terminals, manipulate data on 'clists' which are essentially linked-lists of data heading to and from terminal or serial devices. If the underlying operating system does not utilize 'clists', then 0 is returned. |
maxMemPerProc | 1.3.6.1.4.1.546.1.1.1.9.11 | gauge | read-only |
Maximum memory per process in KBytes. Operating systems often set an upper limit on the amount of memory a process may use. If the underlying operating system does not set such a limit, than 0 is returned. |
totalSwap | 1.3.6.1.4.1.546.1.1.1.9.12 | integer | read-only |
Total system swap space in KBytes. Swap is a region on secondary storage (primarily disks) that is used for swapping and paging. Swapping is a memory management policy in which entire processes are written to secondary storage when memory is in short supply. When a process begins, all its pages are in virtual memory; only those pages actively being used are brought in from disk or swap. |
openMaxPerProc | 1.3.6.1.4.1.546.1.1.1.9.13 | integer | read-only |
Maximum number of open files per process. Each process is generally given a limit on the maximum number of files it may have open at any one time. If the operating system does not impose such limits, the value 0 is returned. |
posixJobCtrl | 1.3.6.1.4.1.546.1.1.1.9.14 | integer | read-only |
Boolean variable indicating if Posix Job Control supported. POSIX, an IEEE standard, defines a portable, open interface to operating systems. Part of the specification includes the definition of support for advanced job control. This value indicates whether the system supports POSIX-style job control. Enumeration: 'false': 2, 'true': 1. |
posixVersion | 1.3.6.1.4.1.546.1.1.1.9.15 | integer | read-only |
The POSIX version number supported by host operating system. As new versions of POSIX are released, it may be important to monitor which host supports which version of the POSIX standard. |
pageSize | 1.3.6.1.4.1.546.1.1.1.9.16 | integer | read-only |
This object returns the number of bytes in a page; a 'page' is the fixed size unit of measurement when dealing with both virtual and physical memory. Page granularity is the granularity of many of the memory statistics and objects throughout the Concord MIB. This page size is an operating system page size and may not correspond to the underlying hardware page size. |
wordSize | 1.3.6.1.4.1.546.1.1.1.9.17 | integer | read-only |
This object returns the kernel word size. For example, if Solaris is booted with a 64 bit kernel, this object would return 64. If Solaris is booted with a 32 bit kernel, this object would return 32. This object is available in SystemEDGE 4.1 and higher. |
bootconf | 1.3.6.1.4.1.546.1.1.1.10 | |||
rootName | 1.3.6.1.4.1.546.1.1.1.10.1 | displaystring | read-only |
The Device and partition (e.g. sd0a) that the root filesystem is mounted from. |
rootFSType | 1.3.6.1.4.1.546.1.1.1.10.2 | displaystring | read-only |
The root filesystem type (e.g. 4.2). |
rootBlocks | 1.3.6.1.4.1.546.1.1.1.10.3 | integer | read-only |
The total number of blocks contained in the root filesystem. The value 0 is returned if unknown. |
dumpName | 1.3.6.1.4.1.546.1.1.1.10.4 | displaystring | read-only |
The device and partition (e.g. sd0b) that the dump filesystem is mounted from. 'Dump' is a area of secondary storage reserved by the operating system so that it may write diagnostic information in the event of a kernel crash. |
dumpFSType | 1.3.6.1.4.1.546.1.1.1.10.5 | displaystring | read-only |
The dump filesystem type (e.g. spec). Dump is generally not a 'normal' file system like UFS, 4.2, etc. |
dumpBlocks | 1.3.6.1.4.1.546.1.1.1.10.6 | integer | read-only |
The total number of blocks contained in the dump filesystem. |
swapName | 1.3.6.1.4.1.546.1.1.1.10.7 | displaystring | read-only |
The device and partition (e.g. sd0b) that serves as swap space for the running kernel. |
swapFSType | 1.3.6.1.4.1.546.1.1.1.10.8 | displaystring | read-only |
The swap filesystem type (e.g. spec). Swap space is not generally a typical file system like UFS, 4.2, etc. |
swapSize | 1.3.6.1.4.1.546.1.1.1.10.9 | integer | read-only |
The total number of blocks contained in the kernel's swap area. |
streams | 1.3.6.1.4.1.546.1.1.1.11 | |||
maxmsgSize | 1.3.6.1.4.1.546.1.1.1.11.1 | integer | read-only |
The maximum Streams message size in bytes. Streams often places a limit on the size of an individual message. If the underlying system does not place such a limit, 0 is returned. |
maxNumPush | 1.3.6.1.4.1.546.1.1.1.11.2 | integer | read-only |
Maximum number of Streams modules that may be 'pushed' onto an individual stream at any one time. If the underlying system does not define such a limit, 0 is returned. |
numMuxLinks | 1.3.6.1.4.1.546.1.1.1.11.3 | gauge | read-only |
Number of Streams multiplexor links. |
streamUse | 1.3.6.1.4.1.546.1.1.1.11.4 | gauge | read-only |
Current number of open 'streams' in the system. Operating systems often place a limit on the number of streams that may be in use at any one time. Monitoring this variable and streamMax can indicate if additional streams should be configured. |
streamMaxs | 1.3.6.1.4.1.546.1.1.1.11.5 | integer | read-only |
The largest number of open 'streams' recorded by the system. This value represents a 'high-water' mark. |
streamFails | 1.3.6.1.4.1.546.1.1.1.11.6 | counter | read-only |
The number of 'stream' allocation failures that have occurred. Monitoring the streamUse, streamMax, and streamFail variables can help determine if the Streams subsystem is properly configured. |
queueUse | 1.3.6.1.4.1.546.1.1.1.11.7 | gauge | read-only |
Number of Streams queues currently in use by the system. Streams are composed of queues, one for each direction of data flow. The value of this variable indicates the number of queue data structures currently in use. |
queueMaxs | 1.3.6.1.4.1.546.1.1.1.11.8 | integer | read-only |
The largest number of open 'streams' recorded by the system. This value represents the 'high-water' mark. |
queueFails | 1.3.6.1.4.1.546.1.1.1.11.9 | counter | read-only |
The number of Streams queue allocation failures. Monitoring the queueUse, queueMax, and queueFail variables can help determine if the Streams subsystem is properly configured. |
mblockUse | 1.3.6.1.4.1.546.1.1.1.11.10 | gauge | read-only |
The number of Streams message blocks currently in use. Streams messages are composed of message-blocks in a linked-list. The value of this variable indicates how many of the systems message blocks are in use. |
mblockMaxs | 1.3.6.1.4.1.546.1.1.1.11.11 | integer | read-only |
The largest number of Streams message blocks in use at any one time. This value represents a 'high-water' mark. |
mblockFails | 1.3.6.1.4.1.546.1.1.1.11.12 | counter | read-only |
The number of Streams message block allocation failures. Monitoring the mblockUse, mblockMax, and mblockFail variables can help determine if the Streams subsystem is properly configured. |
dblockUse | 1.3.6.1.4.1.546.1.1.1.11.13 | gauge | read-only |
The number of Streams data blocks currently in use. Message data is stored in data-blocks; the value of this variable indicates how many of the data-blocks are currently in use. |
dblockMaxs | 1.3.6.1.4.1.546.1.1.1.11.14 | integer | read-only |
The largest number of Streams data blocks in use at any one time. This value represents a 'high-water' mark. |
dblockFails | 1.3.6.1.4.1.546.1.1.1.11.15 | counter | read-only |
The number of Streams data block allocation failures. Monitoring the dblockUse, dblockMax, and dblockFail variables can help determine if the Streams subsystem is properly configured. |
systemType | 1.3.6.1.4.1.546.1.1.1.12 | integer | read-only |
The underlying system (hardware/OS) type Enumeration: 'irix63Mips': 13, 'nt351Alpha': 9, 'nt52Intel': 26, 'digitalUNIX': 19, 'irix65Mips': 18, 'solarisPPC': 4, 'hpux11Parisc': 21, 'nt40Intel': 10, 'linuxIntel': 20, 'nt351Intel': 8, 'unknown': 1, 'aix41RS6000': 15, 'nt50Intel': 22, 'hpux10Parisc': 7, 'nt40Alpha': 11, 'sunosSparc': 5, 'hpux9Parisc': 6, 'solarisSparc': 2, 'nt51Intel': 24, 'hpux11IA64': 28, 'aix5RS6000': 25, 'aix42RS6000': 16, 'aix43RS6000': 17, 'solarisIntel': 3, 'irix64Mips': 14, 'nt50Alpha': 23, 'linuxIA64': 27, 'irix62Mips': 12. |
systemEdgeUptime | 1.3.6.1.4.1.546.1.1.1.13 | timeticks | read-only |
The SystemEDGE agent's uptime. Use for uptime calculations with variables in the Concord MIB. This is the same value as returned by the uptime value in MIB2. However, on some platforms (e.g. NT), that value is not returned by SystemEDGE and is thus inconsistent with the SystemEDGE uptime. |
sysedgeLicenseString | 1.3.6.1.4.1.546.1.1.1.14 | displaystring | read-only |
This object is used in conjunction Concord's auto-licensing and remote licensing facility starting in SystemEDGE 4.0. |
sysedgeLicenseKey | 1.3.6.1.4.1.546.1.1.1.16 | displaystring | read-write |
This object is used in conjunction Concord's auto-licensing and remote licensing facility starting in SystemEDGE 4.0. |
sysedgeMode | 1.3.6.1.4.1.546.1.1.1.17 | integer | read-only |
This object indicates if SystemEDGE is in full-mode or restricted-mode. Restricted-mode is entered, when SystemEDGE 4.0 and higher, fails to find a valid license. Once a valid license has been allocated and set, SystemEDGE will then transition to fullMode(1) Enumeration: 'restrictedMode': 2, 'fullMode': 1. |
systemTimeZone | 1.3.6.1.4.1.546.1.1.1.18 | displaystring | read-only |
The timezone this system is in obtained via TZ environment variable (UNIX) or NT win32 call. If SystemEDGE is unable to determine the timezone, 'unknown' is returned. This value is operating-system depdendent in that each OS often has slightly different names for same timezone. |
sysedgeAddressList | 1.3.6.1.4.1.546.1.1.1.19 | displaystring | read-only |
The space-separated list of up to 5 past IP addresses that this system was configured for. This MIB object, when used with the addrChangeTrap, is useful to pollers trying to poll client machines whose addresses change due to DHCP or with mobile systems or those whose configuration changes over time. Addresses are ordered with most-recently from most-recently used to least-recently used (left to right). |
sysedgeFQDN | 1.3.6.1.4.1.546.1.1.1.20 | displaystring | read-only |
The system's fully qualified domain name (FQDN); this MIB object is a duplicate of mib-2.system.sysName but is repeated here for platform consistency (e.g. NT vs. UNIX). |
sysedgeConfProfile | 1.3.6.1.4.1.546.1.1.1.21 | displaystring | read-write |
A space-separated list of configuration profile names currently configured in SystemEDGE. Configuration profiles are managed by AdvantEDGE View; AdvantEDGE View uses this MIB object to store, with each agent, which profiles are currently deployed to that agent. Writing to or modifying this variable outside of AdvantEDGE View is strongly discouraged. This MIB variable should not contain single nor double quotations. |
sysedgeInstallDir | 1.3.6.1.4.1.546.1.1.1.22 | displaystring | read-only |
The directory where the SystemEDGE distribution is installed (e.g. c:\sysedge or /opt/EMPsysedge). One can use this value to help configure actions, extensions, etc. |
sysedgePluginList | 1.3.6.1.4.1.546.1.1.1.23 | displaystring | read-only |
A comma-separated list of plugins that are currently loaded into SystemEDGE. Management software can use this MIB object to determine installation and upgrade requirements. If no plugins are loaded, a zero-length string is returned. |
userTable | 1.3.6.1.4.1.546.1.1.2 | no-access |
Table describing defined users of the node which the agent resides on. Normally, the list of valid users is stored in the /etc/passwd file; on systems which run NIS or NIS+, this table represents both users in the /etc/passwd file and in the NIS passwd file. |
|
1.3.6.1.4.1.546.1.1.2.1 | no-access |
An entry in the table describing defined users. |
||
userIndex | 1.3.6.1.4.1.546.1.1.2.1.1 | integer | read-only |
The instance of the userEntry object, derived from its index number in the password file. |
userLoginID | 1.3.6.1.4.1.546.1.1.2.1.2 | displaystring | read-only |
The user's login ID which is normally given to the system's login prompt (e.g. root). |
userPasswd | 1.3.6.1.4.1.546.1.1.2.1.3 | displaystring | read-only |
The user's encrypted password. Users without passwords have an '*' in this field. |
userUID | 1.3.6.1.4.1.546.1.1.2.1.4 | integer | read-only |
The user's User-ID or UID (e.g. 0). |
userGID | 1.3.6.1.4.1.546.1.1.2.1.5 | integer | read-only |
The user's Group-ID or GID (e.g. 1). |
userName | 1.3.6.1.4.1.546.1.1.2.1.6 | displaystring | read-only |
The user's real life name (e.g. John Doe). |
userHomeDir | 1.3.6.1.4.1.546.1.1.2.1.7 | displaystring | read-only |
The user's home directory when that user logs in (e.g. /home/john). |
userShell | 1.3.6.1.4.1.546.1.1.2.1.8 | displaystring | read-only |
The user's preferred shell (e.g. /bin/csh). |
groupTable | 1.3.6.1.4.1.546.1.1.3 | no-access |
Table describing defined groups on node that agent resides. Normally the list of valid user groups is stored in the file /etc/group. On systems running NIS or NIS+, this table represents valid groups in /etc/group and in the NIS group file. |
|
1.3.6.1.4.1.546.1.1.3.1 | no-access |
Entry in table describing valid groups. |
||
groupIndex | 1.3.6.1.4.1.546.1.1.3.1.1 | integer | read-only |
The instance of the groupEntry object, derived from its index in the groups file. |
groupName | 1.3.6.1.4.1.546.1.1.3.1.2 | displaystring | read-only |
The name of the group (e.g. wheel). |
groupPasswd | 1.3.6.1.4.1.546.1.1.3.1.3 | displaystring | read-only |
The encrypted password for the group. Groups without passwords have an '*' in this field. |
groupGID | 1.3.6.1.4.1.546.1.1.3.1.4 | integer | read-only |
The group-ID or GID (e.g. 1). |
processTable | 1.3.6.1.4.1.546.1.1.4 | no-access |
Table describing currently running processes on the node which the SNMP agent resides. |
|
1.3.6.1.4.1.546.1.1.4.1 | no-access |
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. |
||
processID | 1.3.6.1.4.1.546.1.1.4.1.1 | integer | read-only |
The unique process ID (e.g. 0). The value of this object also serves as the instance of the processEntry object. |
processName | 1.3.6.1.4.1.546.1.1.4.1.2 | displaystring | read-only |
The name of the running process (e.g. swapper). |
processState | 1.3.6.1.4.1.546.1.1.4.1.3 | integer | read-only |
The process state is operating system dependent. Possible states (for SunOS 4.1.3) include sleeping(1), waiting(2), running (3), idle (4), zombie (5), stopped(6), unknown(7). This MIB object should be deprecated in favor of processStateStr which is portable and standard across all platforms. processState values are platform specific and thus harder to handle in platform-independent manner. |
processNice | 1.3.6.1.4.1.546.1.1.4.1.4 | integer | read-write |
The 'nice' value of the process which can be modified to give a process greater or lesser priority over other processes. The 'nice' value reflects the level of priority that the running process has; the higher the value, the lower the priority the process has. |
processFlags | 1.3.6.1.4.1.546.1.1.4.1.5 | integer | read-only |
The process flags; flags are operating system dependent and are generally documented in system header files. |
processUID | 1.3.6.1.4.1.546.1.1.4.1.6 | integer | read-only |
The process owner's user ID (e.g. 0 for root). |
processGID | 1.3.6.1.4.1.546.1.1.4.1.7 | integer | read-only |
The process owner's group ID (e.g. 0 for wheel). |
processKill | 1.3.6.1.4.1.546.1.1.4.1.8 | integer | read-write |
This object represents a signal that can be sent to the running process. When accessed with GET or GetNext, a 0 is returned. When a valid signal value is written, the agent sends that signal to the corresponding process. To kill or delete a process from the process table, the value corresponding to SIGKILL(9) should be written to this object. Signals are defined in a system dependent manner and are usually defined in system header files and manual pages. |
processMEM | 1.3.6.1.4.1.546.1.1.4.1.9 | gauge | read-only |
The percentage (0-100) of real memory used by this process. |
processSize | 1.3.6.1.4.1.546.1.1.4.1.10 | gauge | read-only |
The combined size of the text, data and stack segments in KBytes. Processes are normally broken into segments including those for text (or program), data, and stack. This variable indicates how large the variable size portion of a process is. Monitoring this value can help determine the health of a process. |
processRSS | 1.3.6.1.4.1.546.1.1.4.1.11 | gauge | read-only |
Real memory (resident set) size of the process in kilobytes. This value indicates how many bytes are held by a process. |
processTime | 1.3.6.1.4.1.546.1.1.4.1.12 | integer | read-only |
This process' accumulated CPU time in seconds. |
processParentPID | 1.3.6.1.4.1.546.1.1.4.1.13 | integer | read-only |
This process' parent process ID (PID). |
processNumThreads | 1.3.6.1.4.1.546.1.1.4.1.14 | integer | read-only |
The number of threads executing within this process. Note, on some systems, the operating system may be un-aware of user-level threads executing within the process. This object reflects the number of threads executing within the process that the operating system is aware of. |
processInBlks | 1.3.6.1.4.1.546.1.1.4.1.15 | counter | read-only |
The number of blocks of data input by the process. |
processOutBlks | 1.3.6.1.4.1.546.1.1.4.1.16 | counter | read-only |
The number of blocks of data output by the process. |
processMsgsSent | 1.3.6.1.4.1.546.1.1.4.1.17 | counter | read-only |
The number of messages sent by the process. |
processMsgsRecv | 1.3.6.1.4.1.546.1.1.4.1.18 | counter | read-only |
The number of messages received by the process. |
processSysCalls | 1.3.6.1.4.1.546.1.1.4.1.19 | counter | read-only |
The number of system calls invoked by this process. |
processMinorPgFlts | 1.3.6.1.4.1.546.1.1.4.1.20 | counter | read-only |
The number of minor page faults incurred by this process. Minor faults do not require I/O to retrieve the page. |
processMajorPgFlts | 1.3.6.1.4.1.546.1.1.4.1.21 | counter | read-only |
The number of major page faults incurred by this process. Major faults require I/O to retrieve the page. |
processNumSwaps | 1.3.6.1.4.1.546.1.1.4.1.22 | counter | read-only |
The number of times this process has been swapped. |
processVolCtx | 1.3.6.1.4.1.546.1.1.4.1.23 | counter | read-only |
The number of voluntary context switches incurred by this process. Voluntary context switches occur when the processor 'voluntary' gives up the CPU (e.g. waiting on I/O.) |
processInvolCtx | 1.3.6.1.4.1.546.1.1.4.1.24 | counter | read-only |
The number of involuntary context switches incurred by this process. An involuntary context switch occurs when the process has executed for the duration of its time quantum and is switched out by the process scheduler. |
processArgs | 1.3.6.1.4.1.546.1.1.4.1.25 | displaystring | read-only |
The parameters supplied to this process when it was initially started. |
processStartTime | 1.3.6.1.4.1.546.1.1.4.1.26 | displaystring | read-only |
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 shown below. Time zone and daylight savings corrections are made before string generation. The fields are constant width: Fri Sep 13 00:00:00 1986\n |
processStateStr | 1.3.6.1.4.1.546.1.1.4.1.27 | displaystring | read-only |
The process state in an operating-system independent format. A process-state matrix is included below. Note that not all operating systems may support a specific process-state. State Description -------- -------------------------------- starting Process under creation runnable Process is on run queue sleeping Process is waiting for event to complete sleep Uninterruptible sleep (usually IO) zombie Process terminated; parent not waiting stop Process stopped either by job control signal or because it is being traced active The process is running on a processor swapped Process is swapped out to secondary storage wait Process is waiting for memory; subclass of sleeping state other Misc state (forking, exiting, transition, etc.) |
processStateInt | 1.3.6.1.4.1.546.1.1.4.1.28 | integer | read-only |
The process state, as above, represented by integer for easier polling and trending. Enumeration: 'procStateActive': 3, 'procStateRunnable': 2, 'procStateOther': 9, 'procStateStarting': 1, 'procStateStop': 8, 'procStateSwapped': 6, 'procStateZombie': 10, 'procStateSleeping': 5, 'procStateSleep': 7, 'procStateWait': 4. |
whoTable | 1.3.6.1.4.1.546.1.1.5 | no-access |
This table represents users who are currently logged into the node which the agent resides. |
|
1.3.6.1.4.1.546.1.1.5.1 | no-access |
An entry in the who table. |
||
whoIndex | 1.3.6.1.4.1.546.1.1.5.1.1 | integer | read-only |
The instance of the whoEntry object. |
whoName | 1.3.6.1.4.1.546.1.1.5.1.2 | displaystring | read-only |
The user name of a user logged into the node which the agent resides (e.g. root). |
whoDevice | 1.3.6.1.4.1.546.1.1.5.1.3 | displaystring | read-only |
The device the user is using to log into the node which the agent resides (e.g. console or ttyp1). |
whoPID | 1.3.6.1.4.1.546.1.1.5.1.4 | integer | read-only |
This object represents the process ID for the user's login shell. This object is not supported on SunOS 4.X systems; 0 is returned instead. |
whoTime | 1.3.6.1.4.1.546.1.1.5.1.5 | timeticks | read-only |
The time, in SNMP TimeTicks, when the user first logged in. |
whoWhere | 1.3.6.1.4.1.546.1.1.5.1.6 | displaystring | read-only |
The location the user logged in from if applicable. (e.g. :0.0 if local or host name if logged in from a remote system). |
remoteShell | 1.3.6.1.4.1.546.1.1.6 | |||
shellOutput | 1.3.6.1.4.1.546.1.1.6.1 | displaystring | read-write |
The name of a file that will receive all output from the execution of a UNIX command initiated by the agent. This file is restricted to the '/tmp' ('\temp' or '\tmp' for NT) directory for security and safety considerations. If the value object is set to anything other that that residing in '/tmp' or a relative pathname, an error will be returned. |
shellCmd | 1.3.6.1.4.1.546.1.1.6.2 | displaystring | read-write |
The command and arguments to be executed by the agent. When this object is SET, (and a valid shellOutput object exists), the agent fork/execs the command with STDOUT and STDERR going to the value of shellOutput. On NT systems, the command is run synchronously so care should be taken not to block the subagent indefinitely. |
shellExitStat | 1.3.6.1.4.1.546.1.1.6.3 | integer | read-only |
The exit code from the execution of a shell command. The value remains unchanged until another command is executed. Each execution of a shell command overwrites the previous value of this object. On some systems (HPUX-9), the exit status is not available if the shell command was invoked in the background in order to avoid defunct or zombie processes waiting on that shell command's exit value. |
shellOutputContents | 1.3.6.1.4.1.546.1.1.6.4 | displaystring | read-only |
This object returns up to the first 512 characters of the last shell-command output stored in the file specified by shellOutput (remoteShell.1). No attempt at translating the character output is made by the agent. |
performance | 1.3.6.1.4.1.546.1.1.7 | |||
kernelperf | 1.3.6.1.4.1.546.1.1.7.8 | |||
runQLen | 1.3.6.1.4.1.546.1.1.7.8.4 | gauge | read-only |
The length of the scheduler's run queue sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. The system's load average is computed from the value of runQLen; the load average is defined as the average runQLen value over some interval. |
diskWaitNum | 1.3.6.1.4.1.546.1.1.7.8.5 | gauge | read-only |
The number of jobs that are waiting on disk I/O sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. A large value may indicate an overloaded system although larger values may be observed on file server systems. |
pageWaitNum | 1.3.6.1.4.1.546.1.1.7.8.6 | gauge | read-only |
The number of jobs that are waiting on page I/O sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. A large value may indicate the system does not have enough memory for the current load. |
swapActive | 1.3.6.1.4.1.546.1.1.7.8.7 | gauge | read-only |
The number of jobs that are active yet swapped out of memory, sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. A high value for this object may indicate that system memory is not sufficient for the current load. |
sleepActive | 1.3.6.1.4.1.546.1.1.7.8.8 | gauge | read-only |
The number of jobs that are active yet sleeping in core, sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. A process is active yet sleeping in core when it is not running and not swapped out to secondary storage (swap). |
memInUse | 1.3.6.1.4.1.546.1.1.7.8.9 | gauge | read-only |
The total real KBytes of memory in use sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. Comparing memInUse to memory (in the Concord 'system' group) can help indicate if a system has sufficent memory for its current load. |
activeMem | 1.3.6.1.4.1.546.1.1.7.8.10 | gauge | read-only |
The total active real memory (KBytes) sampled over a fixed period of time. The sampling interval is system dependent. In SunOS, the kernel updates this parameter once every 5 seconds. Memory is active when it is actually being used by a process running in memory. This value should be less than or equal to memInUse. A high value may indicate a system with insufficient memory. |
numProcs | 1.3.6.1.4.1.546.1.1.7.8.11 | gauge | read-only |
The number of processes table slots currently allocated and in use. On older BSD-based systems, this metric is important since it places an uppder bound on the total number of processes that may run on the system at any one time. |
numOpenFiles | 1.3.6.1.4.1.546.1.1.7.8.12 | gauge | read-only |
The system-wide total number of open files. |
swapInUse | 1.3.6.1.4.1.546.1.1.7.8.13 | gauge | read-only |
The amount of swap space (KBytes) currently in use by the system. Swap space is used when memory is in short supply. Typically, entire processes are swapped out to secondary storage. Comparing this value to totalSwap (in Concord's kernelConfig group) can help indicate if additional swap space is needed. |
numSwitches | 1.3.6.1.4.1.546.1.1.7.8.14 | counter | read-only |
The total number of context switches that have occurred since the kernel was last initialized. A context switch occurs each time a process gives up the CPU and another takes its place. This counter reflects the level of system activity; a high rate of context switching is indicative of the system load. |
numTraps | 1.3.6.1.4.1.546.1.1.7.8.15 | counter | read-only |
The total number of traps switching a process from user to kernel mode that have occurred since the kernel was last initialized. Traps are hardware exceptions that occur and are usually caused by the currently running process. Example traps include those for incorrect arithmetic operations, segmentation violations or page faults. An excessive trap rate can indicate a faulty program, excessive system loading, or some other abnormality. |
numSyscalls | 1.3.6.1.4.1.546.1.1.7.8.16 | counter | read-only |
The total number of system calls that have occurred since the kernel was last initialized. System calls occur when a process calls a function which must execute in kernel or privileged mode; it is a indicator of the system load and may be higher on servers or machines shared by many users. |
numInterrupts | 1.3.6.1.4.1.546.1.1.7.8.17 | counter | read-only |
The total number of device interrupts that have occurred since the kernel was last initialized. The operating system is interrupted by devices and peripherals when they require the attention of the system. An excessive rate of interrupts can indicate a heavily loaded machine; servers and machines shared by many users will typically have a higher rate though. |
numPageSwapIns | 1.3.6.1.4.1.546.1.1.7.8.18 | counter | read-only |
The total number of pages that have been swapped in since the kernel was last initialized. Page swapping occurs when a process is swapped to and from secondary storage. A high rate of page swap activity can indicate an overloaded system. |
numPageSwapOuts | 1.3.6.1.4.1.546.1.1.7.8.19 | counter | read-only |
The total number of pages that have been swapped out since the kernel was last initialized. Page swapping occurs when a process is swapped to and from secondary storage. A high rate of page swap activity can indicate an overloaded system. |
numSwapIns | 1.3.6.1.4.1.546.1.1.7.8.20 | counter | read-only |
The total number of processes that have been swapped in since the kernel was last initialized. Processes are swapped to and from secondary storage when memory is in short supply. A high rate may indicate an overloaded system. |
numSwapOuts | 1.3.6.1.4.1.546.1.1.7.8.21 | counter | read-only |
The total number of processes that have been swapped out since the kernel was last initialized. Processes are swapped to and from secondary storage when memory is in short supply. A high rate may indicate an overloaded system. |
numPageIns | 1.3.6.1.4.1.546.1.1.7.8.22 | counter | read-only |
The total number of pages that have been paged in since the kernel was last initialized. Page-in is an operation performed by the virtual memory system in which the contents of a page are read from secondary storage. A high rate of change may indicate an overloaded system. |
numPageOuts | 1.3.6.1.4.1.546.1.1.7.8.23 | counter | read-only |
The total number of pages that have been paged out since the kernel was last initialized. Page-out is an operation performed by the virtual memory system in which the contents of a page are written to secondary storage. A high rate of change may indicate an overloaded system. |
numPageReclaims | 1.3.6.1.4.1.546.1.1.7.8.24 | counter | read-only |
The total pages that have been reclaimed from the freelist since the kernel was last initialized. Memory pages are stored on a free-list when not in use. If a page has been acquired from the free-list, it has been reclaimed. A high rate of changed indicates an active system which is not generally considered to be overloaded. |
numPageFaults | 1.3.6.1.4.1.546.1.1.7.8.25 | counter | read-only |
The total number of page faults that have occurred since the kernel was last initialized. A page fault occurs when a running process attempts to access a virtual memory page that is not currently in physical memory resulting in a hardware page fault. A high rage of page faults may indicate an overloaded system or one with insufficient memory. |
loadAverage1Min | 1.3.6.1.4.1.546.1.1.7.8.26 | integer | read-only |
The load average over the last 1 minute. The load average represents the average number of jobs in the run queue over the specified time range. The value reported is the load average multiplied by 100. For example, if the value 50 represents a load average of 0.50 |
loadAverage5Min | 1.3.6.1.4.1.546.1.1.7.8.27 | integer | read-only |
The load average over the last 5 minutes. The load average represents the average number of jobs in the run queue over the specified time range. The value reported is the load average multiplied by 100. For example, if the value 50 represents a load average of 0.50 |
loadAverage15Min | 1.3.6.1.4.1.546.1.1.7.8.28 | integer | read-only |
The load average over the last 15 minutes. The load average represents the average number of jobs in the run queue over the specified time range. The value reported is the load average multiplied by 100. For example, if the value 50 represents a load average of 0.50 |
totalSwapSpace | 1.3.6.1.4.1.546.1.1.7.8.29 | integer | read-only |
Total system swap space in KBytes. This object is identical to the kernelConfig.totalSwap(12) object and is repeated here for the convenience of management stations which cannot simultaneously poll groups of objects in different branches of the MIB. |
swapCapacity | 1.3.6.1.4.1.546.1.1.7.8.30 | integer | read-only |
The percentage of the system's total swap in use. The value of this object can be computed by dividing swapInUse(13) by totalSwapSpace(29) and multiplying by 100. It is included here for convenient polling, monitoring, and history sampling. This object is an aggregate value over all the swap partitions and areas. |
memCapacity | 1.3.6.1.4.1.546.1.1.7.8.31 | integer | read-only |
The percentage of the system's active memory in use. The value of this object can be approximated by dividing activeMem(10) by memory(system.3) and converting to a percentage. Because virutal memory allows systems to operate with a higher memCapacity value, this value alone should not be used to judge how loaded a system is. Managers should also monitor swapCapacity. |
memInUseCapacity | 1.3.6.1.4.1.546.1.1.7.8.32 | integer | read-only |
The percentage of the system's memory in use. The value of this object can be approximated by dividing memInUse(9) by memory(system.3) and converting to a percentage. Because virutal memory allows systems to operate with a higher memCapacity value, this value alone should not be used to judge how loaded a system is. Managers should also monitor swapCapacity. |
pageScans | 1.3.6.1.4.1.546.1.1.7.8.33 | counter | read-only |
Total number of pages examined by pageout daemon. Excessive rates of scans (change in this counter) can indicate a machine with insufficient memory. |
numZombieProcs | 1.3.6.1.4.1.546.1.1.7.8.34 | gauge | read-only |
Current number of zombie processes found on the system. This MIB object is found by adding up all processes with a processStateStr of zombie. The lower the number the better. Supported in SystemEDGE 4.1 and higher. |
errorTable | 1.3.6.1.4.1.546.1.1.8 | no-access |
This table contains errors reported to the system console. On System V.4 platforms, it also contains errors passed up via the system error device. Note, errors in this table are also sent out as TRAPS. V.4 derived systems support a flexible, consistent interface for hardware and system errors. This table represents error feedback from this interface. It is not supported on SunOS 4.X systems. |
|
1.3.6.1.4.1.546.1.1.8.1 | no-access |
An entry in the error table. |
||
seqNum | 1.3.6.1.4.1.546.1.1.8.1.1 | integer | read-only |
The unique sequence number of the error entry. The value of this object also represents the instance of the errorEntry object. |
mid | 1.3.6.1.4.1.546.1.1.8.1.2 | integer | read-only |
The software module identifier reporting the error. |
sid | 1.3.6.1.4.1.546.1.1.8.1.3 | integer | read-only |
The secondary identifier of the module reporting the error. |
time | 1.3.6.1.4.1.546.1.1.8.1.4 | timeticks | read-only |
The time at which the error was reported and the error entry created. |
tag | 1.3.6.1.4.1.546.1.1.8.1.5 | integer | read-only |
A unique number which identifies the type of error that occurred. |
type | 1.3.6.1.4.1.546.1.1.8.1.6 | displaystring | read-only |
The type of error. |
cause | 1.3.6.1.4.1.546.1.1.8.1.7 | displaystring | read-only |
The cause of the error. |
severity | 1.3.6.1.4.1.546.1.1.8.1.8 | displaystring | read-only |
The severity of the error. |
level | 1.3.6.1.4.1.546.1.1.8.1.9 | displaystring | read-only |
The level of software reporting the error. |
module | 1.3.6.1.4.1.546.1.1.8.1.10 | displaystring | read-only |
The module name that reported the error. |
subSysmsg | 1.3.6.1.4.1.546.1.1.8.1.11 | displaystring | read-only |
The sub-system message of the error entry. |
errDelete | 1.3.6.1.4.1.546.1.1.8.1.12 | integer | read-write |
Setting this object to the value 1 causes the agent to delete this entry from the error table. Writing any other value causes the agent to take no action. Enumeration: 'valid': 2, 'delete': 1. |
ipc | 1.3.6.1.4.1.546.1.1.9 | |||
msgqueTable | 1.3.6.1.4.1.546.1.1.9.1 | no-access |
This table contains an entry for each system SysV message queue currently in use. |
|
1.3.6.1.4.1.546.1.1.9.1.1 | no-access |
An entry in the message queue table. |
||
queID | 1.3.6.1.4.1.546.1.1.9.1.1.1 | integer | read-only |
The unique queue ID. The value of this object also represents the instance for the queEntry object. |
queKey | 1.3.6.1.4.1.546.1.1.9.1.1.2 | displaystring | read-only |
The message queue key. Each message queue has a key value chosen by the creating user. Its value is only significant to the creating process. |
queMode | 1.3.6.1.4.1.546.1.1.9.1.1.3 | displaystring | read-only |
The message queue permissions mode. The mode defines access permissions for the message queue as well as status information. See the man page ipcs(1) for more information. |
queOwner | 1.3.6.1.4.1.546.1.1.9.1.1.4 | displaystring | read-only |
The login name (e.g. root) of the owner of the message queue. |
queGroup | 1.3.6.1.4.1.546.1.1.9.1.1.5 | displaystring | read-only |
The group name (e.g. wheel) of the owner of the message queue. |
queNBytes | 1.3.6.1.4.1.546.1.1.9.1.1.6 | gauge | read-only |
The number of bytes currently in the message queue. |
queNMesg | 1.3.6.1.4.1.546.1.1.9.1.1.7 | gauge | read-only |
The number of messages currently in the message queue. |
queDel | 1.3.6.1.4.1.546.1.1.9.1.1.8 | integer | read-write |
Setting this object to the value 1 causes this agent to remove the message queue from its table. The message queue identifier is removed from the system-wide table and the kernel message queue and associated data structure are destroyed. Enumeration: 'valid': 2, 'delete': 1. |
shmemTable | 1.3.6.1.4.1.546.1.1.9.2 | no-access |
This table contains an entry for each system SysV shared memory segment currently in use. |
|
1.3.6.1.4.1.546.1.1.9.2.1 | no-access |
An entry in the shared memory table. |
||
shmemID | 1.3.6.1.4.1.546.1.1.9.2.1.1 | integer | read-only |
The unique shared memory segment ID. The value of this object also represents the instance of the shmemEntry object. |
shmemKey | 1.3.6.1.4.1.546.1.1.9.2.1.2 | displaystring | read-only |
The shared memory segment key. Each shared memory segment is assigned a key value by the creating user. Its value is only significant to the creating process. |
shmemMode | 1.3.6.1.4.1.546.1.1.9.2.1.3 | displaystring | read-only |
The shared memory segment permissions mode. The mode defines access permissions for the message queue as well as status information. See the man page ipcs(1) for more information. |
shmemOwner | 1.3.6.1.4.1.546.1.1.9.2.1.4 | displaystring | read-only |
The user login name (e.g. root) of the owner of the shared memory segment. |
shmemGroup | 1.3.6.1.4.1.546.1.1.9.2.1.5 | displaystring | read-only |
The group name (e.g. wheel) of the owner of the shared memory segment. |
shmemSegSz | 1.3.6.1.4.1.546.1.1.9.2.1.6 | integer | read-only |
The size in bytes of the shared memory segment |
shmemNLcks | 1.3.6.1.4.1.546.1.1.9.2.1.7 | integer | read-only |
The number of times the shared memory segment has been locked. |
shmemDel | 1.3.6.1.4.1.546.1.1.9.2.1.8 | integer | read-write |
Setting this object to the value of 1 causes the agent to remove this entry from the table. The shared memory identifier is removed from the system-wide table and the kernel shared memory segment and associated data structure are destroyed. Enumeration: 'valid': 2, 'delete': 1. |
semTable | 1.3.6.1.4.1.546.1.1.9.3 | no-access |
This table contains an entry for each system SysV semaphore currently in use. |
|
1.3.6.1.4.1.546.1.1.9.3.1 | no-access |
An entry in the semaphore table. |
||
semID | 1.3.6.1.4.1.546.1.1.9.3.1.1 | integer | read-only |
The unique semaphore ID. The value of this object represents the instance for the semEntry object. |
semKey | 1.3.6.1.4.1.546.1.1.9.3.1.2 | displaystring | read-only |
The semaphore's key. Each semaphore is assigned a key value by the creating user. Its value is only significant to the creating process. |
semMode | 1.3.6.1.4.1.546.1.1.9.3.1.3 | displaystring | read-only |
The semaphore permissions mode. The mode defines access permissions for the message queue as well as status information. See the man page ipcs(1) for more information. |
semOwner | 1.3.6.1.4.1.546.1.1.9.3.1.4 | displaystring | read-only |
The user login name (e.g. root) of the owner of the semaphore. |
semGroup | 1.3.6.1.4.1.546.1.1.9.3.1.5 | displaystring | read-only |
The group name (e.g. wheel) of the owner of the semaphore. |
semNsems | 1.3.6.1.4.1.546.1.1.9.3.1.6 | integer | read-only |
The number of individual semaphores within this semaphore group. |
semDel | 1.3.6.1.4.1.546.1.1.9.3.1.7 | integer | read-write |
Setting the value of 1, causes the agent to remove this entry from its semaphore table. The semaphore identifier is removed from the system-wide table and the kernel semaphore group and associated data structures are destroyed. Enumeration: 'valid': 2, 'delete': 1. |
buffers | 1.3.6.1.4.1.546.1.1.10 | |||
mbufs | 1.3.6.1.4.1.546.1.1.10.1 | |||
numMbufs | 1.3.6.1.4.1.546.1.1.10.1.1 | gauge | read-only |
The total number of mbufs contained in the mbuf pool. The BSD networking subsystem utilizes a buffer abstraction called 'mbufs'. This object indicates the number of mbuf buffers pre-allocated by the operating system. If the BSD networking subsystem is not supported, than 0 is returned. |
numClusters | 1.3.6.1.4.1.546.1.1.10.1.2 | gauge | read-only |
The total number of logical pages or clusters obtained from the page pool. Memory pages (or clusters) can also be attached to mbufs if needed. The size of this pool is returned in this object. If the BSD subsystem is not supported, than 0 is returned. |
freeClusters | 1.3.6.1.4.1.546.1.1.10.1.3 | gauge | read-only |
The number of free clusters or memory pages in the mbuf cluster pool. Monitoring the number of free clusters can help determine if the BSD protocol subsystem is properly configured. On SunOS 4.X systems, TCP/IP is coded in the BSD subsystem. Monitoring this variable can help determine if TCP/IP performance problems are due to insufficient buffer resources. |
numDrops | 1.3.6.1.4.1.546.1.1.10.1.4 | counter | read-only |
The number of times requests for mbufs were denied. An excessive rate of mbuf allocation failures may indicate an overloaded system or one with insufficient memory resources. |
numWaits | 1.3.6.1.4.1.546.1.1.10.1.5 | counter | read-only |
The number of times requests for mbufs were delayed. An excessive rate of mbuf allocation 'waits' may indicate an overloaded system or one with insufficient memory resources. |
numDrains | 1.3.6.1.4.1.546.1.1.10.1.6 | counter | read-only |
The total number of calls to protocol drain routines. When the protocol subsystem is running low on buffers, it can call each protocol's 'drain' function forcing that protocol to free buffers. This object reveals how many times this even has occurred. An excessive rate of calls to 'drain' may indicate an overloaded or misconfigured system. |
mbufAllocTable | 1.3.6.1.4.1.546.1.1.10.1.7 | no-access |
This table contains an entry for each mbuf type that has been allocated. In the BSD networking subsystem, when an mbuf is allocated, the mbuf's intended use is categorized. This table represents the categories and the number of mbuf's allocated to each type. |
|
1.3.6.1.4.1.546.1.1.10.1.7.1 | no-access |
An entry in the mbuf Allocation table. |
||
mbufType | 1.3.6.1.4.1.546.1.1.10.1.7.1.1 | integer | read-only |
The type of mbuf. Mbuf types generally range from from 0 to 255; many mbuf types (numbers > 30) are undefined and generally not used. Their use and description are a local matter and may vary from system to system. |
mbufDesc | 1.3.6.1.4.1.546.1.1.10.1.7.1.2 | displaystring | read-only |
A textual description of the mbuf type. Example mbuf descriptions include 'Packet header', 'Socket structure', etc. Undefined or unknown mbuf type descriptions return 'Unknown mbuf type' as their description. |
mbufAlloc | 1.3.6.1.4.1.546.1.1.10.1.7.1.3 | gauge | read-only |
The number of mbufs allocated and declared of to be of this type. |
strbufs | 1.3.6.1.4.1.546.1.1.10.2 | |||
strbufAllocTable | 1.3.6.1.4.1.546.1.1.10.2.1 | no-access |
This table contains an entry for each Streams buffer bucket sizes. |
|
1.3.6.1.4.1.546.1.1.10.2.1.1 | no-access |
An entry in the Streams buffer allocation table. |
||
strbufAllocIndex | 1.3.6.1.4.1.546.1.1.10.2.1.1.1 | integer | read-only |
The table index of this entry. |
strbufAllocSize | 1.3.6.1.4.1.546.1.1.10.2.1.1.2 | integer | read-only |
The size of this bucket in bytes. The size is less than or equal to this value yet greater than the previous entry's bucket size. For example, if the bucket size os 1024 bytes, all Streams buffer requests of less than or equal to 1024 bytes will return a buffer of size 1024. |
strbufAllocCurrent | 1.3.6.1.4.1.546.1.1.10.2.1.1.3 | gauge | read-only |
The number of Streams buffers of this currently allocated. Comparing the value of this object to strbufAllocMax can help one determine if the system is properly configured. |
strbufAllocMaxs | 1.3.6.1.4.1.546.1.1.10.2.1.1.4 | integer | read-only |
The maximum number of Streams buffers of this size ever allocated at any one time. This value serves as a high-water mark for buffer allocations of this size. |
strbufAllocTotals | 1.3.6.1.4.1.546.1.1.10.2.1.1.5 | counter | read-only |
The total number of allocations of Streams buffers of this bucket size. A high allocation rate can help one diagnose an overloaded system. |
strbufAllocFails | 1.3.6.1.4.1.546.1.1.10.2.1.1.6 | counter | read-only |
The total number of allocation failures for Streams buffers of this bucket size. A high rate of failure can indicate an overloaded system or one that is not properly configured. |
ioBufferCache | 1.3.6.1.4.1.546.1.1.10.3 | |||
numBreadRequests | 1.3.6.1.4.1.546.1.1.10.3.1 | counter | read-only |
The total number of calls to the kernel's bread() function. This function is the primary read interface to the kernel's buffer pool used for file system I/O. On NT systems, this value is an aggregate of several read variables in the ntCachePerf group. |
numBreadHits | 1.3.6.1.4.1.546.1.1.10.3.2 | counter | read-only |
The number of kernel buffer cache 'hits'. The kernel caches previously used I/O buffers in an attempt to avoid excessive reading and writing to disk. A cache 'hit' indicates that this strategy has paid off because a process has requested a buffer that was in the buffer cache thereby avoiding a more expensive disk read. A high rate of cache hits indicates a relatively smooth running system. On NT systems, this value is an aggregate of several hit variables in the ntCachePerf group. |
numBufSleeps | 1.3.6.1.4.1.546.1.1.10.3.3 | counter | read-only |
The total number of times the kernel had to 'sleep' for a buffer. The kernel 'sleeps' for a buffer when it fails to find it in the cache and must access the disk for it. Excessive buffer 'sleeps' indicates that the caching algorithm is not able to effectively predict and cache disk I/O patterns. Adding more memory for buffering may improve the cache hit ratio. |
numAgeAllocs | 1.3.6.1.4.1.546.1.1.10.3.4 | counter | read-only |
The total number of times an aged buffer was allocated. The buffer pool is stored in one of several lists. One such list, the AGE list, holds buffers buffers that have a lower probability of being used. New buffer requests are filled from this list first. This variable contains the number of times a buffer request was satisfied by a buffer on the AGE list. |
numLRUAllocs | 1.3.6.1.4.1.546.1.1.10.3.5 | counter | read-only |
The total number times an LRU buffer was allocated. The Least-recently-used list is another list on which buffers are stored. They are allocated in a 'least-recently-used' manner. This variable indicates the number of times a buffer was allocated from the LRU list. |
minNumBufHdrs | 1.3.6.1.4.1.546.1.1.10.3.6 | gauge | read-only |
The minimum number of buffer headers to allocated. These headers are used at the head of each buffer hash list. This value represents an upper bound on the number of separate hash lists the buffer cache may use. |
numAllocBuf | 1.3.6.1.4.1.546.1.1.10.3.7 | gauge | read-only |
Number of buffers that are currently allocated. Monitoring this variable, and others in the ioBufferCache group, can help indicate if the system is properly configured or has sufficient memory for buffering. |
ioBufferHitRate | 1.3.6.1.4.1.546.1.1.10.3.8 | integer | read-only |
Percentage of buffer cache lookups that result in a 'hit'. This value is derived from numBreadHits / numBreadRequests. |
dnlc | 1.3.6.1.4.1.546.1.1.11 | |||
dnlcHits | 1.3.6.1.4.1.546.1.1.11.1 | counter | read-only |
Total number of DNLC cache hits. |
dnlcMisses | 1.3.6.1.4.1.546.1.1.11.2 | counter | read-only |
Total number of DNLC cache misses. |
dnlcEnters | 1.3.6.1.4.1.546.1.1.11.3 | counter | read-only |
Total number of DNLC enters done. |
dnlcDblEnters | 1.3.6.1.4.1.546.1.1.11.4 | counter | read-only |
Total number enters tried when already cached. |
dnlcLongEnters | 1.3.6.1.4.1.546.1.1.11.5 | counter | read-only |
Total number of long names tried to enter. |
dnlcLongLooks | 1.3.6.1.4.1.546.1.1.11.6 | counter | read-only |
Total number of long name lookup attempts. |
dnlcLruEmpty | 1.3.6.1.4.1.546.1.1.11.7 | counter | read-only |
Total number of least-recently used list empty. |
dnlcPurges | 1.3.6.1.4.1.546.1.1.11.8 | counter | read-only |
Total number of purges to the DNLC cache. |
dnlcHitRate | 1.3.6.1.4.1.546.1.1.11.9 | integer | read-only |
Percentage of DNLC cache lookups that result in a 'hit'. Hit rates less than 90% are considered poor and may require kernel tuning. This value is derived from dnlcHits / dnlcHits + dnlcMisses. |
dnlcCacheSize | 1.3.6.1.4.1.546.1.1.11.10 | integer | read-only |
The maximum number of possible entries in the DNLC cache. If there is no set upper bound, 0 is returned. |
monitorTrap | 1.3.6.1.4.1.546.1.10.1 |
A Monitor event has occurred. Recall a monitor event occurs when a Monitor Table row expression evaluates to true. The expression is: 'monCurrVal monOperator monValue'. |
||
kernelErrorTrap | 1.3.6.1.4.1.546.1.10.2 |
A kernel error event has occurred; on V.4 derived operating systems, the kernel relays errors and events via the system error device. See the Empire errorTable objects. |
||
monitorEntryNotReadyTrap | 1.3.6.1.4.1.546.1.10.3 |
This trap is sent when a Monitor Table entry's monRowStatus is set to 'notReady(3)'. One reason this may occur is that the object-instance identifier being monitored by its corresponding Monitor Table entry is no longer in existence. For example, when a process is being monitored (via the Empire processTable), and that process should exit, its corresponding entry in the Empire processTable would no longer exist. Consequently, the object-instance identifier (for that process) being monitored would no longer exist and the agent would send a monitorEntryNotReady trap to all properly configured managers. |
||
logMonMatchTrap | 1.3.6.1.4.1.546.1.10.4 |
This trap is sent when the log monitoring subsystem detects a match in a log file it is currently monitoring. Periodically, the agent stats each log file for changes; if any changes have occurred, the agent scans only those changes for a pattern match. Pattern matches result in logMonMatch events. Changes to log files occur when new entries are added by syslogd(1M) or other logging daemons. |
||
logMonNotReadyTrap | 1.3.6.1.4.1.546.1.10.5 |
This trap is sent when the status of a log monitoring entry becomes 'notReady(3)'. An entry becomes 'notReady(3)' if an error occurs during log file scaning, if the regular expression is syntactically incorrect, or if the log file does not exist. An entry that is 'notReady(3)' will undergo no further evaluation until its status becomes 'active(1)'. |
||
ntEventMonMatchTrap | 1.3.6.1.4.1.546.1.10.7 |
This trap is sent when the event log monitoring subsystem detects a match in a log it is currently monitoring. Periodically, the agent checks each event log for changes; if any changes have occurred, the agent scans only those changes for a pattern match. Pattern matches result in ntEventMonMatch events. |
||
ntEventMonNotReadyTrap | 1.3.6.1.4.1.546.1.10.8 |
This trap is sent when the status of an event log monitoring entry becomes 'notReady(3)'. An entry becomes 'notReady(3)' if an error occurs during log file scaning, if the regular expression is syntactically incorrect, or if the log file does not exist. An entry that is 'notReady(3)' will undergo no further evaluation until its status becomes 'active(1)'. |
||
monitorClearTrap | 1.3.6.1.4.1.546.1.10.9 |
This Trap is sent when a Monitor Table entry transitions from True to False and has specified the monitor clearTrap flag. This Trap represents an indication that the condition that previously had existed no longer does. This Trap provides management software the ability to determine that an alarm can be canceled or marked as corrected. This event only occurs when a monitor table entry evaluates to True and then evaluates to False. This Trap is sent each time the entry transitions from True to false. |
||
processStopTrap | 1.3.6.1.4.1.546.1.10.10 |
This Trap is sent when using a Process Monitor Table entry to monitor the state of a process. When the processing being monitored dies or transitions into a Zombie (or not runnable state), this Trap is sent. This Trap is sent if the value of pmonFlags does not preclude sending Traps. |
||
processStartTrap | 1.3.6.1.4.1.546.1.10.11 |
This Trap is sent when using a Process Monitor Table entry to monitor the state of a process. When a process is re-started, and subsequently re-acquired by the SystemEDGE agent, this Trap is sent. This Trap is sent if the value of pmonFlags specifies that processStart Traps should be pay. |
||
processThresholdTrap | 1.3.6.1.4.1.546.1.10.12 |
This Trap is sent when using a Process Monitor Table entry to monitor some attribute (e.g. memory usage, process size) of a process for some threshold. When a Process Monitor table expression evaluates to True, this Trap is sent. The expression is: 'pmonCurrVal pmonOperator pmonValue'. This Trap is sent if the value of pmonFlags does not preclude the sending of Traps. |
||
processClearTrap | 1.3.6.1.4.1.546.1.10.13 |
This Trap is sent when using a Process Monitor Table entry to monitor some attribute (e.g. memory usage, process size) of a process for some threshold. When the threshold is crossed, a processThreshold Trap is sent. When the attribute threshold expression first transitions from True to False, this Trap is sent. |
||
licenseTrap | 1.3.6.1.4.1.546.1.10.16 |
This Trap is sent when SystemEDGE or associated modules failed to find a valid license. It can be used in conjunction with auto-licensing or remote-licensing starting with SystemEDGE 4.0. This Trap contains a single MIB object denoting which product or module failed to find a valid license and a string containing the license information for that product or module. |
||
addrChangeTrap | 1.3.6.1.4.1.546.1.10.18 |
This Trap is sent when SystemEDGE when it detects that its underlying IP address has changed perhaps due to DHCP or other administrative means. It includes up to the last 5 IP addresses that it this system was configured with. The addresses are ordered with most recently used addresses occuring first in the address list. This Trap may be useless on multi-homed systems. |
||
procGroupChangeTrap | 1.3.6.1.4.1.546.1.10.19 |
Membership in a process group has changed (e.g. members have joined, left, or changed). |
||
dos | 1.3.6.1.4.1.546.2 | |||
os2 | 1.3.6.1.4.1.546.3 | |||
windows | 1.3.6.1.4.1.546.4 | |||
nt | 1.3.6.1.4.1.546.5 | |||
ntSystem | 1.3.6.1.4.1.546.5.1 | |||
ntSystemVersion | 1.3.6.1.4.1.546.5.1.1 | displaystring | read-only |
The kernel/system version including the release, build, and service-pack numbers. |
ntBuildNumber | 1.3.6.1.4.1.546.5.1.2 | integer | read-only |
The kernel build number (e.g. 1057) |
ntServicePackNumber | 1.3.6.1.4.1.546.5.1.3 | integer | read-only |
The system service-pack number. If no service-packs have been applied, then 0 is returned. |
ntWorkstationOrServer | 1.3.6.1.4.1.546.5.1.4 | integer | read-only |
The type of NT system -- NT Server or NT Workstation Enumeration: 'unknown': 3, 'workstation': 2, 'server': 1. |
ntfsDisable8dot3NameCreation | 1.3.6.1.4.1.546.5.1.5 | integer | read-only |
This object reflects whether the underlying NT system has enabled or disabled the creation of short names to correspond with long filenames. For example, if enabled, then NT will create a short filename to correspond to a file created with a long filename. This feature is often enabled if backward compatibility with DOS based applications is desired. Enumeration: 'false': 2, 'true': 1. |
ntWin31FileSystem | 1.3.6.1.4.1.546.5.1.6 | integer | read-only |
This object reflects whether the FAT will allow creation, enumeration, opening, or querying of long file names, and whether extended time stamp information is stored and reported. Setting to true(1) reverts the system back to Win3x semantics. Enumeration: 'false': 2, 'true': 1. |
ntCriticalSectTimeout | 1.3.6.1.4.1.546.5.1.7 | integer | read-only |
The deadlock time-out for critical sections. |
ntGlobalFlag | 1.3.6.1.4.1.546.5.1.8 | integer | read-only |
NT system global hexadecimal flag that controls various internal operations. |
ntIoPageLockLimit | 1.3.6.1.4.1.546.5.1.9 | integer | read-only |
Specifies the limit of the number of bytes that can be locked for I/O operations. When 0, the default (512k) is used. |
ntLargeSystemCache | 1.3.6.1.4.1.546.5.1.10 | integer | read-only |
A nonzero value indicates that the system favors the system-cache working set rather than the processes working set. |
ntPagedPoolSize | 1.3.6.1.4.1.546.5.1.11 | integer | read-only |
Size of paged pool in bytes. When 0, system uses default size (32 MB). |
ntNonPagedPoolSize | 1.3.6.1.4.1.546.5.1.12 | integer | read-only |
Size of nonpaged pool in bytes. When 0, system uses default size (based on physical memory). |
ntPagingFiles | 1.3.6.1.4.1.546.5.1.13 | displaystring | read-only |
List of paging files and their sizes used by the system for paging. For each paging file the description includes the file pathname, current size in MB and maximum size in MB. |
ntSystemPages | 1.3.6.1.4.1.546.5.1.14 | integer | read-only |
This object defines the number of system page table entries reserved for I/O buffers and other information. |
ntOptionalSubsystem | 1.3.6.1.4.1.546.5.1.15 | displaystring | read-only |
This object lists those subsystems that are only loaded when the user starts a depending application. |
ntCmdlineOptions | 1.3.6.1.4.1.546.5.1.16 | displaystring | read-only |
This object lists the command-line that runs when an MS-DOS application is launched under NT. |
ntLPTTimeout | 1.3.6.1.4.1.546.5.1.17 | integer | read-only |
This object defines how many seconds after the LPT port has been used that Windows NT waits before grabbing the port, closing it, and flushing the output. This value is only needed for MS-DOS based applications that use BIOS and do not close the port. |
ntDosMemSize | 1.3.6.1.4.1.546.5.1.18 | integer | read-only |
Size in MBytes of memory to be given to each individual MS-DOS virtual DOS machine (VDM). |
ntWowCmdline | 1.3.6.1.4.1.546.5.1.19 | displaystring | read-only |
This object defines the command line that runs when a 16-bit Windows-based application is started. The switches instruct NT to start either an MS-DOS VDM or a WOW VDM. |
ntWowSize | 1.3.6.1.4.1.546.5.1.20 | integer | read-only |
For RISC based computers, this object defines the amount of memory provided in a VDM when a WOW session is started. Value is in MBytes. |
ntUserFullScreen | 1.3.6.1.4.1.546.5.1.21 | integer | read-only |
This object indicates whether full-screen or windowed mode is used for the console by default. Valid on x86 machines only. Enumeration: 'fullscreen': 1, 'windowed': 0. |
ntHistoryBufferSize | 1.3.6.1.4.1.546.5.1.22 | integer | read-only |
This object indicates the number of commands stored in the history buffer by default. |
ntNumberHistoryBuffers | 1.3.6.1.4.1.546.5.1.23 | integer | read-only |
This object indicates the number of history buffers associated with the console by default. |
ntQuickEdit | 1.3.6.1.4.1.546.5.1.24 | integer | read-only |
This object indicates if Quick-Edit mode is enabled by default. Enumeration: 'disabled': 0, 'enabled': 1. |
ntScreenBufferSize | 1.3.6.1.4.1.546.5.1.25 | displaystring | read-only |
Width and height of the default console screen buffer. |
ntWindowSize | 1.3.6.1.4.1.546.5.1.26 | displaystring | read-only |
Default width and height of the console window. |
ntWindowsAppInitDLLs | 1.3.6.1.4.1.546.5.1.27 | displaystring | read-only |
Lists the DLLs that will be attached to all Windows-based applications. |
ntWindowsDeviceNotSelectedTimeout | 1.3.6.1.4.1.546.5.1.28 | integer | read-only |
Indicates how much time the system waits for a devices to be switched on. |
ntWindowsSpooler | 1.3.6.1.4.1.546.5.1.29 | integer | read-only |
Indicates whether printer output is be sent through Print Manager. Enumeration: 'false': 2, 'true': 1. |
ntWindowsSwapDisk | 1.3.6.1.4.1.546.5.1.30 | displaystring | read-only |
Indicates the name of disk drive and directory to which Windows for MS-DOS in standard-mode swaps non-Windows-based applications. |
ntWindowsXmitRetryTimeout | 1.3.6.1.4.1.546.5.1.31 | integer | read-only |
Transmission retry timeout in seconds used by Print Manager. |
ntSystemRoot | 1.3.6.1.4.1.546.5.1.32 | displaystring | read-only |
Drive and directory where the NT system resides. |
ntBuildType | 1.3.6.1.4.1.546.5.1.33 | integer | read-only |
System build type (uniprocessor or multiprocessor). Enumeration: 'unknown': 3, 'uniprocessor': 1, 'multiprocessor': 2. |
ntSysStartOptions | 1.3.6.1.4.1.546.5.1.34 | displaystring | read-only |
System start options. |
ntSysBiosDate | 1.3.6.1.4.1.546.5.1.35 | displaystring | read-only |
System BIOS date. |
ntSysBiosVersion | 1.3.6.1.4.1.546.5.1.36 | displaystring | read-only |
System BIOS version. |
ntVideoResolution | 1.3.6.1.4.1.546.5.1.37 | displaystring | read-only |
System video resolution. |
ntCrashDumpEnabled | 1.3.6.1.4.1.546.5.1.38 | integer | read-only |
This object indicates whether debugging information is to be written to a log file in the event of a system crash. Enumeration: 'disabled': 0, 'unknown': 2, 'enabled': 1. |
ntLogEvent | 1.3.6.1.4.1.546.5.1.39 | integer | read-only |
This object indicates whether NTAS logging is enabled or disabled. If disabled, NT workstation logging is used. Enumeration: 'disabled': 0, 'unknown': 2, 'enabled': 1. |
ntOverwrite | 1.3.6.1.4.1.546.5.1.40 | integer | read-only |
Indicates whether an existing log file is to be overwritten by the new one. Enabled for NTAS, disabled for NT workstation. Enumeration: 'disabled': 0, 'unknown': 2, 'enabled': 1. |
ntSendAlert | 1.3.6.1.4.1.546.5.1.41 | integer | read-only |
Indicates whether an administrative alert is sent; enabled for NTAS, disabled for NT workstation. Enumeration: 'disabled': 0, 'unknown': 2, 'enabled': 1. |
ntIsClustered | 1.3.6.1.4.1.546.5.1.42 | integer | read-only |
Indicates whether this system is installed and/or running in a windows cluster Enumeration: 'false': 2, 'true': 1. |
ntClusterName | 1.3.6.1.4.1.546.5.1.43 | displaystring | read-only |
The cluster name that this system is a member of. If the system is not a member of any cluster, then a zero-length string is returned. The cluster name can then be used with DNS or NetBIOS to determine the virtual address of the logical cluster. |
ntClusterMembers | 1.3.6.1.4.1.546.5.1.44 | displaystring | read-only |
A comma-separated list of nodes that are members of the cluster in which this system is a member. Using this information, management software can determine the members of a logical cluster and act accordingly to deal with the logical cluster and the individual nodes. |
ntClusterIsActive | 1.3.6.1.4.1.546.5.1.45 | integer | read-only |
Indicates whether this system is the primary or active node in the NT cluster. It does not necessarily say if the cluster service(s) are active and up and running per se. Enumeration: 'false': 2, 'true': 1. |
ntClusterActiveNode | 1.3.6.1.4.1.546.5.1.46 | displaystring | read-only |
Indicates which of cluster members is active or primary node. Active node owns the Cluster Name resource object. |
ntThreads | 1.3.6.1.4.1.546.5.2 | |||
ntThreadTable | 1.3.6.1.4.1.546.5.2.1 | no-access |
Table of NT system threads. |
|
1.3.6.1.4.1.546.5.2.1.1 | no-access |
An entry in the NT system thread table. |
||
ntThreadPID | 1.3.6.1.4.1.546.5.2.1.1.1 | integer | read-only |
The unique process ID with which this thread is contained and executing within. |
ntThreadNumber | 1.3.6.1.4.1.546.5.2.1.1.2 | integer | read-only |
The thread number within a given process. Thread numbers are not unique across all threads in the system. |
ntThreadPrivTime | 1.3.6.1.4.1.546.5.2.1.1.3 | counter | read-only |
The total elapsed time (in centiseconds) that this thread has executed in Privileged Mode. |
ntThreadProcTime | 1.3.6.1.4.1.546.5.2.1.1.4 | counter | read-only |
The total elapsed time (in centiseconds) that this thread has used the processor to execute instructions. |
ntThreadUserTime | 1.3.6.1.4.1.546.5.2.1.1.5 | counter | read-only |
Total elapsed time (in centiseconds) that this thread has executed in User Mode. |
ntThreadContextSwitches | 1.3.6.1.4.1.546.5.2.1.1.6 | counter | read-only |
Number of thread context switches. |
ntThreadElapsedTime | 1.3.6.1.4.1.546.5.2.1.1.7 | integer | read-only |
The total elapsed time (in seconds) this thread has been running. |
ntThreadPriorityBase | 1.3.6.1.4.1.546.5.2.1.1.8 | gauge | read-only |
The current base priority of this thread. The system may alter the thread's dynamic priority above, below the base priority. |
ntThreadPriority | 1.3.6.1.4.1.546.5.2.1.1.9 | gauge | read-only |
The current dynamic priority of this thread. |
ntThreadWaitReason | 1.3.6.1.4.1.546.5.2.1.1.10 | integer | read-only |
Reason thread is waiting; valid only if ntThreadState is currently wait(5), otherwise undefined. Enumeration: 'waitForEventPairHigh': 14, 'waitForPageIn': 2, 'waitForExecutive1': 7, 'waitForPoolAlloc1': 10, 'suspended1': 12, 'waitForExecutive': 0, 'waitForLPCReply': 17, 'executionDelay': 4, 'waitForLPCRecv': 16, 'waitForFreePage1': 8, 'waitForFreePage': 1, 'waitForPageOut': 19, 'suspended': 5, 'executionDelay1': 11, 'waitForPoolAlloc': 3, 'waitForUserRequest': 6, 'waitForPageIn1': 9, 'waitForUserRequest1': 13, 'waitForVmem': 18, 'waitForEventPairLow': 15. |
ntThreadStartAddr | 1.3.6.1.4.1.546.5.2.1.1.11 | integer | read-only |
The starting virtual address of this thread. |
ntThreadState | 1.3.6.1.4.1.546.5.2.1.1.12 | integer | read-only |
The current state of this thread. Enumeration: 'terminated': 4, 'standby': 3, 'unknown': 7, 'transition': 6, 'running': 2, 'ready': 1, 'initialized': 0, 'wait': 5. |
ntThreadID | 1.3.6.1.4.1.546.5.2.1.1.13 | integer | read-only |
The system-wide unique identifier associated with this thread. |
ntRegistry | 1.3.6.1.4.1.546.5.3 | |||
ntRegistryCurrentSize | 1.3.6.1.4.1.546.5.3.1 | integer | read-only |
The current size of the registry in MBytes. |
ntRegistrySizeLimit | 1.3.6.1.4.1.546.5.3.2 | integer | read-only |
The size limit of the registry in MBytes. |
ntServices | 1.3.6.1.4.1.546.5.4 | |||
ntServiceTable | 1.3.6.1.4.1.546.5.4.1 | no-access |
Table of NT system services |
|
1.3.6.1.4.1.546.5.4.1.1 | no-access |
An entry in the NT system service table. |
||
ntServiceIndex | 1.3.6.1.4.1.546.5.4.1.1.1 | integer | read-only |
The index of this system service. |
ntServiceName | 1.3.6.1.4.1.546.5.4.1.1.2 | displaystring | read-only |
The system service name. |
ntServicePathName | 1.3.6.1.4.1.546.5.4.1.1.3 | displaystring | read-only |
The system service path. |
ntServiceStartType | 1.3.6.1.4.1.546.5.4.1.1.4 | integer | read-write |
The manner in which the service is started; automatic(1) implies that the system starts the service at boot time while manual(2) implies that the service must be started by hand by an administrator. Disabled(3) indicates that the service cannot be started. Enumeration: 'disabled': 3, 'manual': 2, 'other': 4, 'automatic': 1. |
ntServiceParameters | 1.3.6.1.4.1.546.5.4.1.1.5 | displaystring | read-only |
The parameters passed to this service when it is invoked. |
ntServiceState | 1.3.6.1.4.1.546.5.4.1.1.6 | integer | read-write |
The current state of the system service. Enumeration: 'paused': 3, 'running': 1, 'other': 4, 'notRunning': 2. |
ntServiceObjectName | 1.3.6.1.4.1.546.5.4.1.1.7 | displaystring | read-only |
The object name for this service. This indicates the user name the service is currently running as. |
ntPerformance | 1.3.6.1.4.1.546.5.5 | |||
ntSystemPerf | 1.3.6.1.4.1.546.5.5.1 | |||
ntTotalPrivTime | 1.3.6.1.4.1.546.5.5.1.1 | counter | read-only |
Running counter of centiseconds spent by the system processor(s) in Privileged mode. |
ntTotalProcessorTime | 1.3.6.1.4.1.546.5.5.1.2 | counter | read-only |
Running counter of centiseconds spent by the system processor(s) running Idle threads. Note that this is actually the inverse of the total processor time. |
ntTotalUserTime | 1.3.6.1.4.1.546.5.5.1.3 | counter | read-only |
Running counter of centiseconds spent by the system processor(s) running User mode. |
ntAlignFixups | 1.3.6.1.4.1.546.5.5.1.4 | counter | read-only |
The number of alignment faults fixed by the system. |
ntContextSwitches | 1.3.6.1.4.1.546.5.5.1.5 | counter | read-only |
The total number of context switches that have occurred since the kernel was last initialized. A context switch occurs each time a thread gives up the CPU and another takes its place. This counter reflects the level of system activity; a high rate of context switching is indicative of the system load. This counter is equivalent (for NT systems) to the UNIX counter numSwitches(kernelperf.14) |
ntExceptionDispatches | 1.3.6.1.4.1.546.5.5.1.6 | counter | read-only |
The total number of exceptions dispacted by the system since it was initialized. |
ntFileCtrlKBytes | 1.3.6.1.4.1.546.5.5.1.7 | counter | read-only |
An aggregate of KBytes transferred for all file system operations that are neither reads or writes (e.g. file system control requests or device control requests). |
ntFileCtrlOps | 1.3.6.1.4.1.546.5.5.1.8 | counter | read-only |
Aggregate counter of all file system operations that are neither reads nor writes. |
ntFileDataOps | 1.3.6.1.4.1.546.5.5.1.9 | counter | read-only |
Total number of read and write operations to file system devices issued by the system since system initialization. |
ntReadKBytes | 1.3.6.1.4.1.546.5.5.1.10 | counter | read-only |
Aggregate number of KBytes transferred for all the file system read operations on this system since system initialization. |
ntReadOps | 1.3.6.1.4.1.546.5.5.1.11 | counter | read-only |
Aggregate of all the file system read operations on this system since system initialization. |
ntWriteKBytes | 1.3.6.1.4.1.546.5.5.1.12 | counter | read-only |
Aggregate number of KBytes transferred for all the file system write operations on this system since system initialization. |
ntWriteOps | 1.3.6.1.4.1.546.5.5.1.13 | counter | read-only |
Aggregate number of all the file system write operations on this system since system initialization. |
ntFloatEmuls | 1.3.6.1.4.1.546.5.5.1.14 | counter | read-only |
Number of floating emulations performed by the system. |
ntRunQLen | 1.3.6.1.4.1.546.5.5.1.15 | gauge | read-only |
Instantaneous processor queue length in threads and is equivalent to runQLen(kernelperf.4) |
ntSystemCalls | 1.3.6.1.4.1.546.5.5.1.16 | counter | read-only |
The number of calls to system service routines. This object is equivalent to numSyscalls(kernelperf.16) |
ntInterrupts | 1.3.6.1.4.1.546.5.5.1.17 | counter | read-only |
The number of hardware interrupts that have occurred. This object is equivalent to numInterrupts(kernelperf.17) |
ntCachePerf | 1.3.6.1.4.1.546.5.5.2 | |||
ntAsyncCopyReads | 1.3.6.1.4.1.546.5.5.2.1 | counter | read-only |
Number of async reads from Cache pages involving a memory copy of the data from the Cache to the application's buffer. |
ntAsyncDataMaps | 1.3.6.1.4.1.546.5.5.2.2 | counter | read-only |
Number of async data maps of file pages into the Cache. |
ntAsyncFastReads | 1.3.6.1.4.1.546.5.5.2.3 | counter | read-only |
Number of direct-to-Cache async read operations. |
ntAsyncMDLReads | 1.3.6.1.4.1.546.5.5.2.4 | counter | read-only |
Number of async memory descriptor list (MDL) reads from the Cache. The MDL contains the physical address of each page in the transfer thus permitting DMA of the pages. |
ntAsyncPinReads | 1.3.6.1.4.1.546.5.5.2.5 | counter | read-only |
Number of async reads from the Cache in preparation to writing the data back to disk. Pages read in this fashion are pinned in memory at the completion of the read. |
ntCopyReadHits | 1.3.6.1.4.1.546.5.5.2.6 | counter | read-only |
Number of Cache Copy Read requests that hit the cache and did not require a disk read. |
ntCopyReads | 1.3.6.1.4.1.546.5.5.2.7 | counter | read-only |
The number of reads from Cache pages that involved a memory copy of data from the Cache to the application's buffer. |
ntDataFlushPages | 1.3.6.1.4.1.546.5.5.2.8 | counter | read-only |
Number of pages of the Cache flushed to disk as a result of a flush request or to satisfy a write-through request. |
ntDataFlushes | 1.3.6.1.4.1.546.5.5.2.9 | counter | read-only |
Number of Cache data flush operations. |
ntDataMapHits | 1.3.6.1.4.1.546.5.5.2.10 | counter | read-only |
Numberof data maps in the Cache that could be resolved without retrieval from disk. |
ntDataMapPins | 1.3.6.1.4.1.546.5.5.2.11 | counter | read-only |
Number of data maps in the Cache that resulted in pinning a page in main memory. |
ntDataMaps | 1.3.6.1.4.1.546.5.5.2.12 | counter | read-only |
Number of times a file system such as NTFS or HPFS has mapped a page of a file into the Cache to read the page. |
ntFastReadNotPossible | 1.3.6.1.4.1.546.5.5.2.13 | counter | read-only |
Number of times an API function call to bypass the file system to get at Cache data could not be honored without invoking the file system after all. |
ntFastReadResourceMisses | 1.3.6.1.4.1.546.5.5.2.14 | counter | read-only |
Number of Cache misses necessitated by the lack of available resources to satisfy the request. |
ntFastReads | 1.3.6.1.4.1.546.5.5.2.15 | counter | read-only |
Number of reads from Cache pages that bypass installed file systems and read from the Cache directly. |
ntLazyWriteFlushes | 1.3.6.1.4.1.546.5.5.2.16 | counter | read-only |
The number of times the Cache's Lazy Write thread has written to disk. |
ntLazyWritePages | 1.3.6.1.4.1.546.5.5.2.17 | counter | read-only |
Number of pages the Cache's Lazy Write thread has written to disk. Lazy Writing is the process of updating the disk after the page has been changed in memory so the application making the change to the file does not have to wait for the disk write to complete before proceeding. |
ntMDLReadHits | 1.3.6.1.4.1.546.5.5.2.18 | counter | read-only |
Number of Cache Memory Descriptor List (MDL) read requests that hit the Cache. |
ntMDLReads | 1.3.6.1.4.1.546.5.5.2.19 | counter | read-only |
Number of MDL Cache reads. |
ntPinReadHits | 1.3.6.1.4.1.546.5.5.2.20 | counter | read-only |
Number Cache Pin Read requests that hit the Cache. |
ntPinReads | 1.3.6.1.4.1.546.5.5.2.21 | counter | read-only |
Number of pages read from the Cache that have been pinned in memory. |
ntSyncCopyReads | 1.3.6.1.4.1.546.5.5.2.22 | counter | read-only |
Number of reads from Cache pages that wait for the copy operation to complete before proceeding. |
ntSyncDataMaps | 1.3.6.1.4.1.546.5.5.2.23 | counter | read-only |
Number of times that a file system such as NTFS or HPFS maps a page of a file into the Cache to read the page. |
ntSyncFastReads | 1.3.6.1.4.1.546.5.5.2.24 | counter | read-only |
Number of sync reads from Cache pages that bypass the installed file system and retrieve the data directly from the Cache. |
ntSyncMDLReads | 1.3.6.1.4.1.546.5.5.2.25 | counter | read-only |
Number of reads from Cache pages that use a Memory Descriptor List (MDL) to access the pages. |
ntSyncPinReads | 1.3.6.1.4.1.546.5.5.2.26 | counter | read-only |
Number of page reads that have resulted in the page being pinned in memory. |
ntMemoryPerf | 1.3.6.1.4.1.546.5.5.3 | |||
ntAvailKBytes | 1.3.6.1.4.1.546.5.5.3.1 | gauge | read-only |
Number of KBytes of virtual memory currently on the Zeroed, Free, and Standby lists. Zeroed and free memory is ready for use. Standby memory is memory removed from a process's working set but still available. |
ntCacheKBytes | 1.3.6.1.4.1.546.5.5.3.2 | gauge | read-only |
Number of KBytes currently in use by the system Cache. |
ntCacheKBytesPeak | 1.3.6.1.4.1.546.5.5.3.3 | integer | read-only |
Maximum number of KBytes used by the system Cache. |
ntCacheFaults | 1.3.6.1.4.1.546.5.5.3.4 | counter | read-only |
Number of Cache faults whereby memory had to be located elsewhere. |
ntCommitLimit | 1.3.6.1.4.1.546.5.5.3.5 | integer | read-only |
Size in KBytes of virtual memory that can be committed without having to expand the paging file(s). |
ntCommittedKBytes | 1.3.6.1.4.1.546.5.5.3.6 | gauge | read-only |
Number of KBytes of virtual memory that have been committed. |
ntDemandZeroFaults | 1.3.6.1.4.1.546.5.5.3.7 | counter | read-only |
Number of page faults for pages that must be filled with zeros before fault is satisifed. |
ntFreeSysPageTableEntries | 1.3.6.1.4.1.546.5.5.3.8 | gauge | read-only |
Number of Page Table entries not currently in use by the system. |
ntPageFaults | 1.3.6.1.4.1.546.5.5.3.9 | counter | read-only |
Number of page faults in the processor and is equivalent to numPageFaults(kernelperf.25) |
ntPageReads | 1.3.6.1.4.1.546.5.5.3.10 | counter | read-only |
Number of times the disk was read to retrieve pages of virtual memory. |
ntPageWrites | 1.3.6.1.4.1.546.5.5.3.11 | counter | read-only |
Number of times pages have been written to disk. |
ntPagesInput | 1.3.6.1.4.1.546.5.5.3.12 | counter | read-only |
Number of pages read from disk to resolve memory references and is equivalent to numPageIns (kernelperf.22) |
ntPagesOutput | 1.3.6.1.4.1.546.5.5.3.13 | counter | read-only |
Number of pages written to disk because the pages were modified and is equivalent to numPageOuts (kernelperf.23). |
ntPages | 1.3.6.1.4.1.546.5.5.3.14 | counter | read-only |
Number of pages read or written from/to disk and is a sum of PagesInput(12) and PagesOutput(13). |
ntPoolNonPagedAllocs | 1.3.6.1.4.1.546.5.5.3.15 | gauge | read-only |
Number of calls to allocate space in the system Nonpaged pool. |
ntPoolNonPagedKBytes | 1.3.6.1.4.1.546.5.5.3.16 | gauge | read-only |
Number of KBytes in the Nonpaged pool which is a system memory area where space is acquired by operating systems facilities as they accomplish their tasks. These pages cannot be paged out to disk. |
ntPoolPagedAllocs | 1.3.6.1.4.1.546.5.5.3.17 | gauge | read-only |
Number of calls to allocate space in the system Paged Pool. Paged Pool is a system memory area where space is acquired by operating systems facilities as they accomplish their tasks. Paged Pool bytes may be paged out to disk when not accessed by the system for sustained periods of time. |
ntPoolPagedKBytes | 1.3.6.1.4.1.546.5.5.3.18 | gauge | read-only |
Number of KBytes in the Paged Pool. |
ntPagedResidentKBytes | 1.3.6.1.4.1.546.5.5.3.19 | gauge | read-only |
Size of paged Pool resident in core memory in KBytes. |
ntSysCacheResidentKBytes | 1.3.6.1.4.1.546.5.5.3.20 | gauge | read-only |
Number of KBytes currently resident in the global disk cache. |
ntSysCodeResidentKBytes | 1.3.6.1.4.1.546.5.5.3.21 | gauge | read-only |
Number of KBytes of System Code Total Bytes currently resident in core memory. This is the code working set of the pagable executive. |
ntSysCodeTotalKBytes | 1.3.6.1.4.1.546.5.5.3.22 | gauge | read-only |
Total number of KBytes of pageable pages in ntoskrnl.exe, hal.dll, and the boot drivers and file systems loaded by ntldr/osloader. |
ntSysDriverResidentKBytes | 1.3.6.1.4.1.546.5.5.3.23 | gauge | read-only |
Number of KBytes of System Driver Total KBytes currently resident in core memory. The number is the code working set of the pagable drivers. |
ntSysDriverTotalKBytes | 1.3.6.1.4.1.546.5.5.3.24 | gauge | read-only |
Number of KBytes of pageable pages in all other loaded device drivers. |
ntTransitionFaults | 1.3.6.1.4.1.546.5.5.3.25 | counter | read-only |
Number of page faults resolved by recovering pages that were in transition to disk at time of page fault. |
ntWriteCopies | 1.3.6.1.4.1.546.5.5.3.26 | counter | read-only |
Number of page faults that have been satisfied by making a copy of a page when an attempt to write the page was made while it was shared. |
ntPageFilePerf | 1.3.6.1.4.1.546.5.5.4 | |||
ntPageFileUsage | 1.3.6.1.4.1.546.5.5.4.1 | integer | read-only |
The percentage of the page file(s) used. |
ntPageFilePeakUsage | 1.3.6.1.4.1.546.5.5.4.2 | integer | read-only |
The peak usage of the page file(s). |
ntEvents | 1.3.6.1.4.1.546.5.6 | |||
ntEventApplicationCount | 1.3.6.1.4.1.546.5.6.1 | counter | read-only |
The number of events in the Application event log. |
ntEventSecurityCount | 1.3.6.1.4.1.546.5.6.2 | counter | read-only |
The number of events in the Security event log. |
ntEventSystemCount | 1.3.6.1.4.1.546.5.6.3 | counter | read-only |
The number of events in the System event log. |
ntEventMonTable | 1.3.6.1.4.1.546.5.6.4 | no-access |
Table containing NT Event Log monitor entries; each entry specifies an Event Log and regular expression. The agent periodically stats the event logs to see if they have been updated. If updated, the agent scans the new entries for the regular expressions. When an entry is found that matches the regular expressions, a trap PDU is sent to appropriate managers. |
|
1.3.6.1.4.1.546.5.6.4.1 | no-access |
An entry in the ntEventMonTable. |
||
ntEventMonIndex | 1.3.6.1.4.1.546.5.6.4.1.1 | integer | read-only |
An index that uniquely identifies an entry in the ntEventMonTable. |
ntEventMonLog | 1.3.6.1.4.1.546.5.6.4.1.2 | integer | read-write |
The number identifying the NT event log to scan for pattern matches. Possible values are Application(1), Security(2), and System(3). On Win2k and higher, dnsServer(4), dirService(5), and fileRepService(6) are also possibly valid. Not all win2k+ systems have these event logs. Enumeration: 'dnsServer': 4, 'system': 3, 'application': 1, 'dirService': 5, 'security': 2, 'fileRepService': 6. |
ntEventMonTime | 1.3.6.1.4.1.546.5.6.4.1.3 | timeticks | read-only |
The time (based on sysUpTime) at which the event occurred. |
ntEventMonTraps | 1.3.6.1.4.1.546.5.6.4.1.4 | integer | read-only |
The number of traps sent by the agent on behalf of this entry. One trap PDU message is sent for each match the agent detects in the corresponding event log. This MIB object used to be called ntEventMonMatches but has been renamed to better reflect its true semantics. |
ntEventMonTypeLastMatch | 1.3.6.1.4.1.546.5.6.4.1.5 | integer | read-only |
The number identifying the event type of the last event that matched the search criteria. Types 1 through 5 are defined by Windows NT. Type noMatch(6) indicates that there has not yet been a matching event for this monitoring entry. Enumeration: 'information': 3, 'success': 4, 'noMatch': 6, 'failure': 5, 'warning': 2, 'error': 1. |
ntEventMonTypeFilter | 1.3.6.1.4.1.546.5.6.4.1.6 | integer | read-write |
The number identifying the event type to match. Types 1 through 5 are defined by Windows NT. Type all(6) indicates that all event types will match. Enumeration: 'information': 3, 'all': 6, 'success': 4, 'failure': 5, 'warning': 2, 'error': 1. |
ntEventMonSrcLastMatch | 1.3.6.1.4.1.546.5.6.4.1.7 | displaystring | read-only |
The source name of the last event log entry that matched this monitor entry. Each time a match occurs, this variable is updated. |
ntEventMonSrcFilter | 1.3.6.1.4.1.546.5.6.4.1.8 | displaystring | read-write |
The display string representation of the regular expression to match the source name in the event log. Valid regular expressions are those as defined in ed(1). |
ntEventMonDescLastMatch | 1.3.6.1.4.1.546.5.6.4.1.9 | displaystring | read-only |
The text description message from the last event log entry that matched this monitor entry. Each time a match occurs, this variable is updated. |
ntEventMonDescFilter | 1.3.6.1.4.1.546.5.6.4.1.10 | displaystring | read-write |
The display string representation of the regular expression to match the description in the event log. Valid regular expressions are those as defined in ed(1). |
ntEventMonStatus | 1.3.6.1.4.1.546.5.6.4.1.11 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(2) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular ntEventMon Table entry, its Status column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
ntEventMonDescr | 1.3.6.1.4.1.546.5.6.4.1.12 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
ntEventMonAction | 1.3.6.1.4.1.546.5.6.4.1.13 | displaystring | read-write |
A string specifying the command to be executed upon finding a match. |
ntEventMonFlags | 1.3.6.1.4.1.546.5.6.4.1.14 | integer | read-write |
The flags field dictates the behavior of each ntEventMonEntry. Each bit in the integer represents the toggling of an option. The flags field of 0x00 is enables default behavior. Logical or'ing together of different bits allows one to combine different options. Hex Function Default (if not enabled) 0x01 Do not execute actions Execute actions 0x02 Do not send Traps Send Traps 0x04 Do not re-initialize Re-initialize 0x08 Do not log events Log events 0x10 Send cont Stop Traps Send single Stop Trap 0x100 Prepend event-id to descr Do not pre-pend 0x200 Logical-not the entry No operator applied |
ntEventMonMatches | 1.3.6.1.4.1.546.5.6.4.1.15 | counter | read-only |
The number of nt-event matches detected by SystemEDGE. This value is incremented regardless of whether Traps are sent for this entry or not. Polling this variable allows you to determine the rate or number of matches over time. |
ntEventApplicationMaxSize | 1.3.6.1.4.1.546.5.6.5 | gauge | read-only |
The maximum size (in Bytes) of the Application event log. |
ntEventApplicationRetention | 1.3.6.1.4.1.546.5.6.6 | gauge | read-only |
The retention flag for the Application event log. This flag indicates the settings for the Event Log Wrapping settings. |
ntEventSecurityMaxSize | 1.3.6.1.4.1.546.5.6.7 | gauge | read-only |
The maximum size (in Bytes) of the Security event log. |
ntEventSecurityRetention | 1.3.6.1.4.1.546.5.6.8 | gauge | read-only |
The retention flag for the Security event log. This flag indicates the settings for the Event Log Wrapping settings. |
ntEventSystemMaxSize | 1.3.6.1.4.1.546.5.6.9 | gauge | read-only |
The maximum size (in Bytes) of the System event log. |
ntEventSystemRetention | 1.3.6.1.4.1.546.5.6.10 | gauge | read-only |
The retention flag for the System event log. This flag indicates the settings for the Event Log Wrapping settings. |
ntEventUnusedIndex | 1.3.6.1.4.1.546.5.6.11 | integer | read-only |
An SNMP Get of this MIB object returns an un-used NT event monitor Table index number. It can be used for NT event monitor table row creation optimization. |
ntEventMatchDescr | 1.3.6.1.4.1.546.5.6.12 | displaystring | read-write |
This MIB object, when used in conjunction with ntEventMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the NT event monitor table and place the index value of the last entry whose description matches, in the ntEventMatchIndex MIB object. |
ntEventMatchIndex | 1.3.6.1.4.1.546.5.6.13 | integer | read-only |
See description for ntEventMatchDescr. |
ntRegPerf | 1.3.6.1.4.1.546.5.7 | |||
ntRegPerfDumpFile | 1.3.6.1.4.1.546.5.7.1 | displaystring | read-only |
The name of the dump file specified by the registry. |
ntRegNumberOfThreads | 1.3.6.1.4.1.546.5.7.2 | gauge | read-only |
The total number of threads currently running in the system. This is obtained from the performance library. |
monitor | 1.3.6.1.4.1.546.6 | |||
monitorTable | 1.3.6.1.4.1.546.6.1 | no-access |
Table describing the monitoring activities of the agent. Adding rows to this table causes the agent to monitor new objects; deleting rows from the table causes the agent to cease monitoring the associated object. Row creation follows the V2 SMI RowStatus textual convention (See RFC 1443). |
|
1.3.6.1.4.1.546.6.1.1 | no-access |
Each entry in the Monitor Table represents a single variable or function that the agent is monitoring. Variables are those objects in the MIB for which the agent is tracking. Likewise, functions that the agent are calling periodically as part of its internal implementation are available for manipulation via this table. |
||
monIndex | 1.3.6.1.4.1.546.6.1.1.1 | integer | read-only |
A unique value for entry in the monitorTable. The index values in the monitorTable may not necessarily be contiguous, but are unique. |
monDescr | 1.3.6.1.4.1.546.6.1.1.2 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
monInterval | 1.3.6.1.4.1.546.6.1.1.3 | integer | read-write |
The interval, in seconds, between successive samples by the agent. It must be a multiple of 30 seconds. For example, if a manager wanted to sample the value of a particular variable every 30 seconds, then setting monInterval to 30 would instruct the agent to sample once very 30 seconds. The sampling period is not exact but represents a best-effort by the agent. |
monSampleType | 1.3.6.1.4.1.546.6.1.1.4 | integer | read-write |
The type of sampling performed on the object represented by this entry. For example, for sampling and monitoring objects of type Counter, setting the appropriate monSampleType to deltaValue(2) causes the agent to measure/sample the rate of change in the variable rather than the absolute value. For gauge and gauge-like variables, absoluteValue(1) makes more sense. The agent does not perform sanity checks on this variable against the type of object being monitoring because there may exist some case where a manage may actually wish to monitor the absolute value of a counter or the delta value of a gauge. Enumeration: 'absoluteValue': 1, 'deltaValue': 2. |
monOID | 1.3.6.1.4.1.546.6.1.1.5 | object identifier | read-write |
The object identifier (including properly formed instance) of the variable being monitoring by this monitorTable entry. For example, if a manager wanted to monitor the number of packets received on a particular network interface, that manager would write the object identifier corresponding to the appropriate counter (e.g. ifTable.ifEntry.ifInUCastPkts.1 for the first interface). During row creation, the agent ensures that the object identifier is valid. If invalid, the agent returns BadValue. This variable can represent both scalar and tabular objects as well. If, at any point during the row's lifetime, the variable no longer exists in the agent's MIB, the row's status is set to notInService(2). |
monCurrVal | 1.3.6.1.4.1.546.6.1.1.6 | integer | read-only |
This variable represents the current value of the object being monitored as last sampled by the agent. If the monSampleType is deltaValue(2), then this value represents the difference between two successive samples. If monSampleType is absoluteValue(1), then this value represents the actual sampled value. |
monOperator | 1.3.6.1.4.1.546.6.1.1.7 | integer | read-write |
The boolean operator performed in the expression: monCurrVal monOperator monValue. For example, to monitor a value such that an alarm is generated when its value rises about 100, the expression: currValue gt 100 could be used. Likewise, currValue ge 101 could also be used. The value of nop(1) causes the agent to perform no boolean comparison; it is useful when a manager wishes that an agent track the value of some object but not perform any evaluation of its value. Enumeration: 'le': 5, 'nop': 1, 'ge': 4, 'ne': 7, 'lt': 3, 'gt': 2, 'eq': 6. |
monValue | 1.3.6.1.4.1.546.6.1.1.8 | integer | read-write |
The value against which the agent compares the current value. This value represents a threshold. Its semantics are not interpreted by the agent; therefore, the manager is responsible for determining if this value 'makes sense'. |
monLastCall | 1.3.6.1.4.1.546.6.1.1.9 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last called or sampled the object being monitored. If the object has not yet been sampled, 0 is returned. |
monNumTraps | 1.3.6.1.4.1.546.6.1.1.10 | integer | read-only |
The number of traps sent for this particular monitor entry. This value indicates how many times the agent has evaluated this entry's expression as true. Recall, the expression takes the form of: 'monCurrVal monOperator monValue'. Because this value depends on the semantics of the variable, the entry's sampling interval (monInterval), and the interval at which the monitoring table is evaluated, it represents a lower bound on the number of times the threshold has actually been crossed. |
monLastTrap | 1.3.6.1.4.1.546.6.1.1.11 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last sent a trap for this Monitor Table entry. If no traps have been sent, the value is 0. |
monRowStatus | 1.3.6.1.4.1.546.6.1.1.12 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(2) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular Monitor Table entry, its monRowStatus column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
monMinValue | 1.3.6.1.4.1.546.6.1.1.13 | integer | read-only |
The minimum sampled value or 0 upon initialization |
monMaxValue | 1.3.6.1.4.1.546.6.1.1.14 | integer | read-only |
The maximum sampled value or 0 upon initialization |
monAction | 1.3.6.1.4.1.546.6.1.1.15 | displaystring | read-write |
A string specifying the command to be executed upon finding a match. |
monFlags | 1.3.6.1.4.1.546.6.1.1.16 | integer | read-write |
The flags field dictates the behavior of each Monitor Entry. Each bit in the integer represents the toggling of an option. The flags field of 0x00 is enables default behavior. Logical or'ing together of different bits allows one to combine different options. Hex Function Default (if not enabled) 0x01 Do not execute actions Execute actions 0x02 Do not send Traps Send Traps 0x04 Do not re-initialize Re-initialize 0x08 Do not log events Log events 0x10 Send cont notReady Traps Send single notReady Trap 0x100 Send Clear Traps Do not send Clear Traps 0x200 Threshold after X events Threshold after 1st 0x400 X consec Thresh Traps No limit 0xfff00000 Flags value specification Default is 0 |
monUnusedIndex | 1.3.6.1.4.1.546.6.2 | integer | read-only |
An SNMP Get of this MIB object returns an un-used monitor index number. It can be used for monitor table row creation optimization. |
monMatchDescr | 1.3.6.1.4.1.546.6.3 | displaystring | read-write |
This MIB object, when used in conjunction with monMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the monitor table and place the index value of the last entry whose description matches, in the monMatchIndex MIB object. |
monMatchIndex | 1.3.6.1.4.1.546.6.4 | integer | read-only |
See description for monMatchDescr. |
empireexp | 1.3.6.1.4.1.546.7 | |||
distribsys | 1.3.6.1.4.1.546.8 | |||
rpc | 1.3.6.1.4.1.546.8.1 | |||
clientRPCCalls | 1.3.6.1.4.1.546.8.1.1 | counter | read-only |
The total number of RPC calls sent by the RPC client protocol software. |
clientRPCBadcalls | 1.3.6.1.4.1.546.8.1.2 | counter | read-only |
The total number of RPC calls rejected by the RPC client protocol software. |
clientRPCRetrans | 1.3.6.1.4.1.546.8.1.3 | counter | read-only |
The total number of times an RPC call had to be retransmitted due to a timeout while waiting for an RPC server reply. |
clientRPCBadxids | 1.3.6.1.4.1.546.8.1.4 | counter | read-only |
The total number of times a server RPC reply was received for which no outstanding call exists. |
clientRPCTimeouts | 1.3.6.1.4.1.546.8.1.5 | counter | read-only |
The total number times an RPC call timed out while waiting for a reply from the RPC server. |
clientRPCWaits | 1.3.6.1.4.1.546.8.1.6 | counter | read-only |
The total number of times an RPC call has to wait because no client handle was available. |
clientRPCNewcreds | 1.3.6.1.4.1.546.8.1.7 | counter | read-only |
The total number of times authentication information had to be refreshed. |
clientRPCTimers | 1.3.6.1.4.1.546.8.1.8 | counter | read-only |
The total number of times the calculated time-out value was greater than or equal to the minimum specified time-out value for an RPC call. |
serverRPCCalls | 1.3.6.1.4.1.546.8.1.9 | counter | read-only |
The total number of RPC calls received by the RPC server protocol software. |
serverRPCBadcalls | 1.3.6.1.4.1.546.8.1.10 | counter | read-only |
The total number of calls rejected by the RPC server protocol softeware; it is equivalent to the sum of the MIB objects serverRPCBadlen and serverRPCxdrcall. |
serverRPCNullrecvs | 1.3.6.1.4.1.546.8.1.11 | counter | read-only |
The number of RPC requests not available when it was thought to be received. |
serverRPCBadlens | 1.3.6.1.4.1.546.8.1.12 | counter | read-only |
The number of RPC requests whose lengths were shorter than the minimum size RPC message. |
serverRPCXdrcalls | 1.3.6.1.4.1.546.8.1.13 | counter | read-only |
The number of RPC requests whose header could not be XDR decoded. |
nfs | 1.3.6.1.4.1.546.8.2 | |||
clientNFSCalls | 1.3.6.1.4.1.546.8.2.1 | counter | read-only |
The total number of NFS calls sent by the NFS client protocol software. |
clientNFSBadcalls | 1.3.6.1.4.1.546.8.2.2 | counter | read-only |
The total number of times an NFS call was rejected by the underlying client RPC protocol software. |
clientNFSNclgets | 1.3.6.1.4.1.546.8.2.3 | counter | read-only |
The total number of times a client NFS handle was received by the NFS client protocol software. |
clientNFSNclsleeps | 1.3.6.1.4.1.546.8.2.4 | counter | read-only |
The total number of times a client NFS call had to sleep while waiting for a client NFS handle. |
clientNFSNulls | 1.3.6.1.4.1.546.8.2.5 | counter | read-only |
The total number of NFS 'NULL' procedure calls sent by the client NFS protocol software. The 'NULL' procedure is often used to allow server response testing and timing. |
clientNFSGetattrs | 1.3.6.1.4.1.546.8.2.6 | counter | read-only |
The total number of NFS 'GetAttr' procedure calls sent by the client NFS protocol software. This function is used to obtain attributes for a given file. |
clientNFSSetattrs | 1.3.6.1.4.1.546.8.2.7 | counter | read-only |
The total number of NFS 'SetAttr' procedure calls sent by the client NFS protocol software. This function is used to set a file's attributes. |
clientNFSRoots | 1.3.6.1.4.1.546.8.2.8 | counter | read-only |
The total number of NFS 'Root' procedure calls sent by the client NFS protocol software. This function has been declared obsolete. |
clientNFSLookups | 1.3.6.1.4.1.546.8.2.9 | counter | read-only |
The total number of NFS 'Lookup' procedure calls sent by the client NFS protocol software. This function is used to retrieve a file's attributes and handle. |
clientNFSReadlinks | 1.3.6.1.4.1.546.8.2.10 | counter | read-only |
The total number of NFS 'Read link' procedure calls sent by the client NFS protocol software. This function is used to read from a symbolic link. |
clientNFSReads | 1.3.6.1.4.1.546.8.2.11 | counter | read-only |
The total number of NFS 'Read' procedure calls sent by the client NFS protocol software. This function is used to read data (in units of bytes) from a give file. |
clientNFSWrcaches | 1.3.6.1.4.1.546.8.2.12 | counter | read-only |
The total number of NFS 'Write Cache' procedure calls sent by the client NFS protocol software. This function is to be used in future versions of the NFS protocol. |
clientNFSWrites | 1.3.6.1.4.1.546.8.2.13 | counter | read-only |
The total number of NFS 'Write' procedure calls sent by the client NFS protocol software. This function is used to write data (in units of bytes) to a given file. |
clientNFSCreates | 1.3.6.1.4.1.546.8.2.14 | counter | read-only |
The total number of NFS 'Create' procedure calls sent by the client NFS protocol software. This function is used to create a file in a given directory. |
clientNFSRemoves | 1.3.6.1.4.1.546.8.2.15 | counter | read-only |
The total number of NFS 'Remove' procedure calls sent by the client NFS protocol software. This function is used to remove a file from a given directory. |
clientNFSRenames | 1.3.6.1.4.1.546.8.2.16 | counter | read-only |
The total number of NFS 'Rename' procedure calls sent by the client NFS protocol software. This function is used to rename a given file. |
clientNFSLinks | 1.3.6.1.4.1.546.8.2.17 | counter | read-only |
The total number of NFS 'Create Link' procedure calls sent by the client NFS protocol software. This function is used to create a link to a given file. |
clientNFSSymlinks | 1.3.6.1.4.1.546.8.2.18 | counter | read-only |
The total number of NFS 'Create Symbolic Link' procedure calls sent by the client NFS protocol software. This function is used to create a symbolic link to a given file. |
clientNFSMkdirs | 1.3.6.1.4.1.546.8.2.19 | counter | read-only |
The total number of NFS 'mkdir' procedure calls sent by the client NFS protocol software. This function is used to create a directory within a given directory. |
clientNFSRmdirs | 1.3.6.1.4.1.546.8.2.20 | counter | read-only |
The total number of NFS 'rmdir' procedure calls sent by the client NFS protocol software. This function is used to remove a given directory. |
clientNFSReaddirs | 1.3.6.1.4.1.546.8.2.21 | counter | read-only |
The total number of NFS 'readdir' procedure calls sent by the client NFS protocol software. This function is used to read a variable number of directory entries from the given directory. |
clientNFSFsstats | 1.3.6.1.4.1.546.8.2.22 | counter | read-only |
The total number of NFS 'stat' procedure calls sent by the client NFS protocol software. This function is used to retrieve file system statistics. |
serverNFSCalls | 1.3.6.1.4.1.546.8.2.23 | counter | read-only |
The total number of NFS calls received by the NFS server protocol software. |
serverNFSBadcalls | 1.3.6.1.4.1.546.8.2.24 | counter | read-only |
The total number of times an NFS call was rejected by the underlying server RPC protocol software. |
serverNFSNulls | 1.3.6.1.4.1.546.8.2.25 | counter | read-only |
The total number of NFS 'NULL' procedure calls received by the server NFS protocol software. The 'NULL' procedure is often used to allow server response testing and timing. |
serverNFSGetattrs | 1.3.6.1.4.1.546.8.2.26 | counter | read-only |
The total number of NFS 'GetAttr' procedure calls received by the server NFS protocol software. This function is used to obtain attributes for a given file. |
serverNFSSetattrs | 1.3.6.1.4.1.546.8.2.27 | counter | read-only |
The total number of NFS 'SetAttr' procedure calls received by the server NFS protocol software. This function is used to set a file's attributes. |
serverNFSRoots | 1.3.6.1.4.1.546.8.2.28 | counter | read-only |
The total number of NFS 'Root' procedure calls received by the server NFS protocol software. This function has been declared obsolete. |
serverNFSLookups | 1.3.6.1.4.1.546.8.2.29 | counter | read-only |
The total number of NFS 'Lookup' procedure calls received by the server NFS protocol software. This function is used to retrieve a file's attributes and handle. |
serverNFSReadlinks | 1.3.6.1.4.1.546.8.2.30 | counter | read-only |
The total number of NFS 'Read link' procedure calls received by the server NFS protocol software. This function is used to read from a symbolic link. |
serverNFSReads | 1.3.6.1.4.1.546.8.2.31 | counter | read-only |
The total number of NFS 'Read' procedure calls received by the server NFS protocol software. This function is used to read data (in units of bytes) from a give file. |
serverNFSWrcaches | 1.3.6.1.4.1.546.8.2.32 | counter | read-only |
The total number of NFS 'Write Cache' procedure calls received by the server NFS protocol software. This function is to be used in future versions of the NFS protocol. |
serverNFSWrites | 1.3.6.1.4.1.546.8.2.33 | counter | read-only |
The total number of NFS 'Write' procedure calls received by the server NFS protocol software. This function is used to write data (in units of bytes) to a given file. |
serverNFSCreates | 1.3.6.1.4.1.546.8.2.34 | counter | read-only |
The total number of NFS 'Create' procedure calls received by the server NFS protocol software. This function is used to create a file in a given directory. |
serverNFSRemoves | 1.3.6.1.4.1.546.8.2.35 | counter | read-only |
The total number of NFS 'Remove' procedure calls received by the server NFS protocol software. This function is used to remove a file from a given directory. |
serverNFSRenames | 1.3.6.1.4.1.546.8.2.36 | counter | read-only |
The total number of NFS 'Rename' procedure calls received by the server NFS protocol software. This function is used to rename a given file. |
serverNFSLinks | 1.3.6.1.4.1.546.8.2.37 | counter | read-only |
The total number of NFS 'Create Link' procedure calls received by the server NFS protocol software. This function is used to create a link to a given file. |
serverNFSSymlinks | 1.3.6.1.4.1.546.8.2.38 | counter | read-only |
The total number of NFS 'Create Symbolic Link' procedure calls received by the server NFS protocol software. This function is used to create a symbolic link to a given file. |
serverNFSMkdirs | 1.3.6.1.4.1.546.8.2.39 | counter | read-only |
The total number of NFS 'mkdir' procedure calls received by the server NFS protocol software. This function is used to create a directory within a given directory. |
serverNFSRmdirs | 1.3.6.1.4.1.546.8.2.40 | counter | read-only |
The total number of NFS 'rmdir' procedure calls received by the server NFS protocol software. This function is used to remove a given directory. |
serverNFSReaddirs | 1.3.6.1.4.1.546.8.2.41 | counter | read-only |
The total number of NFS 'readdir' procedure calls received by the server NFS protocol software. This function is used to read a variable number of directory entries from the given directory. |
serverNFSFsstats | 1.3.6.1.4.1.546.8.2.42 | counter | read-only |
The total number of NFS 'stat' procedure calls received by the server NFS protocol software. This function is used to retrieve file system statistics. |
nis | 1.3.6.1.4.1.546.8.3 | |||
traps | 1.3.6.1.4.1.546.9 | |||
monitorEvent | 1.3.6.1.4.1.546.9.1 | |||
kernelErrorEvent | 1.3.6.1.4.1.546.9.2 | |||
monitorEntryNotReadyEvent | 1.3.6.1.4.1.546.9.3 | |||
logMonMatchEvent | 1.3.6.1.4.1.546.9.4 | |||
logMonNotReadyEvent | 1.3.6.1.4.1.546.9.5 | |||
sendTrapEvent | 1.3.6.1.4.1.546.9.6 | |||
ntEventMonMatchEvent | 1.3.6.1.4.1.546.9.7 | |||
ntEventMonNotReadyEvent | 1.3.6.1.4.1.546.9.8 | |||
monitorClearEvent | 1.3.6.1.4.1.546.9.9 | |||
processStopEvent | 1.3.6.1.4.1.546.9.10 | |||
processStartEvent | 1.3.6.1.4.1.546.9.11 | |||
processThresholdEvent | 1.3.6.1.4.1.546.9.12 | |||
processClearEvent | 1.3.6.1.4.1.546.9.13 | |||
licenseEvent | 1.3.6.1.4.1.546.9.16 | |||
fwLogmonEvent | 1.3.6.1.4.1.546.9.17 | |||
addrChangeEvent | 1.3.6.1.4.1.546.9.18 | |||
procGroupChangeEvent | 1.3.6.1.4.1.546.9.19 | |||
empireHistory | 1.3.6.1.4.1.546.10 | |||
empireHistoryCtrlTable | 1.3.6.1.4.1.546.10.1 | no-access |
Table describing/controlling the object history collection. Adding rows to this table causes the agent to track the history of additional objects; deleting rows from the table causes the agent to cease tracking the value of an object. Row creation follows the V2 SMI RowStatus textual convention (See RFC 1443). Further, the table is similar to the RMON HistoryControlTable in purpose (See RFC 1271). |
|
1.3.6.1.4.1.546.10.1.1 | no-access |
A list of parameters that set up a periodic sampling of a single object value contained within the agent's internal MIB. |
||
empireHistoryCtrlIndex | 1.3.6.1.4.1.546.10.1.1.1 | integer | read-only |
An index that uniquely identifies an entry in the empireHistoryCtrlTable. Each such entry defines a periodic sampling/history that the agent performs. The sample values can be obtained from the empireHistoryTable. |
empireHistoryCtrlDescr | 1.3.6.1.4.1.546.10.1.1.2 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
empireHistoryCtrlInterval | 1.3.6.1.4.1.546.10.1.1.3 | integer | read-write |
The interval in seconds between successive samples. The sample interval must be a multiple of 30 seconds. |
empireHistoryCtrlObjID | 1.3.6.1.4.1.546.10.1.1.4 | object identifier | read-write |
The object identifier of the particular object to be sampled. This object identifier must refer to a valid object and be of base type INTEGER. For example, objects of type Counter, INTEGER, and Gauge can be sampled, but objects of type DisplayString cannot. |
empireHistoryCtrlObjType | 1.3.6.1.4.1.546.10.1.1.5 | integer | read-only |
The ASN1/SNMP tag value of the object being sampled. For example, an SNMP Gauge would be 0x42 or 66 decimal. |
empireHistoryCtrlBucketsReq | 1.3.6.1.4.1.546.10.1.1.6 | integer | read-write |
The requested number of discrete samples of data to be saved in the empireHistoryTable. When this object is created or modified, the agent sets the empireHistoryCtrlBucketsGrant as close as possible. |
empireHistoryCtrlBucketsGrant | 1.3.6.1.4.1.546.10.1.1.7 | integer | read-only |
The number of number of discrete samples of data which shall be saved in the empireHistoryCtrlTable. |
empireHistoryCtrlLastCall | 1.3.6.1.4.1.546.10.1.1.8 | timeticks | read-only |
The value of sysUpTime when this entry was last evaluated by the agent. |
empireHistoryCtrlCreateTime | 1.3.6.1.4.1.546.10.1.1.9 | timeticks | read-only |
The value of sysUpTime when this entry was created by the agent. |
empireHistoryCtrlStatus | 1.3.6.1.4.1.546.10.1.1.10 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(6) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular table entry, its Status column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
empireHistoryTable | 1.3.6.1.4.1.546.10.2 | no-access |
Table containing the history samples corresponding to history control entries contained in the empireHistoryCtrlTable. For each entry in the control table, a set of history samples will exist in this table. Managers can index a particular sample by combining the corresponding index from the control table with a sample number. |
|
1.3.6.1.4.1.546.10.2.1 | no-access |
A historical sample of an object in the agent's MIB. Each sample is associated with an entry in the empireHistoryCtrlTable which set up the parameters for a regular collection of these samples. |
||
empireHistoryIndex | 1.3.6.1.4.1.546.10.2.1.1 | integer | read-only |
The history of which this entry is a part. This value identifies a row in the empireHistoryCtrlTable of which this sample is a part. |
empireHistorySampleIndex | 1.3.6.1.4.1.546.10.2.1.2 | integer | read-only |
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same history control entry. This index starts at 1 and increases by one as each new sample is taken. |
empireHistoryStartTime | 1.3.6.1.4.1.546.10.2.1.3 | timeticks | read-only |
The value of sysUpTime at which the first sample was taken. |
empireHistorySampleTime | 1.3.6.1.4.1.546.10.2.1.4 | timeticks | read-only |
The value of sysUpTime at which this particular sample was taken. |
empireHistoryValue | 1.3.6.1.4.1.546.10.2.1.5 | integer | read-only |
The value of this sample. |
histCtrlUnusedIndex | 1.3.6.1.4.1.546.10.3 | integer | read-only |
An SNMP Get of this MIB object returns an un-used history control index number. It can be used for history control table row creation optimization. |
histCtrlMatchDescr | 1.3.6.1.4.1.546.10.4 | displaystring | read-write |
This MIB object, when used in conjunction with histCtrlMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the history control table and place the index value of the last entry whose description matches, in the histCtrlMatchIndex MIB object. |
histCtrlMatchIndex | 1.3.6.1.4.1.546.10.5 | integer | read-only |
See description for histCtrlMatchDescr. |
logMonitor | 1.3.6.1.4.1.546.11 | |||
logMonitorTable | 1.3.6.1.4.1.546.11.1 | no-access |
Table containing log monitor entries; each entry specifies a log file and regular expression. The agent periodically stats the log files to see if they have been updated. If updated, the agent scans the new entries for the regular expression. When that regular expression is found (or matched) in the new entries, a trap PDU is sent to appropriate managers. |
|
1.3.6.1.4.1.546.11.1.1 | no-access |
An entry in the logMonitorTable. |
||
logMonitorIndex | 1.3.6.1.4.1.546.11.1.1.1 | integer | read-only |
An index that uniquely identifies an entry in the logMonitorTable. |
logMonitorLogFile | 1.3.6.1.4.1.546.11.1.1.2 | displaystring | read-write |
The name of the log file to scan for pattern matches. This variable must name a valid log filename. |
logMonitorRegularExpression | 1.3.6.1.4.1.546.11.1.1.3 | displaystring | read-write |
The display string representation of the regular expression to match in the corresponding log file. Valid regular expressions are those as defined in ed(1). |
logMonitorNumberTraps | 1.3.6.1.4.1.546.11.1.1.4 | integer | read-only |
The number of traps sent by the agent on behalf of this entry. One trap PDU message is sent for each match the agent detects in the corresponding log file (if Traps have not been disabled for this entry). |
logMonitorLastTrap | 1.3.6.1.4.1.546.11.1.1.5 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last sent a trap for this entry. Alternatively, it is the time at which the last pattern match occurred. |
logMonitorLastMatch | 1.3.6.1.4.1.546.11.1.1.6 | displaystring | read-only |
The last log file entry that matched the logMonitorRegularExpression. Each time a match occurs, this variable is updated. |
logMonitorStatus | 1.3.6.1.4.1.546.11.1.1.7 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(2) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular logMonitor Table entry, its Status column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
logMonitorLogFileSize | 1.3.6.1.4.1.546.11.1.1.8 | integer | read-only |
The size in bytes of the log file at time of last sample. By querying this value, one can tell if the log file is growing. |
logMonitorLogFileLastUpdate | 1.3.6.1.4.1.546.11.1.1.9 | timeticks | read-only |
The time (based on sysUpTime) that the log file was last modifed by the system or application(s) writing to this file. Monitoring this value can indicate if the system or application(s) that log to this file are active. |
logMonitorDescr | 1.3.6.1.4.1.546.11.1.1.10 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
logMonitorAction | 1.3.6.1.4.1.546.11.1.1.11 | displaystring | read-write |
A textual string specifying the command to be executed upon finding a match. |
logMonitorFlags | 1.3.6.1.4.1.546.11.1.1.12 | integer | read-write |
The flags field dictates the behavior of each logMonitorEntry. Each bit in the integer represents the toggling of an option. The flags field of 0x00 is enables default behavior. Logical or'ing together of different bits allows one to combine different options. Hex Function Default (if not enabled) 0x01 Do not execute actions Execute actions 0x02 Do not send Traps Send Traps 0x04 Do not re-initialize Re-initialize 0x08 Do not log events Log events 0x10 Send cont notReady Traps Send single notReady Trap 0x100 Apply logical NOT oper No additional operator |
logMonitorMatches | 1.3.6.1.4.1.546.11.1.1.13 | counter | read-only |
The number of logfile entries matching the regular expression; this value is incremented regardless of whether Traps are sent for this entry or not. Polling this variable allows you to determine the rate or number of matches over time. |
logmonUnusedIndex | 1.3.6.1.4.1.546.11.2 | integer | read-only |
An SNMP Get of this MIB object returns an un-used logfile monitor index number. It can be used for logfile monitor table row creation optimization. |
logmonMatchDescr | 1.3.6.1.4.1.546.11.3 | displaystring | read-write |
This MIB object, when used in conjunction with logmonMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the logfile monitor table and place the index value of the last entry whose description matches, in the logmonMatchIndex MIB object. |
logmonMatchIndex | 1.3.6.1.4.1.546.11.4 | integer | read-only |
See description for logmonMatchDescr. |
diskGroup | 1.3.6.1.4.1.546.12 | |||
diskStatsTable | 1.3.6.1.4.1.546.12.1 | no-access |
Table containing disk I/O stat entries; each entry provides the latest disk statistics for one disk. The agent periodically stats the system data structures for each disk and records the values in the table. |
|
1.3.6.1.4.1.546.12.1.1 | no-access |
An entry in the diskStatsTable. |
||
diskStatsIndex | 1.3.6.1.4.1.546.12.1.1.1 | integer | read-only |
An index that uniquely identifies an entry in the diskStatsTable. |
diskStatsQueueLength | 1.3.6.1.4.1.546.12.1.1.2 | gauge | read-only |
The average number of operations waiting in the disk's service queue over the last measurement period. |
diskStatsServiceTime | 1.3.6.1.4.1.546.12.1.1.3 | gauge | read-only |
The average service time in milliseconds for operations served on this disk over the last measurement period. This could be expressed as: disk-busy-time / number-of-transfers. |
diskStatsUtilization | 1.3.6.1.4.1.546.12.1.1.4 | integer | read-only |
The utilization rate (percentage utilization) for this disk over the last measurement period. This could also be expressed as: (disk-busy-time / elapsed-time) * 100. |
diskStatsKBytesTransferred | 1.3.6.1.4.1.546.12.1.1.5 | counter | read-only |
The number of KBytes transferred to/from this disk. |
diskStatsTransfers | 1.3.6.1.4.1.546.12.1.1.6 | counter | read-only |
The number of transfer operations to/from this disk. |
diskStatsReads | 1.3.6.1.4.1.546.12.1.1.7 | counter | read-only |
The number of read operations from this disk. |
diskStatsWrites | 1.3.6.1.4.1.546.12.1.1.8 | counter | read-only |
The number of write operations to this disk. |
diskStatsHostmibDevTableIndex | 1.3.6.1.4.1.546.12.1.1.9 | integer | read-only |
The index of this disk device in the device table of the Host Resources MIB. |
diskStatsLastUpdate | 1.3.6.1.4.1.546.12.1.1.10 | timeticks | read-only |
The time in SNMP Time Ticks of the last update of this diskStatsTable entry. |
diskStatsKBytesXferStr | 1.3.6.1.4.1.546.12.1.1.11 | displaystring | read-only |
Number of KBbytes transfered to/from this disk in ascii string format so that 64-bit values can be passed w/o having to go through high/low order word calculations. |
diskStatsTransfersStr | 1.3.6.1.4.1.546.12.1.1.12 | displaystring | read-only |
Number of transfer operations to/from this disk in ascii string format so that 64-bit values can be passed w/o having to go through high/low order word calculations. |
diskStatsReadsStr | 1.3.6.1.4.1.546.12.1.1.13 | displaystring | read-only |
The number of read operations from this disk in ascii string format so that 64-bit values can be passed w/o having to go through high/low order word calculations. |
diskStatsWritesStr | 1.3.6.1.4.1.546.12.1.1.14 | displaystring | read-only |
The number of write operations to this disk in ascii string format so that 64-bit values can be passed w/o having to go through high/low order word calculations. |
diskStatsKBytesXferHi | 1.3.6.1.4.1.546.12.1.1.15 | counter | read-only |
High-order 32-bits of diskStatsKBytesTransferred if the underlying system supports 64-bit disk stats; zero otherwise. Recovering the 64-bit counter is as simple as: diskStatsKBytesXferHi << 32 | diskStatsKBytesTransferred |
diskStatsXferOpsHi | 1.3.6.1.4.1.546.12.1.1.16 | counter | read-only |
High-order 32-bits of diskStatsTransfers if the underlying system supports 64-bit disk stats; zero otherwise. Recovering the 64-bit counter is as simple as: diskStatsXferOpsHi << 32 | diskStatsTransfers |
diskStatsReadsHi | 1.3.6.1.4.1.546.12.1.1.17 | counter | read-only |
High-order 32-bits of diskStatsReads if the underlying system supports 64-bit disk stats; zero otherwise. Recovering the 64-bit counter is as simple as: diskStatsReadsHi << 32 | diskStatsReads |
diskStatsWritesHi | 1.3.6.1.4.1.546.12.1.1.18 | counter | read-only |
High-order 32-bits of diskStatsWrites if the underlying system supports 64-bit disk stats; zero otherwise. Recovering the 64-bit counter is as simple as: diskStatsWritesHi << 32 | diskStatsWrites |
cpuGroup | 1.3.6.1.4.1.546.13 | |||
cpuStatsTable | 1.3.6.1.4.1.546.13.1 | no-access |
This table provides per-cpu statistics and counters; the agent periodically (approximately every 60 seconds) updates data contained in this table. By periodically sampling entries in this table, one can determine the percentage of time spent by each CPU in their respective modes. This percentage can be calculated by summing the total 'ticks' spent in each mode and then dividing the 'ticks' spent in each mode by the total. 'Ticks' is a system-dependent quantity whose unit is not necessary when calculating the percentage of time spent in each CPU mode. |
|
1.3.6.1.4.1.546.13.1.1 | no-access |
An entry in the cpuStatsTable |
||
cpuStatsIndex | 1.3.6.1.4.1.546.13.1.1.1 | integer | read-only |
An index that uniquely identifies an entry in the cpuStatsTable. |
cpuStatsDescr | 1.3.6.1.4.1.546.13.1.1.2 | displaystring | read-only |
The type of CPU for which statistics are reported. On Solaris 2.x, this description also includes the CPU's clock speed. |
cpuStatsIdle | 1.3.6.1.4.1.546.13.1.1.3 | counter | read-only |
The total number of 'ticks' spent by this CPU in Idle mode. This variable is not supported by NT. This value may wrap 32-bit counter. |
cpuStatsUser | 1.3.6.1.4.1.546.13.1.1.4 | counter | read-only |
The total number of 'ticks' spent by this CPU in User mode. This value may wrap 32-bit counter. |
cpuStatsSys | 1.3.6.1.4.1.546.13.1.1.5 | counter | read-only |
The total number of 'ticks' spent by this CPU in Kernel or system mode. This value may wrap a 32-bit counter. |
cpuStatsWait | 1.3.6.1.4.1.546.13.1.1.6 | counter | read-only |
The total number of 'ticks' spent by this CPU in Wait mode. Wait mode is that time spent waiting on I/O or swap. It may wrap a 32-bit counter. |
cpuStatsLastUpdate | 1.3.6.1.4.1.546.13.1.1.7 | timeticks | read-only |
The time (based on sysUpTime) that the counters for this CPU were last updated. Because these values are cached periodically by the agent, the time of last update is important for determining the interval over which CPU mode percentages are calculated. |
cpuStatsIdlePercent | 1.3.6.1.4.1.546.13.1.1.8 | integer | read-only |
The percentage of time (over the sample period) that the system's CPU was idle. |
cpuStatsUserPercent | 1.3.6.1.4.1.546.13.1.1.9 | integer | read-only |
The percentage of time (over the sample period) that the system's CPU was executing in user mode. |
cpuStatsSysPercent | 1.3.6.1.4.1.546.13.1.1.10 | integer | read-only |
The percentage of time (over the sample period) that the system's CPU was executing the kernel or operating system. |
cpuStatsWaitPercent | 1.3.6.1.4.1.546.13.1.1.11 | integer | read-only |
The percentage of time (over the sample period) that the system's CPU was waiting for I/O. This object may not be supported by the underlying operating system. |
cpuTotalIdle | 1.3.6.1.4.1.546.13.2 | counter | read-only |
The total number of 'ticks' spent by all CPUs in Idle mode. This variable is not supported by NT. This value may wrap 32-bit counter. |
cpuTotalUser | 1.3.6.1.4.1.546.13.3 | counter | read-only |
The total number of 'ticks' spent by all CPUs in User mode. This value may wrap 32-bit counter. |
cpuTotalSys | 1.3.6.1.4.1.546.13.4 | counter | read-only |
The total number of 'ticks' spent by all CPUs in Kernel or system mode. This value may wrap a 32-bit counter. |
cpuTotalWait | 1.3.6.1.4.1.546.13.5 | counter | read-only |
The total number of 'ticks' spent by all CPUs in Wait mode. Wait mode is that time spent waiting on I/O or swap. It may wrap a 32-bit counter. |
cpuTotalLastUpdate | 1.3.6.1.4.1.546.13.6 | timeticks | read-only |
The time (based on sysUpTime) that these counters were last updated. Because these values are cached periodically by the agent, the time of last update is important for determining the interval over which CPU mode percentages are calculated. |
cpuTotalIdlePercent | 1.3.6.1.4.1.546.13.7 | integer | read-only |
The percentage of time (over the sample period) that the system's CPUs were idle. |
cpuTotalUserPercent | 1.3.6.1.4.1.546.13.8 | integer | read-only |
The percentage of time (over the sample period) that the system's CPUs were executing in user mode. |
cpuTotalSysPercent | 1.3.6.1.4.1.546.13.9 | integer | read-only |
The percentage of time (over the sample period) that the system's CPUs were executing the kernel or operating system. |
cpuTotalWaitPercent | 1.3.6.1.4.1.546.13.10 | integer | read-only |
The percentage of time (over the sample period) that the system's CPUs were waiting for I/O. This object may not be supported by the underlying operating system. |
extensionGroup | 1.3.6.1.4.1.546.14 | |||
extensionDomainName | 1.3.6.1.4.1.546.14.1 | displaystring | read-only |
The Domain Name Service domain name for this host. This value is obtained by a shell script included with the agent distribution. |
extensionNisServer | 1.3.6.1.4.1.546.14.2 | displaystring | read-only |
The NIS (YP) server currently being used by this host. This value is obtained by a shell script included with the agent distribution. |
extensionMotd | 1.3.6.1.4.1.546.14.3 | displaystring | read-only |
The Message Of The Day. Return the first line of the /etc/motd file on this host. This value is obtained by a shell script included with the agent distribution. |
extensionPing | 1.3.6.1.4.1.546.14.31 | displaystring | read-write |
This variable allows the agent to support remote Ping operations. This functionality is useful for remote troubleshooting of routing problems. Sets to this object indicate which system to Ping while Get and GetNext operations perform the Ping operation and return its output. |
processMonitor | 1.3.6.1.4.1.546.15 | |||
processMonTable | 1.3.6.1.4.1.546.15.1 | no-access |
The process monitor table used for monitoring single instances of processes. |
|
1.3.6.1.4.1.546.15.1.1 | no-access |
A process monitor entry; one entry per process to monitor. |
||
pmonIndex | 1.3.6.1.4.1.546.15.1.1.1 | integer | read-only |
A unique value for entry in the processMonTable. The index values in the processMonTable may not necessarily be contiguous, but are unique. |
pmonDescr | 1.3.6.1.4.1.546.15.1.1.2 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
pmonInterval | 1.3.6.1.4.1.546.15.1.1.3 | integer | read-write |
The interval, in seconds, between successive samples by the agent. It must be a multiple of 30 seconds. For example, if a manager wanted to sample the value of a particular variable every 30 seconds, then setting monInterval to 30 would instruct the agent to sample once very 30 seconds. The sampling period is not exact but represents a best-effort by the agent. |
pmonSampleType | 1.3.6.1.4.1.546.15.1.1.4 | integer | read-write |
The type of sampling performed on the object represented by this entry. For example, for sampling and monitoring objects of type Counter, setting the appropriate monSampleType to deltaValue(2) causes the agent to measure/sample the rate of change in the variable rather than the absolute value. For gauge and gauge-like variables, absoluteValue(1) makes more sense. The agent does not perform sanity checks on this variable against the type of object being monitoring because there may exist some case where a manage may actually wish to monitor the absolute value of a counter or the delta value of a gauge. Enumeration: 'absoluteValue': 1, 'deltaValue': 2. |
pmonAttribute | 1.3.6.1.4.1.546.15.1.1.5 | integer | read-write |
The process attribute being monitored. These enumerated values map directly to columns in the Empire Process table. Enumeration: 'procMsgsSent': 8, 'procMajorPgFlts': 15, 'procMinorPgFlts': 14, 'procTime': 5, 'procNumSwaps': 12, 'procNumThreads': 11, 'procOutBlks': 7, 'procMemory': 2, 'procInvolCtx': 17, 'procNice': 10, 'procRSS': 4, 'procSysCalls': 13, 'procAlive': 1, 'procSize': 3, 'procVolCtx': 16, 'procMsgsRecv': 9, 'procInBlks': 6. |
pmonCurrVal | 1.3.6.1.4.1.546.15.1.1.6 | integer | read-only |
This variable represents the current value of the object being monitored as last sampled by the agent. If the pmonSampleType is deltaValue(2), then this value represents the difference between two successive samples. If pmonSampleType is absoluteValue(1), then this value represents the actual sampled value. |
pmonOperator | 1.3.6.1.4.1.546.15.1.1.7 | integer | read-write |
Enumeration: 'le': 5, 'nop': 1, 'ge': 4, 'ne': 7, 'lt': 3, 'gt': 2, 'eq': 6. |
pmonValue | 1.3.6.1.4.1.546.15.1.1.8 | integer | read-write |
The value against which the agent compares the current value. This value represents a threshold. Its semantics are not interpreted by the agent; therefore, the manager is responsible for determining if this value 'makes sense'. |
pmonLastCall | 1.3.6.1.4.1.546.15.1.1.9 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last called or sampled the object being monitored. If the object has not yet been sampled, 0 is returned. |
pmonNumTraps | 1.3.6.1.4.1.546.15.1.1.10 | integer | read-only |
The number of traps sent for this particular monitor entry. This value indicates how many times the agent has evaluated this entry's expression as true. Recall, the expression takes the form of: 'pmonCurrVal pmonOperator pmonValue'. Because this value depends on the semantics of the variable, the entry's sampling interval (monInterval), and the interval at which the monitoring table is evaluated, it represents a lower bound on the number of times the threshold has actually been crossed. |
pmonLastTrap | 1.3.6.1.4.1.546.15.1.1.11 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last sent a trap for this Monitor Table entry. If no traps have been sent, the value is 0. |
pmonFlags | 1.3.6.1.4.1.546.15.1.1.12 | integer | read-write |
The flags field dictates the behavior of each processMonEntry. Each bit in the integer represents the toggling of an option. The flags field of 0x00 is enables default behavior. Logical or'ing together of different bits allows one to combine different options. Hex Function Default (if not enabled) 0x01 Do not execute actions Execute actions 0x02 Do not send Traps Send Traps 0x04 Do not re-initialize Re-initialize 0x08 Do not log events Log events 0x10 Send cont Stop Traps Send single Stop Trap 0x100 Monitor parent process Monitor first found 0x200 Do not send Start Trap Send Start Trap 0x400 Send Clear Traps Send Clear Traps 0x800 Match name and args Match process name only 0x1000 Threshold after X events Threshold after 1st 0x2000 X consec Thresh Traps No limit 0x4000 Monitor for X processes Monitor for single process 0xfff00000 Flags value specification Default is 0 |
pmonAction | 1.3.6.1.4.1.546.15.1.1.13 | displaystring | read-write |
A string specifying the command to be executed upon finding a match. |
pmonRegExpr | 1.3.6.1.4.1.546.15.1.1.14 | displaystring | read-write |
The regular expression to use for matching processes by name or NT services by name |
pmonMinValue | 1.3.6.1.4.1.546.15.1.1.15 | integer | read-only |
The minimum sampled value or 0 upon initialization |
pmonMaxValue | 1.3.6.1.4.1.546.15.1.1.16 | integer | read-only |
The maximum sampled value or 0 upon initialization |
pmonCurrentPID | 1.3.6.1.4.1.546.15.1.1.17 | integer | read-write |
The PID of the process being monitored |
pmonRowStatus | 1.3.6.1.4.1.546.15.1.1.18 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(2) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular processMonTable entry, its pmonRowStatus column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
pmonNumEvents | 1.3.6.1.4.1.546.15.1.1.19 | counter | read-only |
The number of events for this process monitor entry. Events do not necessarily imply traps because Traps may be turned off for this row via flags setting. |
pmonUnusedIndex | 1.3.6.1.4.1.546.15.2 | integer | read-only |
An SNMP Get of this MIB object returns an un-used processMonitorTable index number. It can be used for processMonitor table row creation optimization. |
pmonMatchDescr | 1.3.6.1.4.1.546.15.3 | displaystring | read-write |
This MIB object, when used in conjunction with pmonMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the process monitor table and place the index value of the last entry whose description matches, in the pmonMatchIndex MIB object. |
pmonMatchIndex | 1.3.6.1.4.1.546.15.4 | integer | read-only |
See description for pmonMatchDescr. |
processGroupMonTable | 1.3.6.1.4.1.546.15.10 | no-access |
The process group monitor table used for monitoring arbitrary groups of processes. |
|
1.3.6.1.4.1.546.15.10.1 | no-access |
A process group monitor entry; one entry per group of processes to monitor. |
||
pgmonIndex | 1.3.6.1.4.1.546.15.10.1.1 | integer | read-only |
A unique value for entry in the processGroupMonTable. The index values in the processGroupMonTable may not necessarily be contiguous, but are unique. |
pgmonDescr | 1.3.6.1.4.1.546.15.10.1.2 | displaystring | read-write |
A textual description of this entry possibly identifying the purpose of this entry and who created it. |
pgmonInterval | 1.3.6.1.4.1.546.15.10.1.3 | integer | read-write |
The interval, in seconds, between successive samples by the agent. It must be a multiple of 30 seconds. For example, if a manager wanted to sample the value of a particular variable every 30 seconds, then setting monInterval to 30 would instruct the agent to sample once very 30 seconds. The sampling period is not exact but represents a best-effort by the agent. |
pgmonProcRegExpr | 1.3.6.1.4.1.546.15.10.1.4 | displaystring | read-write |
The regular expression to use for matching processes by name |
pgmonFlags | 1.3.6.1.4.1.546.15.10.1.5 | integer | read-write |
The flags field dictates the behavior of each processGroupMonEntry. Each bit in the integer represents the toggling of an option. The flags field of 0x00 is enables default behavior. Logical or'ing together of different bits allows one to combine different options. SystemEDGE common-table flags apply to this table. Table-specific flags include are defined below. Hex Function Default (if not enabled) 0x100 Match name and args Match process name only |
pgmonNumProcs | 1.3.6.1.4.1.546.15.10.1.6 | gauge | read-only |
The current number of processes in the process group being tracked by this table entry. A process belongs to the process-group if its name (and possibly args) match the regular expression configured for this entry. |
pgmonPIDList | 1.3.6.1.4.1.546.15.10.1.7 | displaystring | read-only |
A list of the numeric PIDs in this process group separated by space character. |
pgmonStatusList | 1.3.6.1.4.1.546.15.10.1.8 | displaystring | read-only |
A list of the process states in this process group separated by space character. See processStateInt for explanation of the state of a process. Entries in the status list have a one-to-one correspondence with entries in the PID list. |
pgmonAction | 1.3.6.1.4.1.546.15.10.1.9 | displaystring | read-write |
A string specifying the command to be executed upon process group event. |
pgmonNumEvents | 1.3.6.1.4.1.546.15.10.1.10 | counter | read-only |
The number of events for this process group table entry. Events do not necessarily imply traps because Traps may be turned off for this row via flags setting. |
pgmonNumTraps | 1.3.6.1.4.1.546.15.10.1.11 | counter | read-only |
The number Traps sent for this process group table entry. |
pgmonLastTrap | 1.3.6.1.4.1.546.15.10.1.12 | timeticks | read-only |
The time (based on sysUpTime) at which the agent last sent a trap for this entry. If no traps have been sent, the value is 0. |
pgmonRowStatus | 1.3.6.1.4.1.546.15.10.1.13 | integer | read-write |
The status of this entry. This variable is equivalent in semantics to the V2 SMI RowStatus textual-convention (see RFC 1443). A value of active(1) indicates that the agent is currently monitoring and evaluating the current row. A Value of notInService(2) indicates that the agent has suspended evaluation of the row. Setting this object to destroy(2) causes the agent to suspend evaluation of its row and free its resources. For row creation to occur, the manager must supply active(1), createAndGo(4), createAndWait(5), or notInService(2) as the value of this object. If an error occurs at any time during the processing of a particular processGroupMonTable entry, its pgmonRowStatus column will be set to notReady(3). Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6. |
pgmonRSS | 1.3.6.1.4.1.546.15.10.1.14 | gauge | read-only |
The combined resident set size of the group of processes. (See processRSS). RSS for each process in the group is summed each interval and stored in this MIB variable. Because RSS also includes shared-memory, the total RSS for a group could actually exceed total possible physical memory for the underlying system. |
pgmonSize | 1.3.6.1.4.1.546.15.10.1.15 | gauge | read-only |
The cobmined size of text/data/stack segments of the group of processes. (See processSize) Size for each process in the group is summed each interval and stored in this MIB variable. Because Size also includes shared-memory, the total Size for a group could actually exceed total virtual memory for the underlying system. |
pgmonThreadCount | 1.3.6.1.4.1.546.15.10.1.16 | gauge | read-only |
The total number of threads for the group of processes. (See processNumThreads) The number of threads running in each process in the group is summed each interval and stored in this MIB variable. |
pgmonMEM | 1.3.6.1.4.1.546.15.10.1.17 | gauge | read-only |
The total percentage of real memory used by the processes in this group. The percentage of memory used by each process in the group is summed each interval and stored in this MIB variable. Because memory usage includes shared memory (e.g. shared librarys and DLLs), the total percentage may exceed 100. |
pgmonInBlks | 1.3.6.1.4.1.546.15.10.1.18 | counter | read-only |
Number of blocks of data input by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonOutBlks | 1.3.6.1.4.1.546.15.10.1.19 | counter | read-only |
Number of blocks of data output by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonMsgsSent | 1.3.6.1.4.1.546.15.10.1.20 | counter | read-only |
Number of messages sent by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonMsgsRecv | 1.3.6.1.4.1.546.15.10.1.21 | counter | read-only |
Number of messages received by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonSysCalls | 1.3.6.1.4.1.546.15.10.1.22 | counter | read-only |
Number of system calls invoked by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonMinorPgFlts | 1.3.6.1.4.1.546.15.10.1.23 | counter | read-only |
Number of minor page faults incurred by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonMajorPgFlts | 1.3.6.1.4.1.546.15.10.1.24 | counter | read-only |
Number of major page faults incurred by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonNumSwaps | 1.3.6.1.4.1.546.15.10.1.25 | counter | read-only |
Number of times processes in this gropu have been swapped. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonVolCtx | 1.3.6.1.4.1.546.15.10.1.26 | counter | read-only |
Number of voluntary context switches incurred by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonInvolCtx | 1.3.6.1.4.1.546.15.10.1.27 | counter | read-only |
Number of involuntary context switches incurred by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonCPUSecs | 1.3.6.1.4.1.546.15.10.1.28 | counter | read-only |
Number of seconds of CPU time used by processes in this group. SystemEDGE maintains a 'history' of group membership and tracks process stats even after an individual process has left the group. |
pgmonMatchUser | 1.3.6.1.4.1.546.15.10.1.29 | displaystring | read-write |
If set to a valid username, SystemEDGE will match running processes by username in addition to any process name regular expression. Only valid on UNIX. |
pgmonMatchGroup | 1.3.6.1.4.1.546.15.10.1.30 | displaystring | read-write |
If set to a valid groupname, SystemEDGE will match running processes by group name in addition to any process name regular expression and username matching. Only valid on UNIX. |
pgmonUnusedIndex | 1.3.6.1.4.1.546.15.11 | integer | read-only |
An SNMP Get of this MIB object returns an un-used processGroupMonitorTable index number. It can be used for processMonitor table row creation optimization. |
pgmonMatchDescr | 1.3.6.1.4.1.546.15.12 | displaystring | read-write |
This MIB object, when used in conjunction with pgmonMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the process group monitor table and place the index value of the last entry whose description matches, in the pgmonMatchIndex MIB object. |
pgmonMatchIndex | 1.3.6.1.4.1.546.15.13 | integer | read-only |
See description for pgmonMatchDescr. |
applications | 1.3.6.1.4.1.546.16 | |||
msExchange | 1.3.6.1.4.1.546.16.1 | |||
msIIS | 1.3.6.1.4.1.546.16.2 | |||
apacheSrv | 1.3.6.1.4.1.546.16.3 | |||
oracledb | 1.3.6.1.4.1.546.16.4 | |||
sybase | 1.3.6.1.4.1.546.16.5 | |||
svcRsp | 1.3.6.1.4.1.546.16.6 | |||
topProcs | 1.3.6.1.4.1.546.16.7 | |||
sqlServer | 1.3.6.1.4.1.546.16.8 | |||
domino | 1.3.6.1.4.1.546.16.10 | |||
surveyor | 1.3.6.1.4.1.546.16.11 | |||
mosMod | 1.3.6.1.4.1.546.16.12 | |||
ccmmod | 1.3.6.1.4.1.546.16.13 | |||
siebelmod | 1.3.6.1.4.1.546.16.14 | |||
testplugin | 1.3.6.1.4.1.546.16.16 | |||
firewall | 1.3.6.1.4.1.546.16.17 | |||
dirmwp | 1.3.6.1.4.1.546.16.18 | |||
custom | 1.3.6.1.4.1.546.16.100 |