All MIBs › APPLICATION-MIB
Organization: Application MIB Working Group
Last Updated: 1998-11-17
Category: Web and Application Servers
Description: Manages application-level attributes that typically require instrumentation within the managed application, extending the SYSAPPL-MIB with per-element channel and association details.
IPNetwork Monitor uses several OIDs from this MIB in network discovery and polling the applicable devices. Start monitoring APPLICATION-MIB with a free 30-day trial of IPNetwork Monitor.
What Is APPLICATION-MIB?
APPLICATION-MIB is an IETF standards-based MIB that models generic aspects of running applications for management purposes, complementing the System Application MIB (SYSAPPL-MIB) with objects requiring in-application instrumentation. It exposes mapping tables between application server names, service instances, and running application elements -- e.g., which server name corresponds to which service instance and which running element backs a given instance. It is used to monitor the software-level status of distributed application components -- confirming which application instances are actively bound to which named services, essentially a service/process discovery and status mechanism -- rather than hardware health. It explicitly extends SYSAPPL-MIB, from which it inherits the notion of "application elements," and is part of the broader IETF Application Management MIB family. It is typically deployed in enterprise systems-management platforms monitoring distributed, multi-tier application deployments for service discovery and health correlation, making this APPLICATION-MIB reference a standard companion to SYSAPPL-MIB in such platforms.
IPNetwork Monitor allows you to monitor SNMP objects defined in APPLICATION-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- vendor-neutral, standards-based IETF MIB, not tied to a specific manufacturer
- servers running managed distributed applications
Monitoring Examples
An admin could walk applSrvNameToSrvInstTable/applSrvNameToSrvInstEntry to map a known service name to its applSrvInstance identifiers, then cross-reference applSrvInstToRunApplElmtTable to find which running application element backs that instance. If a service name in applSrvNameToSrvInstTable no longer resolves to any entry in applRunApplElmtToSrvInstTable, that indicates the backing application process has stopped or failed to register, a useful signal for detecting an application-level outage.
What Can Be Monitored
- service name to service instance mapping
- service instance to running application element mapping
- application instance registration status
- running application element identity
This MIB depends on
Related MIBs
Imported Objects
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Gauge32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 | |
| mib-2 | |
| zeroDotZero |
From SNMPv2-TC
| DateAndTime | |
| TDomain | |
| TEXTUAL-CONVENTION | |
| TestAndIncr | |
| TimeStamp | |
| TruthValue |
From SYSAPPL-MIB
| LongUtf8String | |
| sysApplElmtRunIndex | OBJECT-TYPE |
How to Use in IPNetwork Monitor
Example using applOpenChannelReadRequests OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| applChannelGroup | 1.3.6.1.2.1.62.1.2 | |||
| INT applElmtOrSvc | 1.3.6.1.2.1.62.1.2.1.1.1 | INTEGER | not-accessible | The applElmtOrSvc attribute serves as an index for tables that can hold information both for individual running application elements as well as for service instances. If the value is service(1), the row contains information gathered at the level of a service. If the value is element(2), the row contains information for an individual running application element. |
| U32 applElmtOrSvcId | 1.3.6.1.2.1.62.1.2.1.1.2 | Unsigned32 | not-accessible | The applElmtOrSvcId attribute is used as an index in conjunction with the applElmtOrSvc attribute. When the value of applElmtOrSvc is service(1), this attribute's value corresponds to that of applSrvIndex, when the value of applElmtOrSvc is element(2), this attribute's value corresponds to sysApplElmtRunIndex. |
| applElmtRunControlEntry | 1.3.6.1.2.1.62.1.4.2.1 | not-accessible | An applElmtRunControlEntry contains information to support the control of a single running application element. | |
| applElmtRunControlGroup | 1.3.6.1.2.1.62.1.4 | |||
| TES applElmtRunControlReconfigure | 1.3.6.1.2.1.62.1.4.2.1.2 | TestAndIncr | read-write | Changing the value of this variable requests that the running application element re-load its configuration (like SIGHUP for many UNIX-based daemons). Note that completion of a SET on this object only implies that configuration reload was initiated, not necessarily that the reload has been completed. |
| T/F applElmtRunControlSuspend | 1.3.6.1.2.1.62.1.4.2.1.1 | TruthValue | read-write | Setting this variable to 'true' requests the suspension of processing by this running application element. Setting this variable to 'false' requests that processing be resumed. The effect, if any, will be reported by the applElmtRunStatusSuspended attribute. |
| applElmtRunControlTable | 1.3.6.1.2.1.62.1.4.2 | not-accessible | This table provides the ability to control application elements, complementing information available in the correspondingly indexed sysApplElmtRunTable [31]. | |
| T/F applElmtRunControlTerminate | 1.3.6.1.2.1.62.1.4.2.1.3 | TruthValue | read-write | Setting the value of applElmtRunControlTerminate to 'true' requests that the running application element terminate processing and exit in an orderly manner. This is a 'polite' shutdown request. When read, this object's value will be 'false' except when orderly termination is in progress. Note that completion of a SET on this object only implies that termination was initiated, not necessarily that the termination has been completed. |
| applElmtRunStatusEntry | 1.3.6.1.2.1.62.1.4.1.1 | not-accessible | An applElmtRunStatusEntry contains information to support the control and monitoring of a single running application element. | |
| U32 applElmtRunStatusHeapUsage | 1.3.6.1.2.1.62.1.4.1.1.2 | Unsigned32 | read-only | The applElmtRunStatusHeapUsage reports the current approximate heap usage by this running application element. |
| STR applElmtRunStatusLastErrorMsg | 1.3.6.1.2.1.62.1.4.1.1.5 | SnmpAdminString | read-only | The applElmtRunStatusLastErrorMessage attribute reports the most recent error message (typically written to stderr or a system error logging facility) from this running application element. If no such message has yet been generated, the value of this attribute shall be a zero-length string. |
| DAT applElmtRunStatusLastErrorTime | 1.3.6.1.2.1.62.1.4.1.1.6 | DateAndTime | read-only | The applElmtRunStatusLastErrorTime attribute reports the time of the most recent error message in applElmtRunStatusLastErrorMsg. If no such message has yet been generated, the value of this attribute shall be '0000000000000000'H |
| U32 applElmtRunStatusOpenConnections | 1.3.6.1.2.1.62.1.4.1.1.3 | Unsigned32 | read-only | The applElmtRunStatusOpenConnections attribute reports the current number of open connections in use by this running application element. |
| G32 applElmtRunStatusOpenFiles | 1.3.6.1.2.1.62.1.4.1.1.4 | Gauge32 | read-only | The applElmtRunStatusOpenFiles attribute reports the current number of open files in use by this running application element. |
| T/F applElmtRunStatusSuspended | 1.3.6.1.2.1.62.1.4.1.1.1 | TruthValue | read-only | The applElmtRunStatusSuspended attribute reports whether processing by this running application element has been suspended, whether by management request or by other means. |
| applElmtRunStatusTable | 1.3.6.1.2.1.62.1.4.1 | not-accessible | This table provides information on running application elements, complementing information available in the correspondingly indexed sysApplElmtRunTable [31]. | |
| applicationFastHistoryGroup | 1.3.6.1.2.1.62.2.1.6 | This group comprises additional 64-bit objects required for recording historical data in high-volume environments, where a 32-bit integer would be insufficient. | ||
| applicationFastMonitorGroup | 1.3.6.1.2.1.62.2.1.2 | This group comprises 64-bit counters mandatory in high-throughput environments, where 32-bit counters could wrap in less than an hour. | ||
| applicationFastTransactGroup | 1.3.6.1.2.1.62.2.1.4 | This group comprises 64-bit transaction counters required in high-throughput environments, where 32-bit counters could wrap in less than an hour. | ||
| applicationFastTransHistoryGroup | 1.3.6.1.2.1.62.2.1.8 | This group contains 64-bit objects required for historical records on high-volume transaction-structured streams, where 32-bit integers would be insufficient. | ||
| applicationHistoryGroup | 1.3.6.1.2.1.62.2.1.5 | This group models basic historical data. | ||
| applicationMib | 1.3.6.1.2.1.62 | This MIB defines objects representing generic aspects of applications that are of interest to management but typically require instrumentation within managed application elements. | ||
| applicationMibCompliance | 1.3.6.1.2.1.62.2.2 | The compliance statement for the application MIB. | ||
| applicationMibConformance | 1.3.6.1.2.1.62.2 | |||
| applicationMibGroups | 1.3.6.1.2.1.62.2.1 | |||
| applicationMibObjects | 1.3.6.1.2.1.62.1 | |||
| applicationMonitorGroup | 1.3.6.1.2.1.62.2.1.1 | This group represents the basic capabilities of this MIB. | ||
| applicationRunGroup | 1.3.6.1.2.1.62.2.1.9 | This group represents extensions to the system application MIB. | ||
| applicationTransactGroup | 1.3.6.1.2.1.62.2.1.3 | This group comprises objects appropriate from monitoring transaction-structured flows. | ||
| applicationTransHistoryGroup | 1.3.6.1.2.1.62.2.1.7 | This group represents historical data for transaction- structured information streams. | ||
| C64 applOpenChannelBytesRead | 1.3.6.1.2.1.62.1.2.1.1.8 | Counter64 | read-only | This attribute reports the number of bytes read from this channel. Only bytes successfully read are included in this count. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C32 applOpenChannelBytesReadLow | 1.3.6.1.2.1.62.1.2.1.1.9 | Counter32 | read-only | This attribute corresponds to the low thirty-two bits of applOpenChannelBytesRead. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C64 applOpenChannelBytesWritten | 1.3.6.1.2.1.62.1.2.1.1.14 | Counter64 | read-only | This attribute reports the number of bytes written to this channel. Only bytes successfully written (without errors reported by the system to the API in use by the application) are included in this count. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C32 applOpenChannelBytesWrittenLow | 1.3.6.1.2.1.62.1.2.1.1.15 | Counter32 | read-only | This attribute corresponds to the low thirty-two bits of applOpenChannelBytesWritten. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| applOpenChannelEntry | 1.3.6.1.2.1.62.1.2.1.1 | not-accessible | An applOpenChannelEntry indicates that a channel has been opened by this running application element or service instance and is still open. Note that if a file has been opened multiple times, even by the same process, it will have multiple channel entries. | |
| U32 applOpenChannelIndex | 1.3.6.1.2.1.62.1.2.1.1.3 | Unsigned32 | not-accessible | This attribute serves to uniquely identify this open connection in the context of the running application element or service instance. Where suitable, the application's native descriptor number should be used. |
| DAT applOpenChannelLastReadTime | 1.3.6.1.2.1.62.1.2.1.1.10 | DateAndTime | read-only | This attribute reports the time of the most recent read request made by this entity, regardless of completion status, for this open channel. If no read requests have been made the value of this attribute shall be '0000000000000000'H |
| DAT applOpenChannelLastWriteTime | 1.3.6.1.2.1.62.1.2.1.1.16 | DateAndTime | read-only | This attribute reports the time of the most recent write request made by this running application element or service instance, regardless of completion status, for this open channel. If no write requests have been made, the value of this attribute shall be '0000000000000000'H |
| TIM applOpenChannelOpenTime | 1.3.6.1.2.1.62.1.2.1.1.4 | TimeStamp | read-only | This attribute records the value of sysUpTime.0 when this channel was opened and this entry was added to this table. This attribute serves as a discontinuity indicator for the counter attributes in this entry and for any corresponding entries in the applOpenConnectionTable, applOpenFileTable, and the applTransactionStreamTable. |
| C32 applOpenChannelReadFailures | 1.3.6.1.2.1.62.1.2.1.1.7 | Counter32 | read-only | This attribute reports the number of failed read requests. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C64 applOpenChannelReadRequestsEx | 1.3.6.1.2.1.62.1.2.1.1.5 | Counter64 | read-only | This attribute reports the number of read requests for this channel. All read requests for this channel by this entity, regardless of completion status, are included in this count. Read requests are counted in terms of system calls, rather than API calls. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C32 applOpenChannelReadRequestsLow | 1.3.6.1.2.1.62.1.2.1.1.6 | Counter32 | read-only | This attribute reports the low thirty-two bits of applOpenChannelReadRequests. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| applOpenChannelTable | 1.3.6.1.2.1.62.1.2.1 | not-accessible | The applOpenChannelTable reports information on open channels for running application elements and for service instances. This table is indexed by applElmtOrSvc, applElmtOrSvcId, and applOpenChannelIndex. This effectively groups all entries for a given running application element or service instance together. ApplChannelIndex uniquely identifies an open channel (and, consequently, a file or connection) within the context of a particular running application element or service instance. Some of the information in this table is available through both sixty-four and thirty-two bit counters. The sixty-four bit counters are not accessible in protocols that do not support this data type. | |
| C32 applOpenChannelWriteFailures | 1.3.6.1.2.1.62.1.2.1.1.13 | Counter32 | read-only | This attribute reports the number of failed write requests. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C64 applOpenChannelWriteRequests | 1.3.6.1.2.1.62.1.2.1.1.11 | Counter64 | read-only | This attribute reports the number of write requests for this channel made by this entity. All write requests for this channel, regardless of completion status, are included in this count. Write requests are counted in terms of system calls, rather than API calls. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| C32 applOpenChannelWriteRequestsLow | 1.3.6.1.2.1.62.1.2.1.1.12 | Counter32 | read-only | This attribute corresponds to the low thirty-two bits of applOpenChannelWriteRequests. Discontinuities in this counter can be detected by monitoring the applOpenChannelOpenTime value for this entry. |
| STR applOpenConnectionApplication | 1.3.6.1.2.1.62.1.2.3.1.6 | SnmpAdminString | read-only | The applOpenConnectionApplication attribute identifies the application layer protocol in use. If not known, the value of this attribute shall be a zero-length string. When possible, protocol names should be those used in the 'ASSIGNED NUMBERS' [13]. For example, an SMTP mail server would use 'SMTP'. |
| applOpenConnectionEntry | 1.3.6.1.2.1.62.1.2.3.1 | not-accessible | An applOpenConnectionEntry indicates that a running application element or service instance has an open connection. The entry has information describing that connection. In the case of a TCP transport, the element applOpenConnectionNearEndAddr and that row's applOpenConnectionFarEndAddr would correspond to a tcpConnEntry. For a UDP transport, a similar relationship exists with respect to a udpEntry. | |
| ADR applOpenConnectionFarEndAddr | 1.3.6.1.2.1.62.1.2.3.1.4 | ApplTAddress | read-only | The applOpenConnectionFarEndAddr attribute reports the transport address and port information for the far end of this connection. If not known, as in the case of a connectionless transport, the value of this attribute shall be a zero-length string. |
| STR applOpenConnectionFarEndpoint | 1.3.6.1.2.1.62.1.2.3.1.5 | SnmpAdminString | read-only | The applOpenConnectionFarEndpoint attribute reports the fully-qualified domain name and port information for the far end of this connection. The format of this attribute for TCP and UDP-based protocols is the fully-qualified domain name immediately followed by a colon which is immediately followed by the decimal representation of the port number. If not known, as in the case of a connectionless transport, the value of this attribute shall be a zero-length string. |
| ADR applOpenConnectionNearEndAddr | 1.3.6.1.2.1.62.1.2.3.1.2 | ApplTAddress | read-only | The applOpenConnectionNearEndAddr attribute reports the transport address and port information for the near end of this connection. If the value is not known, the value has a length of zero. |
| STR applOpenConnectionNearEndpoint | 1.3.6.1.2.1.62.1.2.3.1.3 | SnmpAdminString | read-only | The applOpenConnectionNearEndpoint attribute reports the fully-qualified domain name and port information for the near end of this connection. The format of this attribute for TCP and UDP-based protocols is the fully-qualified domain name immediately followed by a colon which is immediately followed by the decimal representation of the port number. If the value is not known, the value has a length of zero. |
| applOpenConnectionTable | 1.3.6.1.2.1.62.1.2.3 | not-accessible | The applOpenConnectionTable provides information about open and listening connections from the perspective of a running application element or service instance. Entries in this table are indexed by applElmtOrSvc, applElmtOrSvcID, and by applOpenChannelIndex, which serves to uniquely identify each connection in the context of a service instance or running application element. For each row in this table, a corresponding row will exist in the applOpenChannel table. For rows in the applOpenChannelTable which do not represent open or listening connections, no corresponding rows will exist in this table. | |
| TDO applOpenConnectionTransport | 1.3.6.1.2.1.62.1.2.3.1.1 | TDomain | read-only | The applOpenConnectionTransport attribute identifies the transport protocol in use for this connection. If it is not practical to determine the underlying transport, this attribute's value shall have a value of {0 0}. |
| applOpenFileEntry | 1.3.6.1.2.1.62.1.2.2.1 | not-accessible | An applOpenFileEntry indicates that a file has been opened by this running application element and is still open. Note that if a file has been opened multiple times, even by the same process, it will have multiple entries. | |
| INT applOpenFileMode | 1.3.6.1.2.1.62.1.2.2.1.4 | INTEGER | read-only | This attribute reports the current mode of this file from the perspective of this running application element. These values have the following meanings: read(1) - file opened for reading only write(2) - file opened for writing only readWrite(3) - file opened for read and write. These values correspond to the POSIX/ANSI C library function fopen() 'type' parameter, using the following mappings: r -> read(1) w -> write(2) a -> write(2) + -> readWrite(3) |
| STR applOpenFileName | 1.3.6.1.2.1.62.1.2.2.1.1 | LongUtf8String | read-only | This attribute reports the name of this open file. Wherever practical, a fully qualified path name should be reported. The values 'stdin', 'stdout', and 'stderr' are reserved in accordance with common usage when the fully qualified path name cannot be determined. |
| U32 applOpenFileSizeHigh | 1.3.6.1.2.1.62.1.2.2.1.2 | Unsigned32 | read-only | This file's current size in 2^32 byte blocks. For example, for a file with a total size of 4,294,967,296 bytes, this attribute would have a value of 1; for a file with a total size of 4,294,967,295 bytes this attribute's value would be 0. |
| U32 applOpenFileSizeLow | 1.3.6.1.2.1.62.1.2.2.1.3 | Unsigned32 | read-only | This file's current size modulo 2^32 bytes. For example, for a file with a total size of 4,294,967,296 bytes this attribute would have a value of 0; for a file with a total size of 4,294,967,295 bytes this attribute's value would be 4,294,967,295. |
| applOpenFileTable | 1.3.6.1.2.1.62.1.2.2 | not-accessible | The applOpenFileTable reports information on open files for service instances or application elements. This table is indexed by applElmtOrSvc and applElmtOrSvcId, effectively grouping all entries for a given running service instance or application element together, and by applOpenChannelIndex, uniquely identifying an open channel (and, consequently, a file) within the context of a particular service instance or application element. Elements in this table correspond to elements in the applOpenChannelTable that represent files. For rows in the applOpenChannelTable that do not represent files, corresponding rows in this table will not exist. | |
| UNS applPastChannelBytesRead | 1.3.6.1.2.1.62.1.3.2.1.7 | Unsigned64TC | read-only | This attribute reports the number of bytes read from this channel by this running application element or service instance. Only bytes successfully read are included in this count. |
| U32 applPastChannelBytesReadLow | 1.3.6.1.2.1.62.1.3.2.1.8 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastChannelBytesRead. |
| U32 applPastChannelBytesWritLow | 1.3.6.1.2.1.62.1.3.2.1.14 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastChannelBytesWritten. |
| UNS applPastChannelBytesWritten | 1.3.6.1.2.1.62.1.3.2.1.13 | Unsigned64TC | read-only | This attribute reports the number of bytes written to this former channel by this running application element or service instance. Only bytes successfully written (no errors reported by the API in use by the application) are included in this count. |
| DAT applPastChannelCloseTime | 1.3.6.1.2.1.62.1.3.2.1.3 | DateAndTime | read-only | This attribute records the time when this channel was closed. |
| INT applPastChannelControlCollect | 1.3.6.1.2.1.62.1.3.1.1.1 | INTEGER | read-write | When the value of applPastChannelControlCollect is 'enabled', each time the corresponding running application element or service instance closes an open channel a new entry will be added to the applPastChannelTable. When the value of applPastChannelControlCollect is 'frozen', no new entries are added to the applPastChannelTable for this running application element or service instance, and old entries are not aged out. When the value of applPastChannelControlCollect is 'disabled', all entries are removed from applPastChannelTable for this running application or service instance, and no new entries are added. |
| applPastChannelControlEntry | 1.3.6.1.2.1.62.1.3.1.1 | not-accessible | An applPastChannelControlEntry provides the ability to control the retention of channel history information by service instances and running application elements. | |
| U32 applPastChannelControlMaxRows | 1.3.6.1.2.1.62.1.3.1.1.2 | Unsigned32 | read-write | The maximum number of entries allowed in the applPastChannelTable for this running application element or service instance. Once the number of rows for this running application element or service instance in the applPastChannelTable reaches this value, when new entries are to be added the management subsystem will make room for them by removing the oldest entries. Entries will be removed on the basis of oldest applPastChannelCloseTime value first. |
| C32 applPastChannelControlRemItems | 1.3.6.1.2.1.62.1.3.1.1.4 | Counter32 | read-only | The applPastChannelControlRemItems attribute reports the number of applPastChannelControlTable entries for this running application element or service instance that were deleted in order to make room for new history entries. This count does NOT include entries deleted for the following reasons: - the corresponding applPastChannelControlCollect attribute has been set to 'disabled' - the entry has been in the table longer that the time limit indicated by the corresponding applPastChannelControlTimeLimit. |
| applPastChannelControlTable | 1.3.6.1.2.1.62.1.3.1 | not-accessible | The applPastChannelControlTable controls the accumulation of history information about channels from the perspective of service instances and running application elements. Entries in this table are indexed by applElmtOrSvc and applElmtOrSvcId, giving control of channel history accumulation at the level of each service instance and running application element. | |
| U32 applPastChannelControlTimeLimit | 1.3.6.1.2.1.62.1.3.1.1.3 | Unsigned32 | read-write | The maximum time in seconds which an entry for this running application element or service instance may exist in the applPastChannelTable before it is removed. Any entry that is older than this value will be removed (aged out) from the table, unless the applPastChannelControlCollect is set to 'frozen'. Note that an entry may be aged out prior to reaching this time limit if it is the oldest entry in the table and must be removed to make space for a new entry so as to not exceed applPastChannelControlMaxRows, or if the applPastChannelControlCollect is set to 'disabled'. |
| applPastChannelEntry | 1.3.6.1.2.1.62.1.3.2.1 | not-accessible | An applPastChannelEntry indicates that a running application element or service instance once had an open channel, which is now closed. The entry has information describing that channel. | |
| applPastChannelGroup | 1.3.6.1.2.1.62.1.3 | |||
| U32 applPastChannelIndex | 1.3.6.1.2.1.62.1.3.2.1.1 | Unsigned32 | not-accessible | This attribute serves to uniquely identify this closed channel in the context of the running application element or service instance. This attribute has no other semantics. Note that the value of applPastChannelIndex is independent of the value applOpenChannelIndex had when this channel was active. In issuing this index value, the implementation must avoid re-issuing an index value which has already been assigned to an entry which has not yet been deleted due to age or space considerations. The value zero is excluded from the set of permitted values for this index in order to permit other tables to possibly represent information that cannot be associated with a specific entry in this table. |
| DAT applPastChannelLastReadTime | 1.3.6.1.2.1.62.1.3.2.1.9 | DateAndTime | read-only | This attribute reports the time of the most recent read request made by this running application element or service instance regardless of completion status, for this former channel. If no read requests have been made , the value of this attribute shall be '0000000000000000'H |
| DAT applPastChannelLastWriteTime | 1.3.6.1.2.1.62.1.3.2.1.15 | DateAndTime | read-only | The applPastChannelLastWriteTime attribute reports the time of the most recent write request made by this running application element or service instance, regardless of completion status, for this former channel. If no write requests have been made the value of this attribute shall be '0000000000000000'H |
| DAT applPastChannelOpenTime | 1.3.6.1.2.1.62.1.3.2.1.2 | DateAndTime | read-only | This attribute records the time when this channel was originally opened. Note that this information is quite different from applOpenChannelOpenTime, which is used for the detection of counter discontinuities. |
| U32 applPastChannelReadFailures | 1.3.6.1.2.1.62.1.3.2.1.6 | Unsigned32 | read-only | This attribute reports the number of failed read requests. |
| U32 applPastChannelReadReqsLow | 1.3.6.1.2.1.62.1.3.2.1.5 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastChannelReadRequests. |
| UNS applPastChannelReadRequests | 1.3.6.1.2.1.62.1.3.2.1.4 | Unsigned64TC | read-only | This attribute records the number of read requests for this channel made by this running application element or service instance. All read requests for this channel by this running application element or service instance, regardless of completion status, are included in this count. Read requests are counted in terms of system calls, rather than API calls. |
| applPastChannelTable | 1.3.6.1.2.1.62.1.3.2 | not-accessible | The applPastChannelTable provides history information about channels from the perspective of running application elements and service instances. Entries in this table are indexed by applElmtOrSvc, applElmtOrSvcId, and by applPastChannelIndex, which serves to uniquely identify each former channel in the context of a running application element or service instance. Note that the value of applPastChannelIndex is independent of the value applOpenChannelIndex had when this channel was open. Entries for closed channels for a given running application element or service instance can be added to this table only if its entry in the applPastChannelControlTable has the value 'enabled' for the attribute applPastChannelControlCollect. Entries for closed channels are removed under the following circumstances: - the running application element or service instance no longer exists - the corresponding applPastChannelControlCollect attribute has been set to 'disabled' - the entry has been in the table longer that the time limit indicated by the corresponding applPastChannelControlTimeLimit and the value of applPastChannelControlCollect is not 'frozen' - this is the oldest entry for the running application element or service instance in question and the addition of a new element would otherwise cause applPastChannelControlMaxRows to be exceeded for this running application element or service instance. - a value of applPastChannelIndex has been re-used. Note that under normal circumstances, this is unlikely. Removal/replacement of an entry under the last two conditions causes the corresponding applPastChannelControlRemItems to be incremented. | |
| U32 applPastChannelWriteFailures | 1.3.6.1.2.1.62.1.3.2.1.12 | Unsigned32 | read-only | This attribute reports the number of failed write requests. |
| U32 applPastChannelWriteReqsLow | 1.3.6.1.2.1.62.1.3.2.1.11 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastChannelWriteRequests. |
| UNS applPastChannelWriteRequests | 1.3.6.1.2.1.62.1.3.2.1.10 | Unsigned64TC | read-only | The applPastChannelWriteRequests attribute reports the number of write requests, regardless of completion status, made by this running application element or service instance for this former channel. Write requests are counted in terms of system calls, rather than API calls. |
| STR applPastConApplication | 1.3.6.1.2.1.62.1.3.4.1.6 | SnmpAdminString | read-only | The applPastConApplication attribute identifies the application layer protocol that was in use. Where possible, the values defined in [13] shall be used. If not known, the value of this attribute shall be a zero-length string. |
| applPastConEntry | 1.3.6.1.2.1.62.1.3.4.1 | not-accessible | An applPastConEntry provides additional, connection-specific information to complement the corresponding applPastChannelEntry for a channel which was a connection. | |
| ADR applPastConFarEndAddr | 1.3.6.1.2.1.62.1.3.4.1.4 | ApplTAddress | read-only | The applPastConFarEnd attribute reports the transport address and port information for the far end of this former connection. If not known, as in the case of a connectionless transport, the value of this attribute shall be a zero-length string. |
| STR applPastConFarEndpoint | 1.3.6.1.2.1.62.1.3.4.1.5 | SnmpAdminString | read-only | The applPastConFarEndpoint attribute reports the transport address and port information for the far end of this former connection. The format of this attribute for TCP and UDP-based protocols is the fully-qualified domain name immediately followed by a colon which is immediately followed by the decimal representation of the port number. If not known, as in the case of a connectionless transport, the value of this attribute shall be a zero-length string. |
| ADR applPastConNearEndAddr | 1.3.6.1.2.1.62.1.3.4.1.2 | ApplTAddress | read-only | The applPastConNearEndAddr attribute reports the transport address and port information for the near end of this former connection. If the information could not be determined, the value shall be a zero-length string. |
| STR applPastConNearEndpoint | 1.3.6.1.2.1.62.1.3.4.1.3 | SnmpAdminString | read-only | The applPastConNearEndpoint attribute reports the fully-qualified domain name and port information for the near end of this former connection. The format of this attribute for TCP and UDP-based protocols is the fully-qualified domain name immediately followed by a colon which is immediately followed by the decimal representation of the port number. If the information could not be determined, the value shall be a zero-length string. |
| applPastConTable | 1.3.6.1.2.1.62.1.3.4 | not-accessible | The applPastConTable supplements the applPastChannelTable for entries corresponding to channels which were connections. The indexing structure is identical to applPastChannelTable. An entry exists in the applPastConTable only if there is a corresponding (same index values) entry in the applPastChannelTable and if the channel was a connection. Entries for closed connections are removed when the corresponding entries are removed from the applPastChannelTable. | |
| TDO applPastConTransport | 1.3.6.1.2.1.62.1.3.4.1.1 | TDomain | read-only | The applPastConTransport attribute identifies the transport protocol that was in use for this former connection. If the transport protocol could not be determined, the value { 0 0 } shall be used. |
| applPastFileEntry | 1.3.6.1.2.1.62.1.3.3.1 | not-accessible | An applPastFileEntry provides additional, file-specific information to complement the corresponding applPastChannelEntry for a channel which was a file. | |
| INT applPastFileMode | 1.3.6.1.2.1.62.1.3.3.1.4 | INTEGER | read-only | This attribute records the value of applOpenFileMode at the time this channel was closed. |
| STR applPastFileName | 1.3.6.1.2.1.62.1.3.3.1.1 | LongUtf8String | read-only | This attribute records the last known value of applOpenFileName before the channel was closed. |
| U32 applPastFileSizeHigh | 1.3.6.1.2.1.62.1.3.3.1.2 | Unsigned32 | read-only | This attribute records the value of applOpenFileSizeHigh at the time this channel was closed. For example, for a file with a total size of 4,294,967,296 bytes, this attribute would have a value of 1; for a file with a total size of 4,294,967,295 bytes this attribute's value would be 0. |
| U32 applPastFileSizeLow | 1.3.6.1.2.1.62.1.3.3.1.3 | Unsigned32 | read-only | This attribute records the value of applOpenFileSizeLow at the time this channel was closed. For example, for a file with a total size of 4,294,967,296 bytes this attribute would have a value of 0; for a file with a total size of 4,294,967,295 bytes this attribute's value would be 4,294,967,295. |
| applPastFileTable | 1.3.6.1.2.1.62.1.3.3 | not-accessible | The applPastFileTable supplements the applPastChannelTable for entries corresponding to channels which were files. The indexing structure is identical to applPastChannelTable. An entry exists in the applPastFileTable only if there is a corresponding (same index values) entry in the applPastChannelTable and if the channel was a file. Entries for closed files are removed when the corresponding entries are removed from the applPastChannelTable. | |
| UNS applPastTransFlowBytes | 1.3.6.1.2.1.62.1.3.6.1.5 | Unsigned64TC | read-only | The applPastTransFlowBytes attribute reports the number of request/response (as indicated by the applPastTransFlowReqRsp index) bytes received/generated (as indicated by the applPastTransFlowDirection index) handled on this transaction stream. All application layer bytes are included in this count, including any application layer wrappers, headers, or other overhead. |
| U32 applPastTransFlowBytesLow | 1.3.6.1.2.1.62.1.3.6.1.6 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastTransFlowBytes. |
| INT applPastTransFlowDirection | 1.3.6.1.2.1.62.1.3.6.1.1 | INTEGER | not-accessible | The applPastTransFlowDirection index serves to identify an entry as containing information pertaining to the transmit (1) or receive (2) flow of a past transaction stream. This index corresponds to applTransactFlowDirection. |
| applPastTransFlowEntry | 1.3.6.1.2.1.62.1.3.6.1 | not-accessible | An applPastTransFlowEntry records transaction throughput information for requests or response in a particular direction (transmit / receive) for a transaction stream. Entries in this table correspond to those in the applPastTransStreamTable with identical values for the applElmtOrSvc, applElmtOrSvcId, and the applPastChannelIndex. | |
| INT applPastTransFlowReqRsp | 1.3.6.1.2.1.62.1.3.6.1.2 | INTEGER | not-accessible | The value of the applPastTransFlowReqRsp index indicates whether this entry contains information on requests (1), or responses (2). This index corresponds to applTransactFlowReqRsp. |
| applPastTransFlowTable | 1.3.6.1.2.1.62.1.3.6 | not-accessible | The applPastTransFlowTable contains entries, organized by application instance or running application element, direction of flow, and type (request/response) for each former transaction stream. The simple model of a transaction used here looks like this: invoker | Request | performer | - - - - - - > | | | | Response | | < - - - - - - | | | Since in some protocols it is possible for an entity to take on both the invoker and performer roles, information here is accumulated for transmitted and received requests, as well as for transmitted and received responses. Counts are maintained for both transactions and bytes transferred. | |
| DAT applPastTransFlowTime | 1.3.6.1.2.1.62.1.3.6.1.7 | DateAndTime | read-only | The applPastTransFlowTime attribute records the time of the processing (receipt or transmission as indicated by the applPastTransFlowDirection index) of the last request/response (as indicated by the applPastTransFlowReqRsp index) on this transaction stream. If no requests/responses been received/transmitted by this entity over this transaction stream, the value of this attribute shall be '0000000000000000'H |
| UNS applPastTransFlowTrans | 1.3.6.1.2.1.62.1.3.6.1.3 | Unsigned64TC | read-only | The applPastTransFlowTrans attribute reports the number of request/response (as indicated by the applPastTransFlowReqRsp index) transactions received/generated (as indicated by the applPastTransFlowDirection index) handled on this transaction stream. |
| U32 applPastTransFlowTransLow | 1.3.6.1.2.1.62.1.3.6.1.4 | Unsigned32 | read-only | This attribute corresponds to the low thirty-two bits of applPastTransFlowTrans. |
| STR applPastTransKind | 1.3.6.1.2.1.62.1.3.7.1.1 | SnmpAdminString | not-accessible | The applPastTransKind index is the human-readable identifier for a particular transaction kind within the context of an application protocol. The values to be used for a particular protocol may be identified in an applicability statement. This index corresponds to applTransactKind. |
| UNS applPastTransKindBytes | 1.3.6.1.2.1.62.1.3.7.1.4 | Unsigned64TC | read-only | For this transaction stream and transaction kind, the applPastTransKindBytes attribute reports the number of bytes received or generated (as indicated by the applPastTransFlowDirection index) in requests or responses (as indicated by the applPastTransFlowReqRsp index). All application layer bytes are included in this count, including any application layer wrappers, headers, or other overhead. |
| U32 applPastTransKindBytesLow | 1.3.6.1.2.1.62.1.3.7.1.5 | Unsigned32 | read-only | The applPastTransKindBytesLow attribute corresponds to the low thirty-two bits of applPastTransKindBytes. |
| applPastTransKindEntry | 1.3.6.1.2.1.62.1.3.7.1 | not-accessible | An applPastTransKindEntry reports historical data for a specific service instance or running application element's use of a specific transaction stream in a particular direction in requests or responses (as indicated by the applPastTransFlowReqRsp index) broken down by transaction kind, as indicated by the applPastTransKind index. | |
| applPastTransKindTable | 1.3.6.1.2.1.62.1.3.7 | not-accessible | The applPastTransKindTable provides transaction statistics broken down by kinds of transaction. The definition of the kinds of transactions is specific to the application protocol in use, and may be documented in the form of an applicability statement. | |
| DAT applPastTransKindTime | 1.3.6.1.2.1.62.1.3.7.1.6 | DateAndTime | read-only | The applPastTransKindTime attribute records the time of the processing (receipt or transmission as indicated by the applPastTransFlowDirection index) of the last request/response (as indicated by the applPastTransFlowReqRsp index) of this kind of transaction on this transaction stream. If no requests/responses of this kind were received/transmitted over this transaction stream, the value of this attribute shall be '0000000000000000'H |
| UNS applPastTransKindTrans | 1.3.6.1.2.1.62.1.3.7.1.2 | Unsigned64TC | read-only | For this transaction stream, this attribute records the total number of transactions of the type identified by the indexes. The type is characterized according to the receive/transmit direction (applPastTransFlowDirecton), whether it was a request or a response (applPastTransFlowReqRsp), and the protocol-specific transaction kind (applPastTransKind). stream for this transaction kind. |
| U32 applPastTransKindTransLow | 1.3.6.1.2.1.62.1.3.7.1.3 | Unsigned32 | read-only | The applPastTransKindTransLow attribute reports the low thirty-two bits of applPastTransKindTrans. |
| STR applPastTransStreamDescr | 1.3.6.1.2.1.62.1.3.5.1.1 | SnmpAdminString | read-only | The applPastTransStreamDescr attribute provides a human-readable description of this transaction stream. If no descriptive information is available, this attribute's value shall be a zero-length string. |
| applPastTransStreamEntry | 1.3.6.1.2.1.62.1.3.5.1 | not-accessible | An applPastTransStreamEntry contains information for a single former transaction stream. A transaction stream could have been a network connection, file, or other source of transactions. | |
| U32 applPastTransStreamInvCumTimes | 1.3.6.1.2.1.62.1.3.5.1.5 | Unsigned32 | read-only | The applPastTransStreamInvCumTimes attribute reports the cumulative sum of the lengths of the intervals times measured between the transmission of requests and the receipt of (the first of) the corresponding response(s). |
| UNS applPastTransStreamInvokes | 1.3.6.1.2.1.62.1.3.5.1.3 | Unsigned64TC | read-only | Cumulative count of requests / invocations issued for this transaction stream when it was active. |
| U32 applPastTransStreamInvokesLow | 1.3.6.1.2.1.62.1.3.5.1.4 | Unsigned32 | read-only | This object corresponds to the low thirty-two bits of applPastTransStreamInvokes. |
| U32 applPastTransStreamInvRspTimes | 1.3.6.1.2.1.62.1.3.5.1.6 | Unsigned32 | read-only | The applPastTransStreamInvRspTimes attribute reports the cumulative sum of the lengths of the intervals measured between the receipt of the first and last of multiple responses to a request. For transaction streams which do not permit multiple responses to a single request, this attribute will be zero. |
| UNS applPastTransStreamPerforms | 1.3.6.1.2.1.62.1.3.5.1.7 | Unsigned64TC | read-only | Total number of transactions performed. |
| U32 applPastTransStreamPerformsLow | 1.3.6.1.2.1.62.1.3.5.1.8 | Unsigned32 | read-only | This objecy reports the low thirty-two bits of applPastTransStreamPerforms. |
| U32 applPastTransStreamPrfCumTimes | 1.3.6.1.2.1.62.1.3.5.1.9 | Unsigned32 | read-only | The applPastTransStreamPrfCumTimes attribute reports the cumulative sum of the lengths of the intervals measured between receipt of requests and the transmission of the corresponding responses. |
| U32 applPastTransStreamPrfRspTimes | 1.3.6.1.2.1.62.1.3.5.1.10 | Unsigned32 | read-only | For each transaction performed, the elapsed time between when the first response is enqueued and when the last response is enqueued is added to this cumulative sum. For single-response protocols, the value of applPastTransStreamPrfRspTimes will be zero. |
| applPastTransStreamTable | 1.3.6.1.2.1.62.1.3.5 | not-accessible | The applPastTransStreamTable contains common information for historical transaction statistics. | |
| STR applPastTransStreamUnitOfWork | 1.3.6.1.2.1.62.1.3.5.1.2 | SnmpAdminString | read-only | The applPastTransStreamUnitOfWork attribute provides a human-readable definition of what the unit of work is for this transaction stream. If no descriptive information is available, this attribute's value shall be a zero-length string. |
| applRunApplElmtToSrvInstEntry | 1.3.6.1.2.1.62.1.1.4.1 | not-accessible | An applRunApplElmtToSrvInstEntry serves to identify an instance of a service being provided by a given running application element. Note that a particular running application element may provide multiple services. | |
| applRunApplElmtToSrvInstTable | 1.3.6.1.2.1.62.1.1.4 | not-accessible | The running application element to service instance table uses the running application element index as its primary key and the service instance identifier as its secondary key. It identifies the set of services provided by a given running application element. | |
| applServiceGroup | 1.3.6.1.2.1.62.1.1 | |||
| U32 applSrvIndex | 1.3.6.1.2.1.62.1.1.3.1.1 | Unsigned32 | read-only | An applSrvIndex is the system-unique identifier of an instance of a service. The value is unique not only across all instances of a given service, but also across all services in a system. Re-use of values for this index should be avoided. No two service instances in a given system shall concurrently have the same value for this index. The value zero is excluded from the set of permitted values for this index. This allows other tables to potentially represent things which cannot be associated with a specific service instance. |
| U32 applSrvInstance | 1.3.6.1.2.1.62.1.1.4.1.1 | Unsigned32 | read-only | An applSrvInstance is the system-unique identifier of an instance of a service. The value is unique not only across all instances of a given service, but also across all services. Re-use of values for this index should be avoided. No two service instances in a given system shall concurrently have the same value for this index. The value zero is excluded from the set of permitted values for this index. This allows other tables to potentially represent things which cannot be associated with a specific service instance. This attribute is semantically identical to applSrvIndex. |
| STR applSrvInstQual | 1.3.6.1.2.1.62.1.1.1.1.1 | SnmpAdminString | read-only | The value of applSrcInstQual provides additional information about this particular instance of this service. Although not used for indexing purposes, the value of this attribute should be sufficiently unique to be helpful to an administrator in distinguishing among service instances. |
| applSrvInstToRunApplElmtEntry | 1.3.6.1.2.1.62.1.1.3.1 | not-accessible | An applSrvInstToRunApplElmtEntry identifies a running application element providing an instance of a service. Note that there may be multiple running application elements involved in the provision of an instance of a service. | |
| applSrvInstToRunApplElmtTable | 1.3.6.1.2.1.62.1.1.3 | not-accessible | The service instance to running application element table uses the service instance identifier as its primary key, and the running application element index as its secondary key. This facilitates the identification of the set of running application elements providing a given instance of a service. | |
| applSrvInstToSrvNameEntry | 1.3.6.1.2.1.62.1.1.2.1 | not-accessible | An applSrvInstToSrvNameEntry maps a service instance identifier back to a service name. | |
| applSrvInstToSrvNameTable | 1.3.6.1.2.1.62.1.1.2 | not-accessible | The service instance to service name table uses service instance identifier as its primary key, and service name as its secondary key. Given a service instance identifier, it facilitates the lookup of the name of the service being provided. | |
| STR applSrvName | 1.3.6.1.2.1.62.1.1.2.1.1 | SnmpAdminString | read-only | The human-readable name of a service. Where appropriate, as in the case where a service can be identified in terms of a single protocol, the strings should be established names such as those assigned by IANA and found in STD 2 [13], or defined by some other authority. In some cases private conventions apply and the string should in these cases be consistent with these non-standard conventions. An applicability statement may specify the service name(s) to be used. |
| applSrvNameToSrvInstEntry | 1.3.6.1.2.1.62.1.1.1.1 | not-accessible | An applSrvNameToSrvInstEntry identifies an instance of a given service. The allocation and reservation of unique values for applSrvIndex is an administrative issue. An applSrvNameToSrvInstEntry exists for the lifetime of that instance of that service; the index values may not change during that lifetime. | |
| applSrvNameToSrvInstTable | 1.3.6.1.2.1.62.1.1.1 | not-accessible | The service name to service instance table uses service name as its primary key, and service instance identifier as its secondary key. It facilitates the identification and lookup of the instances of a given service in a system. | |
| C64 applTransactFlowBytes | 1.3.6.1.2.1.62.1.2.5.1.5 | Counter64 | read-only | The applTransactFlowBytes attribute reports the number of request/response (as indicated by the applTransactFlowReqRsp index) bytes received/generated (as indicated by the applTransactFlowDirection index) handled by this application element or service instance on this transaction stream. All application layer bytes are included in this count, including any application layer wrappers, headers, or other overhead. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactFlowBytesLow | 1.3.6.1.2.1.62.1.2.5.1.6 | Counter32 | read-only | This attribute corresponds to the low thirty-two bits of applTransactFlowBytes. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| INT applTransactFlowDirection | 1.3.6.1.2.1.62.1.2.5.1.1 | INTEGER | not-accessible | The applTransactFlowDirection index serves to identify an entry as containing information pertaining to the transmit (1) or receive (2) flow of a transaction stream. |
| applTransactFlowEntry | 1.3.6.1.2.1.62.1.2.5.1 | not-accessible | An applTransactFlowEntry reports transaction throughput information for requests or response in a particular direction (transmit / receive) for a transaction stream. Entries in this table correspond to those in the applTransactionStreamTable with identical values for the applElmtOrSvc, applElmtOrSvcId, and applOpenChannelIndex. For all counter objects in one of these entries, the corresponding (same value for applElmtOrSvc, applElmtOrSvcId, and applOpenChannelIndex) applOpenChannelOpenTime object serves as a discontinuity indicator. | |
| INT applTransactFlowReqRsp | 1.3.6.1.2.1.62.1.2.5.1.2 | INTEGER | not-accessible | The value of the applTransactFlowReqRsp index indicates whether this entry contains information on requests (1), or responses (2). |
| applTransactFlowTable | 1.3.6.1.2.1.62.1.2.5 | not-accessible | The applTransactFlowTable contains entries, organized by application instance or running application element, direction of flow, and type (request/response) for each open transaction stream. The simple model of a transaction used here looks like this: invoker | Request | performer | - - - - - - > | | | | Response | | < - - - - - - | | | Since in some protocols it is possible for an entity to take on both the invoker and performer roles, information here is accumulated for transmitted and received requests, as well as for transmitted and received responses. Counts are maintained for both transactions and bytes transferred. | |
| DAT applTransactFlowTime | 1.3.6.1.2.1.62.1.2.5.1.7 | DateAndTime | read-only | The applTransactFlowTime attribute records the time of the processing (receipt or transmission as indicated by the applTransactFlowDirection index) by this running application element or service instance of the most recent request/response (as indicated by the applTransactFlowReqRsp index) on this transaction stream. If no requests/responses been received/transmitted by this entity over this transaction stream, the value of this attribute shall be '0000000000000000'H |
| C64 applTransactFlowTrans | 1.3.6.1.2.1.62.1.2.5.1.3 | Counter64 | read-only | The applTransactFlowTrans attribute reports the number of request/response transactions (as indicated by the applTransactFlowReqRsp index) received/generated (as indicated by the applTransactFlowDirection index) that this service instance or running application element has processed for this transaction stream. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactFlowTransLow | 1.3.6.1.2.1.62.1.2.5.1.4 | Counter32 | read-only | This attribute corresponds to the low thirty-two bits of applTransactFlowTrans. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| applTransactionStreamEntry | 1.3.6.1.2.1.62.1.2.4.1 | not-accessible | An applTransactionStreamEntry contains information for a single transaction stream. A transaction stream can be a network connection, file, or other source of transactions. | |
| applTransactionStreamTable | 1.3.6.1.2.1.62.1.2.4 | not-accessible | The applTransactionStreamTable contains common information for transaction statistic accumulation. | |
| STR applTransactKind | 1.3.6.1.2.1.62.1.2.6.1.1 | SnmpAdminString | not-accessible | The applTransactKind index is the human-readable identifier for a particular transaction kind within the context of an application protocol. The values to be used for a particular protocol may be identified in an applicability statement. |
| C64 applTransactKindBytes | 1.3.6.1.2.1.62.1.2.6.1.4 | Counter64 | read-only | The applTransactKindBytes attribute reports the number of request/response (as indicated by the applTransactFlowReqRsp index) bytes received/generated (as indicated by the applTransactFlowDirection index) handled by this application element on this transaction stream for this transaction kind. All application layer bytes are included in this count, including any application layer wrappers, headers, or other overhead. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactKindBytesLow | 1.3.6.1.2.1.62.1.2.6.1.5 | Counter32 | read-only | The applTransactKindBytesLow attribute corresponds to the low thirty-two bits of applTransactKindBytes. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| applTransactKindEntry | 1.3.6.1.2.1.62.1.2.6.1 | not-accessible | An applTransactKindEntry reports information for a specific service instance or running application element's use of a specific transaction stream in a particular direction in requests or responses (as indicated by the applTransactFlowReqRsp index) broken down by transaction kind, as indicated by the applTransactKind index. Discontinuities in any of the counters in an entry can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. | |
| applTransactKindTable | 1.3.6.1.2.1.62.1.2.6 | not-accessible | The applTransactKindTable provides transaction statistics broken down by kinds of transaction. The definition of the kinds of transactions is specific to the application protocol in use, and may be documented in the form of an applicability statement. | |
| DAT applTransactKindTime | 1.3.6.1.2.1.62.1.2.6.1.6 | DateAndTime | read-only | The applTransactKindTime attribute records the time of the processing (receipt or transmission as indicated by the applTransactFlowDirection index) by this running application element or service instance of the most recent request/response (as indicated by the applTransactFlowReqRsp index) of this kind of transaction on this transaction stream. If no requests/responses of this kind been received/transmitted by this running application element or service instance over this transaction stream, the value of this attribute shall be '0000000000000000'H |
| C64 applTransactKindTrans | 1.3.6.1.2.1.62.1.2.6.1.2 | Counter64 | read-only | The applTransactKindTrans attribute reports the number of request/response (as indicated by the applTransactFlowReqRsp index) transactions received/generated (as indicated by the applTransactFlowDirection index) handled by this application instance or application element on this transaction stream for this transaction kind. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactKindTransLow | 1.3.6.1.2.1.62.1.2.6.1.3 | Counter32 | read-only | The applTransactKindTransLow attribute reports the low thirty-two bits of applTransactKindTrans. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| STR applTransactStreamDescr | 1.3.6.1.2.1.62.1.2.4.1.1 | SnmpAdminString | read-only | The applTransactStreamDescr attribute provides a human-readable description of this transaction stream. If no descriptive information is available, this attribute's value shall be a zero-length string. |
| C32 applTransactStreamInvCumTimes | 1.3.6.1.2.1.62.1.2.4.1.5 | Counter32 | read-only | The applTransactStreamInvCumTimes attribute reports the cumulative sum of the lengths of the intervals measured between the transmission of requests and the receipt of (the first of) the corresponding response(s). Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C64 applTransactStreamInvokes | 1.3.6.1.2.1.62.1.2.4.1.3 | Counter64 | read-only | Cumulative count of requests / invocations issued. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactStreamInvokesLow | 1.3.6.1.2.1.62.1.2.4.1.4 | Counter32 | read-only | This counter corresponds to the low thirty-two bits of applTransactStreamInvokes. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactStreamInvRspTimes | 1.3.6.1.2.1.62.1.2.4.1.6 | Counter32 | read-only | The applTransactStreamInvRspTimes attribute reports the cumulative sum of the lengths of the intervals measured between the receipt of the first and last of multiple responses to a request. For transaction streams which do not permit multiple responses to a single request, this attribute will be constant. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C64 applTransactStreamPerforms | 1.3.6.1.2.1.62.1.2.4.1.7 | Counter64 | read-only | Cumulative count of transactions performed. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactStreamPerformsLow | 1.3.6.1.2.1.62.1.2.4.1.8 | Counter32 | read-only | This counter reports the low thirty-two bits of applTransactStreamPerforms. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactStreamPrfCumTimes | 1.3.6.1.2.1.62.1.2.4.1.9 | Counter32 | read-only | The applTransactStreamPrfCumTimes attribute reports the cumulative sum of the interval lengths measured between receipt of requests and the transmission of the corresponding responses. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| C32 applTransactStreamPrfRspTimes | 1.3.6.1.2.1.62.1.2.4.1.10 | Counter32 | read-only | For each transaction performed, the elapsed time between when the first response is enqueued and when the last response is enqueued is added to this cumulative sum. For single-response protocols, the value of applTransactStreamPrfRspTimes will be constant. Discontinuities in this counter can be detected by monitoring the corresponding instance of applOpenChannelOpenTime. |
| STR applTransactStreamUnitOfWork | 1.3.6.1.2.1.62.1.2.4.1.2 | SnmpAdminString | read-only | The applTransactStreamUnitOfWork attribute provides a human-readable definition of what the unit of work is for this transaction stream. If no descriptive information is available, this attribute's value shall be a zero-length string. |
RFC description
Generic management objects representing aspects of applications requiring instrumentation within managed application elements.
Start monitoring Servers running managed distributed applications with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.