uCosminexus Application Server, Definition Reference Guide

[Contents][Index][Back][Next]

Appendix A.1 Tables in the extended MIB object definition file

This section describes the tables of the extended MIB object definition file.

The OIDs of each table are as follows:

.iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hitachi(116).systemExMib(5).cosminexusMibs(33).manager(1)

Organization of this subsection
(1) j2eeContainerTable
(2) jvmTable
(3) transactionTable
(4) httpServerTable
(5) httpServerConnectorTable
(6) dataSourceTable
(7) j2eeApplicationTable
(8) ejbApplicationTable
(9) statelessSessionBeanTable
(10) statelessSessionBeanHomeTable
(11) statelessSessionBeanRemoteTable
(12) statefulSessionBeanTable
(13) statefulSessionBeanHomeTable
(14) statefulSessionBeanRemoteTable
(15) entityBeanTable
(16) entityBeanHomeTable
(17) entityBeanRemoteTable
(18) webApplicationTable
(19) servletTable
(20) requestUrlTable
(21) dataSourceFullJTATable
(22) resourceAdapterTable
(23) statelessSessionBeanLocalHomeTable
(24) statelessSessionBeanLocalComponentTable
(25) statefulSessionBeanLocalHomeTable
(26) statefulSessionBeanLocalComponentTable
(27) entityBeanLocalHomeTable
(28) entityBeanLocalComponentTable
(29) messageDrivenBeanTable
(30) queueTable
(31) statelessSessionBeanHomeMethodTable
(32) statelessSessionBeanRemoteMethodTable
(33) statelessSessionBeanLocalHomeMethodTable
(34) statelessSessionBeanLocalComponentMethodTable
(35) statefulSessionBeanHomeMethodTable
(36) statefulSessionBeanRemoteMethodTable
(37) statefulSessionBeanLocalHomeMethodTable
(38) statefulSessionBeanLocalComponentMethodTable
(39) webContainerTable
(40) inprocHttpSvrTable
(41) queueAppTable

(1) j2eeContainerTable

The following table describes j2eeContainerTable:

Table A-1 j2eeContainerTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
j2eeContainerTable
(1)
j2eeContainerEntry
(1)
j2eeContainerIndex
(1)
INTEGER RO -- Sequence number [1,...] None
j2eeContainerFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name"
j2eeContainerServerName
(3)
DisplayString RO -- Name of the J2EE server
j2eeContainerNamingServiceHost
(4)
DisplayString RO -- Host name of the Naming Service to which the J2EE server is to be connected.
j2eeContainerNamingServicePort
(5)
INTEGER RO -- Port number of the Naming Service to which the J2EE server is to be connected.
j2eeContainerStartedTime
(6)
INTEGER RO Seconds Startup time of the J2EE server#

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

#
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

(2) jvmTable

The following table describes jvmTable:

Table A-2 jvmTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
jvmTable
(2)
jvmEntry
(1)
jvmIndex
(1)
INTEGER RO -- Sequence number [1,...] None
jvmFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name"
jvmName
(3)
DisplayString RO -- Implementation name of JavaVM
jvmVersion
(4)
DisplayString RO -- Implementation version of JavaVM
jvmCurrentFreeMemory
(5)
Gauge RO KB Free memory requirement of JavaVM (current value)
jvmFreeMemoryHighWaterMark
(6)
Gauge RO KB Free memory requirement of JavaVM (maximum value)
jvmFreeMemoryLowWaterMark
(7)
Gauge RO KB Free memory requirement of JavaVM (minimum value)
jvmFreeMemoryAverag
(8)
Gauge RO KB Free memory requirement of JavaVM (average value#1)
jvmFreeMemoryPeak
(9)
Gauge RO KB Free memory requirement of JavaVM (peak value#2)
jvmCurrentTotalMemory
(10)
Gauge RO KB Current value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryHighWaterMark
(11)
Gauge RO KB Maximum value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryLowWaterMark
(12)
Gauge RO KB Minimum value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryAverage
(13)
Gauge RO KB Average value#1 of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryPeak
(14)
Gauge RO KB Peak value#2 of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmMaxMemory
(15)
INTEGER RO KB If maximum used memory requirement of JavaVM
is not specified, assume (263-1)/210
jvmStatisticsStartedTime
(16)
INTEGER RO Seconds Statistics start time#3
jvmSamplingTime
(17)
INTEGER RW Seconds Statistics sampling time#4

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(3) transactionTable

The following table describes transactionTable:

Table A-3 transactionTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
transactionTable
(3)
transactionEntry
(1)
transactionIndex
(1)
INTEGER RO -- Sequence number [1,...] The transaction must be started
transactionFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name"
transactionDefaultTransactionTimeout
(3)
INTEGER RO Seconds Default value of transaction timeout
transactionActiveTransactionCount
(4)
Gauge RO -- Number of active transactions (current value)
transactionAveTime
(5)
Gauge RO Milliseconds Transaction time (average value#1)
transactionStatisticsStartedTime
(6)
INTEGER RO Seconds Statistics start time#2
transactionSamplingTime
(7)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(4) httpServerTable

The following table describes httpServerTable:

Table A-4 httpServerTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
httpServerTable
(4)
httpServerEntry
(1)
httpServerIndex
(1)
INTEGER RO -- Sequence number [1,...] None
httpServerFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name"
httpServerPortNumber
(3)
INTEGER RO -- Port number of the server for management
httpServerActiveThreadCountHighWaterMark
(4)
Gauge RO -- Number of active threads (maximum value)
httpServerActiveThreadCountLowWaterMark
(5)
Gauge RO -- Number of active threads (minimum value)
httpServerActiveThreadCountAverage
(6)
Gauge RO -- Number of active threads (average value#1)
httpServerActiveThreadCountPeak
(7)
Gauge RO -- Number of active threads (peak value#2)
httpServerStatisticsStartedTime
(8)
INTEGER RO Seconds Statistics start time#3
httpServerSamplingTime
(9)
INTEGER RW Seconds Statistics sampling time#4

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(5) httpServerConnectorTable

The following table describes httpServerConnectorTable:

Table A-5 httpServerConnectorTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
httpServer
ConnectorTable
(5)
httpServer
ConnectorEntry
(1)
httpServerConnectorIndex
(1)
INTEGER RO -- Sequence number [1,...] The Web server integration functionality is used
httpServerConnectorFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name"
httpServerConnectorPortNumber
(3)
INTEGER RO -- Port used for communication with the Web server
httpServerConnectorBackLogUpperBound
(4)
INTEGER RO -- Backlog of the socket used for communication with the Web server
httpServerConnectorConnectionCount
(5)
Gauge RO -- Number of connections between the Web server and Web container (current value)
httpServerConnectorConnectionCountHighWaterMark
(6)
Gauge RO -- Number of connections between the Web server and Web container (maximum value)
httpServerConnectorConnectionCountLowWaterMark
(7)
Gauge RO -- Number of connections between the Web server and Web container (minimum value)
httpServerConnectorActiveThreadCountUpperBound
(8)
Gauge RO -- Number of active threads (upper-limit value)
httpServerConnectorActiveThreadCountHighWaterMark
(9)
Gauge RO -- Number of active threads (maximum value)
httpServerConnectorActiveThreadCountLowWaterMark
(10)
Gauge RO -- Number of active threads (minimum value)
httpServerConnectorActiveThreadCountAverage
(11)
Gauge RO -- Number of active threads (average value#1)
httpServerConnectorActiveThreadCountPeak
(12)
Gauge RO -- Number of active threads (peak value#2)
httpServerConnectorWaitingRequestCountHighWaterMark
(13)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (maximum value)
httpServerConnectorWaitingRequestCountLowWaterMark
(14)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (minimum value)
httpServerConnectorWaitingRequestCountAverage
(15)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (average value#1)
httpServerConnectorWaitingRequestCountPeak
(16)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (peak value#2)
httpServerConnectorStatisticsStartedTime
(17)
INTEGER RO Seconds Statistics start time#3
httpServerConnectorSamplingTime
(18)
INTEGER RW Seconds Statistics sampling time#4
httpServerConnectorActiveThreadCount
(19)
Gauge RO -- Number of active threads
httpServerConnectorWaitingRequestCount
(20)
Gauge RO -- Number of requests awaiting execution

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(6) dataSourceTable

The following table describes dataSourceTable:

Table A-6 dataSourceTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
dataSourceTable
(6)
dataSourceEntry
(1)
dataSourceIndex(1) INTEGER RO -- Sequence number [1,...] The data source must be imported
dataSourceFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:data-source-name"
dataSourceName
(3)
DisplayString RO -- Data source name
dataSourceAuthenticationType
(4)
INTEGER RO -- Authentication type
Authentication of each application
Authentication of each container
dataSourceLoginTimeout
(5)
INTEGER RO Seconds Login timeout value
dataSourceUserID
(6)
DisplayString RO -- User ID
dataSourcePoolUpperBound
(7)
INTEGER RO -- Number of connection pools (upper-limit value)
dataSourcePoolLowerBound
(8)
INTEGER RO -- Number of connection pools (lower-limit value)
dataSourceCurrentPoolSize
(9)
Gauge RO -- Number of connection pools (current value)
dataSourceActiveConnectionCount
(10)
Gauge RO -- Number of active connections (current value)
dataSourceFreeConnectionCount
(11)
Gauge RO -- Number of free connections (current value)

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

(7) j2eeApplicationTable

The following table describes j2eeApplicationTable:

Table A-7 j2eeApplicationTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
j2eeApplicationTable
(7)
j2eeApplicationEntry
(1)
j2eeApplicationIndex
(1)
INTEGER RO -- Sequence number [1,...] The J2EE application (EAR) must be started
j2eeApplicationFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name"#
j2eeApplicationName
(3)
DisplayString RO -- J2EE application name
j2eeApplicationDeployedTime
(4)
INTEGER RO Seconds Time of deployment

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

#
When you start an application in the test mode,
the fully qualified name becomes"logical-server-name:J2EE-application-name_TEST".

(8) ejbApplicationTable

The following table describes ejbApplicationTable:

Table A-8 ejbApplicationTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
ejbApplicationTable
(8)
ejbApplicationEntry
(1)
ejbApplicationIndex
(1)
INTEGER RO -- Sequence number [1,...] The EJB application (EJB-JAR) must be started
ejbApplicationFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name"
ejbApplicationName
(3)
DisplayString RO -- EJB application name (EJB-JAR name)

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

(9) statelessSessionBeanTable

The following table describes statelessSessionBeanTable:

Table A-9 statelessSessionBeanTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSessionBeanTable
(9)
statelessSessionBeanEntry
(1)
statelessSessionBeanIndex
(1)
INTEGER RO -- Sequence number [1,...] A Stateless Session Bean is used
statelessSessionBeanFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanName
(3)
DisplayString RO -- Enterprise Bean name
statelessSessionBeanHomeInterfaceName
(4)
DisplayString RO -- RemoteHome interface class name#1
statelessSessionBeanRemoteInterfaceName
(5)
DisplayString RO -- RemoteComponent interface class name#1
statelessSessionBeanLocalHomeInterfaceName
(6)
DisplayString RO -- LocalHome interface class name (EJB2.0 compliant)#2
statelessSessionBeanLocalComponentInterfaceName
(7)
DisplayString RO -- LocalComponent interface class name (EJB2.0 compliant)#2
statelessSessionBeanEjbClassName
(8)
DisplayString RO -- EJB class name
statelessSessionBeanPoolUpperBound
(9)
INTEGER RO -- Number of instance pools (upper-limit value)
statelessSessionBeanPoolLowerBound
(10)
INTEGER RO -- Number of instance pools (lower-limit value)
statelessSessionBeanCurrentPoolSize
(11)
Gauge RO -- Number of instance pools (current value)
statelessSessionBeanWaitingSessionCount
(12)
Gauge RO -- Number of sessions waiting to be connected (current value)
statelessSessionBeanActiveSessionBeanCount
(13)
Gauge RO -- Number of active Stateless Session Beans (current value)
statelessSessionBeanFreeSessionBeanCount
(14)
Gauge RO -- Number of free Stateless Session Beans (current value)
statelessSessionBeanFreeSessionTransactionType
(15)
DisplayString RO -- Transaction type
"CMT" or "BMT"

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

#1
Displays "" (a null character) only in case of the Local interface.

#2
Displays "" (a null character) only in case of the Remote interface.

(10) statelessSessionBeanHomeTable

The following table describes statelessSessionBeanHomeTable:

Table A-10 statelessSessionBeanHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSession
BeanHomeTable
(10)
statelessSession
BeanHomeEntry
(1)
statelessSessionBeanHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Remote Home Interface is used
statelessSessionBeanHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanHomeName
(3)
DisplayString RO -- RemoteHome interface class name
statelessSessionBeanHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (maximum value)
statelessSessionBeanHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (minimum value)
statelessSessionBeanHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (average value#1)
statelessSessionBeanHomeStatisticsStartedTime
(7)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanHomeSamplingTime
(8)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(11) statelessSessionBeanRemoteTable

The following table describes statelessSessionBeanRemoteTable:

Table A-11 statelessSessionBeanRemoteTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSession
BeanRemoteTable
(11)
statelessSession
BeanRemoteEntry
(1)
statelessSessionBeanRemoteIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Remote Component Interface is used
statelessSessionBeanRemoteFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanRemoteName
(3)
DisplayString RO -- RemoteComponent interface class name
statelessSessionBeanRemoteResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (maximum value)
statelessSessionBeanRemoteResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (minimum value)
statelessSessionBeanRemoteResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (average value#1)
statelessSessionBeanRemoteResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (maximum value)
statelessSessionBeanRemoteResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (minimum value)
statelessSessionBeanRemoteResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (average value#1)
statelessSessionBeanRemoteStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanRemoteSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(12) statefulSessionBeanTable

The following table describes statefulSessionBeanTable:

Table A-12 statefulSessionBeanTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statefulSession
BeanTable
(12)
statefulSession
BeanEntry
(1)
statefulSessionBeanIndex
(1)
INTEGER RO -- Sequence number [1,...] A Stateful Session Bean is used
statefulSessionBeanFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanName
(3)
DisplayString RO -- Enterprise Bean name
statefulSessionBeanHomeInterfaceName
(4)
DisplayString RO -- RemoteHome interface class name#1
statefulSessionBeanRemoteInterfaceName
(5)
DisplayString RO -- RemoteComponent interface class name#1
statefulSessionBeanLocalHomeInterfaceName
(6)
DisplayString RO -- LocalHome interface class name#2
statefulSessionBeanLocalComponentInterfaceName
(7)
DisplayString RO -- LocalComponent interface class name#2
statefulSessionBeanEjbClassName
(8)
DisplayString RO -- EJB class name
statefulSessionBeanSessionUpperBound
(9)
INTEGER RO -- Number of concurrent connections (upper-limit value)
statefulSessionBeanActiveSessionUpperBound
(10)
INTEGER RO -- Number of concurrent executions (upper-limit value)
statefulSessionBeanPassivateTimeout
(11)
INTEGER RO Seconds Timeout value of a passive session
statefulSessionBeanActiveTimeout
(12)
INTEGER RO Seconds Timeout value of an active session
statefulSessionBeanCurrentSessionCount
(13)
Gauge RO -- Number of connected sessions (current value)
statefulSessionBeanWaitingSessionCount
(14)
Gauge RO -- Number of sessions waiting to be connected (current value)
statefulSessionBeanActiveSessionCount
(15)
Gauge RO -- Number of active sessions (current value)
statefulSessionBeanPassiveSessionCount
(16)
Gauge RO -- Number of passive sessions (current value)
statefulSessionBeanTransactionType
(17)
DisplayString RO -- Transaction type
"CMT" or "BMT"

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

#1
Displays "" (a null character) only in case of the Local interface.

#2
Displays "" (a null character) only in case of the Remote interface.

(13) statefulSessionBeanHomeTable

The following table describes statefulSessionBeanHomeTable:

Table A-13 statefulSessionBeanHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statefulSession
BeanHomeTable
(13)
statefulSession
BeanHomeEntry
(1)
statefulSessionBeanHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] Stateful Session Bean Remote Home Interface is used
statefulSessionBeanHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanHomeName
(3)
DisplayString RO -- RemoteHome interface class name
statefulSessionBeanHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (maximum value)
statefulSessionBeanHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (minimum value)
statefulSessionBeanHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (average value#1)
statefulSessionBeanHomeResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (maximum value)
statefulSessionBeanHomeResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (minimum value)
statefulSessionBeanHomeResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (average value#1)
statefulSessionBeanHomeStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanHomeSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(14) statefulSessionBeanRemoteTable

The following table describes statefulSessionBeanRemoteTable:

Table A-14 statefulSessionBeanRemoteTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statefulSession
BeanRemoteTable
(14)
statefulSession
BeanRemoteEntry
(1)
statefulSessionBeanRemoteIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Remote Component Interface is used
statefulSessionBeanRemoteFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanRemoteName
(3)
DisplayString RO -- RemoteComponent interface class name
statefulSessionBeanRemoteResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (maximum value)
statefulSessionBeanRemoteResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (minimum value)
statefulSessionBeanRemoteResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (average value#1)
statefulSessionBeanRemoteResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (maximum value)
statefulSessionBeanRemoteResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (minimum value)
statefulSessionBeanRemoteResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (average value#1)
statefulSessionBeanRemoteStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanRemoteSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(15) entityBeanTable

The following table describes entityBeanTable:

Table A-15 entityBeanTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
entityBeanTable
(15)
entityBeanEntry
(1)
entityBeanIndex
(1)
INTEGER RO -- Sequence number [1,...] An Entity Bean is used
entityBeanFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanName
(3)
DisplayString RO -- Enterprise Bean name
entityBeanHomeInterfaceName
(4)
DisplayString RO -- RemoteHome interface class name#1
entityBeanRemoteInterfaceName
(5)
DisplayString RO -- RemoteComponent interface class name#1
entityBeanLocalHomeInterfaceName
(6)
DisplayString RO -- LocalHome interface class name#2
entityBeanLocalComponentInterfaceName
(7)
DisplayString RO -- LocalComponent interface class name#2
entityBeanEjbClassName
(8)
DisplayString RO -- EJB class name
entityBeanPersistenceType
(9)
DisplayString RO -- Persistence type
CMP or BMP
entityBeanCacheOption
(10)
DisplayString RO -- Cache model
A: Full Cache
B: Cache
C: No Cache
entityBeanSessionUpperBound
(11)
INTEGER RO -- Number of concurrent connections (upper-limit value)
entityBeanPoolUpperBound
(12)
INTEGER RO -- Number of instance pools (upper-limit value)
entityBeanPoolLowerBound
(13)
INTEGER RO -- Number of instance pools (lower-limit value)
entityBeanCurrentPoolSize
(14)
Gauge RO -- Number of instance pools (current value)
entityBeanSessionTimeout
(15)
INTEGER RO -- Connection timeout value
entityBeanCurrentSessionCount
(16)
Gauge RO -- Number of connected sessions (current value)
entityBeanWaitingSessionCount
(17)
Gauge RO -- Number of sessions waiting to be connected (current value)
entityBeanActiveEntityBeanCount
(18)
Gauge RO -- Number of active Entity Beans (current value)
entityBeanFreeEntityBeanCount
(19)
Gauge RO -- Number of free Entity Beans (current value)

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

#1
Displays "" (a null character) only in case of the Local interface.

#2
Displays "" (a null character) only in case of the Remote interface.

(16) entityBeanHomeTable

The following table describes entityBeanHomeTable:

Table A-16 entityBeanHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
entityBeanHomeTable
(16)
entityBeanHomeEntry
(1)
entityBeanHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] The Entity Bean Remote Home Interface is used
entityBeanHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanHomeName
(3)
DisplayString RO -- RemoteHome interface class name
entityBeanHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (maximum value)
entityBeanHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (minimum value)
entityBeanHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteHome interface (average value#1)
entityBeanHomeResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (maximum value)
entityBeanHomeResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (minimum value)
entityBeanHomeResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteHome interface (average value#1)
entityBeanHomeStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
entityBeanHomeSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(17) entityBeanRemoteTable

The following table describes entityBeanRemoteTable:

Table A-17 entityBeanRemoteTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
entityBeanRemoteTable
(17)
entityBeanRemoteEntry
(1)
entityBeanRemoteIndex
(1)
INTEGER RO -- Sequence number [1,...] The Entity Bean Remote Component Interface is used
entityBeanRemoteFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanRemoteName
(3)
DisplayString RO -- RemoteComponent interface class name
entityBeanRemoteResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (maximum value)
entityBeanRemoteResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (minimum value)
entityBeanRemoteResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the RemoteComponent interface (average value#1)
entityBeanRemoteResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (maximum value)
entityBeanRemoteResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (minimum value)
entityBeanRemoteResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the RemoteComponent interface (average value#1)
entityBeanRemoteStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
entityBeanRemoteSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(18) webApplicationTable

The following table describes webApplicationTable:

Table A-18 webApplicationTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
webApplicationTable
(18)
webApplicationEntry
(1)
webApplicationIndex
(1)
INTEGER RO -- Sequence number [1,...] A Web application (WAR) is used
webApplicationFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:Context-root"
webApplicationContextRoot
(3)
DisplayString RO -- Context root
webApplicationActiveSessionCount
(4)
Gauge RO -- Number of active sessions (current value)
webApplicationTotalJSPServiceCount
(5)
Counter RO -- Number of JSP executions (total value)
webApplicationTotalJSPServiceFailedCount
(6)
Counter RO -- Number of failed JSP executions (total value)
webApplicationTotalJSPServiceMaxTime
(7)
Gauge RO Milliseconds JSP execution time (maximum value)
webApplicationTotalJSPServiceMinTime
(8)
Gauge RO Milliseconds JSP execution time (minimum value)
webApplicationTotalJSPServiceAveTime
(9)
Gauge RO Milliseconds JSP execution time (average value#1)
webApplicationTotalJSPServicePeak
(10)
Gauge RO Milliseconds JSP execution time (peak value#2)
webApplicationTotalJSPServiceOutputDataSizeMax
(11)
Gauge RO KB JSP output data size (maximum value)
webApplicationTotalJSPServiceOutputDataSizeMin
(12)
Gauge RO KB JSP output data size (minimum value)
webApplicationTotalJSPServiceOutputDataSizeAve
(13)
Gauge RO KB JSP output data size (average value#1)
webApplicationTotalJSPServiceOutputDataSizePeak
(14)
Gauge RO KB JSP output data size (peak value#2)
webApplicationTotalStaticFileServiceCount
(15)
Counter RO -- Number of times of accessing static contents (total value)
webApplicationTotalStaticFileServiceFailedCount
(16)
Counter RO -- Number of times of accessing failed static contents (total value)
webApplicationTotalStaticFileServiceMaxTime
(17)
Gauge RO Milliseconds Processing time for static contents acquisition (maximum value)
webApplicationTotalStaticFileServiceMinTime
(18)
Gauge RO Milliseconds Processing time for static contents acquisition (minimum value)
webApplicationTotalStaticFileServiceAveTime
(19)
Gauge RO Milliseconds Processing time for static contents acquisition (average value#1)
webApplicationTotalStaticFileServicePeak
(20)
Gauge RO Milliseconds Processing time for static contents acquisition (peak value#2)
webApplicationTotalStaticFileServiceOutputDataSizeMax
(21)
Gauge RO KB Static contents output data size (maximum value)
webApplicationTotalStaticFileServiceOutputDataSizeMin
(22)
Gauge RO KB Static contents output data size (minimum value)
webApplicationTotalStaticFileServiceOutputDataSizeAve
(23)
Gauge RO KB Static contents output data size (average value#1)
webApplicationTotalStaticFileServiceOutputDataSizePeak
(24)
Gauge RO KB Static contents output data size (peak value#2)
webApplicationStatisticsStartedTime
(25)
INTEGER RO Seconds Statistics start time#3
webApplicationSamplingTime
(26)
INTEGER RW Seconds Statistics sampling time#4
webApplicationExclusiveThreadCountUpperBound
(27)
INTEGER RO -- Number of exclusive threads
  • A Web application (WAR) is used
  • The control functionality for concurrently executing threads is used
webApplicationActiveThreadCountUpperBound
(28)
INTEGER RO -- Number of active threads (upper-limit value)
webApplicationCurrentThreadCountUpperBound
(29)
Gauge RO -- Number of active threads (current upper-limit value#5)
webApplicationActiveThreadCount
(30)
Gauge RO -- Number of active threads (current value)
webApplicationActiveThreadCountHighWaterMark
(31)
Gauge RO -- Number of active threads (maximum value)
webApplicationActiveThreadCountLowWaterMark
(32)
Gauge RO -- Number of active threads (minimum value)
webApplicationActiveThreadCountAverage
(33)
Gauge RO -- Number of active threads (average value#1)
webApplicationActiveThreadCountPeak
(34)
Gauge RO -- Number of active threads (peak value#2)
webApplicationWaitingRequestCountUpperBound
(35)
INTEGER RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (upper-limit value)
webApplicationWaitingRequestCount
(36)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (current value)
webApplicationWaitingRequestCountHighWaterMark
(37)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (maximum value)
webApplicationWaitingRequestCountLowWaterMark
(38)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (minimum value)
webApplicationWaitingRequestCountAverage
(39)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (average value#1)
webApplicationWaitingRequestCountPeak
(40)
Gauge RO -- Number of requests awaiting execution based on the upper-limit value set for the running threads (peak value#2)
webApplicationOverflowRequestCount
(41)
Counter RO -- Number of requests for which an error is returned based on the upper limit value that is set up for pending requests of each URL group and Web application (total value)

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

#5
Upper-limit value for the number of threads that can be concurrently executed at present

(19) servletTable

The following table describes servletTable:

Table A-19 servletTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
servletTable
(19)
servletEntry
(1)
servletIndex
(1)
INTEGER RO -- Sequence number [1,...] A servlet is used
servletFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:context-root:Servlet-class-name"
servletName
(3)
DisplayString RO -- Servlet name coded in web.xml
Null character if the servlet name is not set
servletServletClassName
(4)
DisplayString RO -- Servlet class name
servletServiceCount
(5)
Counter RO -- Number of executions of the servlet (total value)
servletServiceFailedCount
(6)
Counter RO -- Number of failed executions of the servlet (total value)
servletServiceMaxTime
(7)
Gauge RO Milliseconds Execution time of the servlet (maximum value)
servletServiceMinTime
(8)
Gauge RO Milliseconds Execution time of the servlet (minimum value)
servletServiceAveTime
(9)
Gauge RO Milliseconds Execution time of the servlet (average value#1)
servletServicePeak
(10)
Gauge RO Milliseconds Execution time of the servlet (peak value#2)
servletServiceOutputDataSizeMax
(11)
Gauge RO KB Servlet output data size (maximum value)
servletServiceOutputDataSizeMin
(12)
Gauge RO KB Servlet output data size (minimum value)
servletServiceOutputDataSizeAve
(13)
Gauge RO KB Servlet output data size (average value#1)
servletServiceOutputDataSizePeak
(14)
Gauge RO KB Servlet output data size (peak value#2)
servletStatisticsStartTime
(15)
INTEGER RO Seconds Statistics start time#3
servletSamplingTime
(16)
INTEGER RW Seconds Statistics sampling time#4

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(20) requestUrlTable

The following table describes requestUrlTable:

Table A-20 requestUrlTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
requestUrlTable
(20)
requestUrlEntry
(1)
requestUrlIndex
(1)
INTEGER RO -- Sequence number [1,...] Statistics of the requestUrl must be started, and the URL for the corresponding Web application must be accessed
requestUrlFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:context-root:request-URL"
requestUrl
(3)
DisplayString RO -- Request URL
requestUrlServiceCount
(4)
Counter RO -- Number of request executions (total value)
requestUrlServiceFailedCount
(5)
Counter RO -- Number of failed request executions (total value)
requestUrlServiceMaxTime
(6)
Gauge RO Milliseconds Request execution time (maximum value)
requestUrlServiceMinTime
(7)
Gauge RO Milliseconds Request execution time (minimum value)
requestUrlServiceAveTime
(8)
Gauge RO Milliseconds Request execution time (average value#1)
requestUrlServicePeak
(9)
Gauge RO Milliseconds Request execution time (peak value#2)
requestUrlServiceOutputDataSizeMax
(10)
Gauge RO KB Request output data size (maximum value)
requestUrlServiceOutputDataSizeMin
(11)
Gauge RO KB Request output data size (minimum value)
requestUrlServiceOutputDataSizeAve
(12)
Gauge RO KB Request output data size (average value#1)
requestUrlServiceOutputDataSizePeak
(13)
Gauge RO KB Request output data size (peak value#2)
requestUrlStatisticsStartedTime
(14)
INTEGER RO Seconds Statistics start time#3
requestUrlSamplingTime
(15)
INTEGER RW Seconds Statistics sampling time#4

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request
This peak value is the maximum value for the available period of the sampling time after recording.

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(21) dataSourceFullJTATable

The following table describes dataSourceFullJTATable:

Table A-21 dataSourceFullJTATable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
dataSourceFullJTATable
(21)
dataSourceFullJTAEntry
(1)
dataSourceFullJTAIndex
(1)
INTEGER RO -- Sequence number [1,...] Data source (XA) is imported
dataSourceFullJTAFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:data-source-name"
dataSourceFullJTAName
(3)
DisplayString RO -- Data source name
dataSourceFullJTALoginTimeout
(4)
INTEGER RO Seconds Login timeout value
dataSourceFullJTAUserID
(5)
DisplayString RO -- User ID
dataSourceFullJTAPoolUpperBound
(6)
INTEGER RO -- Number of connection pools (upper-limit value)
dataSourceFullJTAPoolLowerBound
(7)
INTEGER RO -- Number of connection pools (lower-limit value)
dataSourceFullJTACurrentPoolSize
(8)
Gauge RO -- Number of connection pools (current value)
dataSourceFullJTAActiveConnectionCount
(9)
Gauge RO -- Number of active connections (current value)
dataSourceFullJTAFreeConnectionCount
(10)
Gauge RO -- Number of free connections (current value)
dataSourceFullJTAGetConnectionMaxTime
(11)
Gauge RO Milliseconds Execution time of the getConnection method (maximum value)
dataSourceFullJTAGetConnectionMinTime
(12)
Gauge RO Milliseconds Execution time of the getConnection method (minimum value)
dataSourceFullJTAGetConnectionAveTime
(13)
Gauge RO Milliseconds Execution time of the getConnection method (average value#1)
dataSourceFullJTACreateConnectionMaxTime
(14)
Gauge RO Milliseconds Execution time of the getXAConnection method (maximum value)
dataSourceFullJTACreateConnectionMinTime
(15)
Gauge RO Milliseconds Execution time of the getXAConnection method (minimum value)
dataSourceFullJTACreateConnectionAveTime
(16)
Gauge RO Milliseconds Execution time of the getXAConnection method (average value#1)
dataSourceFullJTAGetConnectionFailedCount
(17)
Counter RO -- Number of failures of the getConnection method
dataSourceFullJTAConnectionErrorCount
(18)
Counter RO -- Number of times a FATAL error occurred in the Connection.
Number of times the connectionErrorOccurred method of ConnectionEventListener was invoked.
dataSourceFullJTAStatisticsStartedTime
(19)
INTEGER RO Seconds Statistics start time#2
dataSourceFullJTASamplingTime
(20)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(22) resourceAdapterTable

The following table describes resourceAdapterTable:

Table A-22 resourceAdapterTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
resourceAdapterTable
(22)
resourceAdapterEntry
(1)
resourceAdapterIndex
(1)
INTEGER RO -- Sequence number [1,...] A resource adapter is used
resourceAdapterFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:resource-adapter-name":container
"logical-server-name:J2EE-application-name:resource-adapter-name":application"
resourceAdapterName
(3)
DisplayString RO -- Resource adapter name
resourceAdapterVendorName
(4)
DisplayString RO -- Name of the vendor providing the resource adapter
resourceAdapterSpecVersion
(5)
DisplayString RO -- Used version of the JCA-based resource adapter
resourceAdapterEISType
(6)
DisplayString RO -- EIS type to which the resource adapter connects
resourceAdapterVersion
(7)
DisplayString RO -- Version of the resource adapter
resourceAdapterConnectionFactoryInterfaceName
(8)
DisplayString RO -- Interface class name of ConnectionFactory
resourceAdapterConnectionFactoryImplName
(9)
DisplayString RO -- Implementation class name of ConnectionFactory
resourceAdapterManagedConnectionFactoryImplName
(10)
DisplayString RO -- Implementation class name of ManagedConnectionFactory
resourceAdapterConnectionInterfaceName
(11)
DisplayString RO -- Interface class name of Connection
resourceAdapterConnectionImplName
(12)
DisplayString RO -- Implementation class name of Connection
resourceAdapterTransactionSupport
(13)
DisplayString RO -- Supported transaction models
NoTransaction: No transaction
LocalTransaction: Local transaction
XATransaction: XA transaction
resourceAdapterConfigProperties
(14)
DisplayString RO -- ConfigurationProperty information#1
resourceAdapterMConCreateCount
(15)
Counter RO -- Number of executions of the createManagedConnection method of ManagedConnectionFactory#2
resourceAdapterConCreateCount
(16)
Counter RO -- Number of executions of the getConnection method of ManagedConnection#2
resourceAdapterMConCleanupCount
(17)
Counter RO -- Number of executions of the cleanup method of ManagedConnection#2
resourceAdapterMConDestroyCount
(18)
Counter RO -- Number of executions of the destroy method of ManagedConnection#2
resourceAdapterUserId
(19)
DisplayString RO -- User ID
resourceAdapterPoolUpperBound
(20)
INTEGER RO -- Number of connection pools#2 (upper-limit value)
resourceAdapterPoolLowerBound
(21)
INTEGER RO -- Number of connection pools#2 (lower-limit value)
resourceAdapterCurrentPoolSize
(22)
Gauge RO -- Number of connection pools#2 (current value)
resourceAdapterActiveConnectionCount
(23)
Gauge RO -- Number of active connections#2 (current value)
resourceAdapterFreeConnectionCount
(24)
Gauge RO -- Number of free connections#2 (current value)
resourceAdapterGetConnectionMaxTime
(25)
Gauge RO Milliseconds Execution time of the allocateConnection method of ConnectionManager#3, #4 (maximum value)
resourceAdapterGetConnectionMinTime
(26)
Gauge RO Milliseconds Execution time of the allocateConnection method of ConnectionManager #3, #4 (minimum value)
resourceAdapterGetConnectionAveTime
(27)
Gauge RO Milliseconds Execution time of the allocateConnection method of ConnectionManager #2, #5 (average value#6)
resourceAdapterCreateConnectionMaxTime
(28)
Gauge RO Milliseconds Execution time of the createManagedConnection method of ManagedConnectionFactory#3 (maximum value)
resourceAdapterCreateConnectionMinTime
(29)
Gauge RO Milliseconds Execution time of the createManagedConnection method of ManagedConnectionFactory#3 (minimum value)
resourceAdapterCreateConnectionAveTime
(30)
Gauge RO Milliseconds Execution time of the createManagedConnection method of ManagedConnectionFactory#2 (average value#6)
resourceAdapterGetConnectionFailedCount
(31)
Counter RO -- Number of failures of the allocateConnection method#2, #5
resourceAdapterConnectionErrorCount
(32)
Counter RO -- Number of times a FATAL error occurred in ManagedConnection
Number of times the connectionErrorOccurred method of ConnectionEventListener was invoked#2
resourceAdapterStatisticsStartedTime
(33)
INTEGER RO Seconds Statistics start time#7
resourceAdapterSamplingTime
(34)
INTEGER RW Seconds Statistics sampling time#8

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
The output format is property-name=property-value:property-name=property-value:.... If the property name or property value includes an equal sign (=), colon (:), and a yen sign ([Figure]), these signs are displayed as \=, \:and \\.
(Example) abc=ab\:bc\=ef\\gh for property name ..."abc" and property value..."ab:bc=ef\gh"

#2
0 is displayed for the root resource adapter.

#3
Not Available is displayed for the member resource adapter.

#4
Not Available is displayed for the root resource adapter.

#5
0 is displayed for member resource adapter.

#6
Average value of the past sampling time from the time of value acquisition request.

#7
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#8
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(23) statelessSessionBeanLocalHomeTable

The following table describes statelessSessionBeanLocalHomeTable:

Table A-23 statelessSessionBeanLocalHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSession
BeanLocalHomeTable
(23)
statelessSession
BeanLocalHomeEntry
(1)
statelessSessionBeanLocalHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Local Home Interface is used
statelessSessionBeanLocalHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanLocalHomeName
(3)
DisplayString RO -- LocalHome interface class name
statelessSessionBeanLocalHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeStatisticsStartedTime
(7)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanLocalHomeSamplingTime
(8)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(24) statelessSessionBeanLocalComponentTable

The following table describes statelessSessionBeanLocalComponentTable:

Table A-24 statelessSessionBeanLocalComponentTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSession
BeanLocalComponentTable
(24)
statelessSession
BeanLocalComponentTable
(1)
statelessSessionBeanLocalComponentIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Local Component Interface is used
statelessSessionBeanLocalComponentFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanLocalComponentFullyQualifiedName
(3)
DisplayString RO -- LocalComponent interface class name
statelessSessionBeanLocalComponentResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanLocalComponentSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(25) statefulSessionBeanLocalHomeTable

The following table describes statefulSessionBeanLocalHomeTable:

Table A-25 statefulSessionBeanLocalHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statefulSession
BeanLocalHomeTable
(25)
statefulSession
BeanLocalHomeEntry
(1)
statefulSessionBeanLocalHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Local Home Interface is used
statefulSessionBeanLocalHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanLocalHomeName
(3)
DisplayString RO -- LocalHome interface class name
statefulSessionBeanLocalHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanLocalHomeSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(26) statefulSessionBeanLocalComponentTable

The following table describes statefulSessionBeanLocalComponentTable:

Table A-26 statefulSessionBeanLocalComponentTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statefulSession
BeanLocalComponentTable
(26)
statefulSession
BeanLocalComponentEntry
(1)
statefulSessionBeanLocalComponentIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Local Component Interface is used
statefulSessionBeanLocalComponentFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanLocalComponentName
(3)
DisplayString RO -- LocalComponent interface class name
statefulSessionBeanLocalComponentResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanLocalComponentSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(27) entityBeanLocalHomeTable

The following table describes entityBeanLocalHomeTable:

Table A-27 entityBeanLocalHomeTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
entityBeanLocalHomeTable
(27)
entityBeanLocalHomeEntry
(1)
entityBeanLocalHomeIndex
(1)
INTEGER RO -- Sequence number [1,...] The Entity Bean Local Home Interface is used
entityBeanLocalHomeFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanLocalHomeName
(3)
DisplayString RO -- LocalHome interface class name
entityBeanLocalHomeResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (maximum value)
entityBeanLocalHomeResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (minimum value)
entityBeanLocalHomeResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (average value#1)
entityBeanLocalHomeResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (maximum value)
entityBeanLocalHomeResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocaHome interface (minimum value)
entityBeanLocalHomeResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocaHome interface (average value#1)
entityBeanLocalHomeStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
entityBeanLocalHomeSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(28) entityBeanLocalComponentTable

The following table describes entityBeanLocalComponentTable:

Table A-28 entityBeanLocalComponentTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
entityBeanLocal
ComponentTable
(28)
entityBeanLocal
ComponentEntry
(1)
entityBeanLocalComponentIndex
(1)
INTEGER RO -- Sequence number [1,...] The Entity Bean Local Component Interface is used
entityBeanLocalComponentFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanLocalComponentName
(3)
DisplayString RO -- LocalComponent interface class name
entityBeanLocalComponentResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (maximum value)
entityBeanLocalComponentResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (minimum value)
entityBeanLocalComponentResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (average value#1)
entityBeanLocalComponentResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (maximum value)
entityBeanLocalComponentResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (minimum value)
entityBeanLocalComponentResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (average value#1)
entityBeanLocalComponentStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
entityBeanLocalComponentSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(29) messageDrivenBeanTable

The following table describes messageDrivenBeanTable:

Table A-29 messageDrivenBeanTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
messageDrivenBeanTable
(29)
messageDrivenBeanEntry
(1)
messageDrivenBeanIndex
(1)
INTEGER RO -- Sequence number [1,...] A Message-driven Bean is used
messageDrivenBeanFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
messageDrivenBeanName
(3)
DisplayString RO -- Enterprise Bean name
messageDrivenBeanEjbClassName
(4)
DisplayString RO -- EJB class name
messageDrivenBeanTransactionType
(5)
DisplayString RO -- Transaction type
CMT or BMT
messageDrivenBeanDestinationType
(6)
DisplayString RO -- Destination types
Queue: Destination of the Point-To-Point model
Topic: Destination of the Publish-Subscribe model
messageDrivenBeanPoolUpperBound
(7)
INTEGER RO -- Number of instance pools (upper-limit value)
messageDrivenBeanCurrentPoolSize
(8)
Gauge RO -- Number of instance pools (current value)
messageDrivenBeanCurrentSessionCount
(9)
Gauge RO -- Number of connected sessions (current value)
messageDrivenBeanResponseEjbMaxTime
(10)
Gauge RO Milliseconds Execution time of the EJB method (maximum value)
messageDrivenBeanResponseEjbMinTime
(11)
Gauge RO Milliseconds Execution time of the EJB method (minimum value)
messageDrivenBeanResponseEjbAveTime
(12)
Gauge RO Milliseconds Execution time of the EJB method (average value#1)
messageDrivenBeanStatisticsStartedTime
(10)
INTEGER RO Seconds Statistics start time#2
messageDrivenBeanSamplingTime
(11)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(30) queueTable

The following table describes queueTable:

Table A-30 queueTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
queueTable
(30)
queueEntry
(1)
queueIndex
(1)
INTEGER RO -- Sequence number [1,...] None
queueFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:queue-name"
queueName
(3)
DisplayString RO -- Queue name
queueStatus
(4)
DisplayString RO -- Status
scheduling:State in which scheduling is possible
preparing: Preparation in progress
stopping: Queue being terminated
closing[in]:Locking the queue entry
closing[out]: Locking the queue exit
queueSharedApplicationCount
(5)
INTEGER RO -- Number of applications sharing the queue
queueStayedRequestCount
(6)
Gauge RO -- Number of requests retained in the queue
queueStayedRequestMax
(7)
Gauge RO -- Maximum number of requests retained in the queue
queueLength
(8)
INTEGER RO -- Number of requests that can be registered concurrently
queueLookupName
(9)
DisplayString RO -- Registered name information managed by the queue
queueInterfaceName
(10)
DisplayString RO -- Interface information managed by the queue
queueParallelCount
(11)
INTEGER RO -- Number of concurrent executions managed by the queue
queueTotalThreadCount
(12)
INTEGER RO -- Total number of current resident threads managed by the queue

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only

(31) statelessSessionBeanHomeMethodTable

The following table describes statelessSessionBeanHomeMethodTable:

Table A-31 statelessSessionBeanHomeMethodTable

Table name (OID) Entry name (OID) Metric name (OID) TYPE R/W Unit Description Preconditions
statelessSessionBean
HomeMethodTable
(31)
statelessSessionBean
HomeMethodEntry
(1)
statelessSessionBeanHomeMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Remote Home Interface Method is used
statelessSessionBeanHomeMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:Home-interface-class-name:method-name"
statelessSessionBeanHomeMethodName
(3)
DisplayString RO -- Method name
statelessSessionBeanHomeMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the Home interface (maximum value)
statelessSessionBeanHomeMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the Home interface (minimum value)
statelessSessionBeanHomeMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the Home interface (average value#1)
statelessSessionBeanHomeMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (maximum value)
statelessSessionBeanHomeMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (minimum value)
statelessSessionBeanHomeMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (average value#1)
statelessSessionBeanHomeMethodCallCount
(10)
Counter RO -- Number of executions of the method
statelessSessionBeanHomeMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanHomeMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(32) statelessSessionBeanRemoteMethodTable

The following table describes statelessSessionBeanRemoteMethodTable:

Table A-32 statelessSessionBeanRemoteMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statelessSessionBean
RemoteMethodTable
(32)
statelessSessionBean
RemoteMethodEntry
(1)
statelessSessionBeanRemoteMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Remote Component Interface Method is used
statelessSessionBeanRemoteMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:Remote-interface-class-name:method-name"
statelessSessionBeanRemoteMethodName
(3)
DisplayString RO -- Method name
statelessSessionBeanRemoteMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the Remote interface (maximum value)
statelessSessionBeanRemoteMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the Remote interface (minimum value)
statelessSessionBeanRemoteMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the Remote interface (average value#1)
statelessSessionBeanRemoteMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (maximum value)
statelessSessionBeanRemoteMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (minimum value)
statelessSessionBeanRemoteMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (average value#1)
statelessSessionBeanRemoteMethodCallCount
(10)
Counter RO -- Number of executions of the method
statelessSessionBeanRemoteMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanRemoteMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(33) statelessSessionBeanLocalHomeMethodTable

The following table describes statelessSessionBeanLocalHomeMethodTable:

Table A-33 statelessSessionBeanLocalHomeMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statelessSessionBean
LocalHomeMethodTable
(33)
statelessSessionBean
LocalHomeMethodEntry
(1)
statelessSessionBeanLocalHomeMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Local Home Interface Method is used
statelessSessionBeanLocalHomeMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:LocalHome-interface-class-name:method-name"
statelessSessionBeanLocalHomeMethodName
(3)
DisplayString RO -- Method name
statelessSessionBeanLocalHomeMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeMethodCallCount
(10)
Counter RO -- Number of executions of the method
statelessSessionBeanLocalHomeMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanLocalHomeMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(34) statelessSessionBeanLocalComponentMethodTable

The following table describes statelessSessionBeanLocalComponentMethodTable:

Table A-34 statelessSessionBeanLocalComponentMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statelessSessionBean
LocalComponentMethodTable
(34)
statelessSessionBean
LocalComponentMethodEntry
(1)
statelessSessionBeanLocalComponentMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateless Session Bean Local Component Interface Method is used
statelessSessionBeanLocalComponentMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:LocalComponent-interface-class-name:method-name"
statelessSessionBeanLocalComponentMethodName
(3)
DisplayString RO -- Method name
statelessSessionBeanLocalComponentMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentMethodCallCount
(10)
Counter RO -- Number of executions of the method
statelessSessionBeanLocalComponentMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statelessSessionBeanLocalComponentMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(35) statefulSessionBeanHomeMethodTable

The following table describes statefulSessionBeanHomeMethodTable:

Table A-35 statefulSessionBeanHomeMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statefulSessionBean
HomeMethodTable
(35)
statefulSessionBean
HomeMethodEntry
(1)
statefulSessionBeanHomeMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Remote Home Interface Method is used
statefulSessionBeanHomeMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:Home-interface-class-name:method-name"
statefulSessionBeanHomeMethodName
(3)
DisplayString RO -- Method name
statefulSessionBeanHomeMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the Home interface (maximum value)
statefulSessionBeanHomeMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the Home interface (minimum value)
statefulSessionBeanHomeMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the Home interface (average value#1)
statefulSessionBeanHomeMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (maximum value)
statefulSessionBeanHomeMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (minimum value)
statefulSessionBeanHomeMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the Home interface (average value#1)
statefulSessionBeanHomeMethodCallCount
(10)
Counter RO -- Number of executions of the method
statefulSessionBeanHomeMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanHomeMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(36) statefulSessionBeanRemoteMethodTable

The following table describes statefulSessionBeanRemoteMethodTable:

Table A-36 statefulSessionBeanRemoteMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statefulSessionBean
RemoteMethodTable
(36)
statefulSessionBean
RemoteMethodEntry
(1)
statefulSessionBeanRemoteMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Remote Component Interface Method is used
statefulSessionBeanRemoteMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:Remote-interface-class-name:method-name"
statefulSessionBeanRemoteMethodName
(3)
DisplayString RO -- Method name
statefulSessionBeanRemoteMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the Remote interface (maximum value)
statefulSessionBeanRemoteMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the Remote interface (minimum value)
statefulSessionBeanRemoteMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the Remote interface (average value#1)
statefulSessionBeanRemoteMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (maximum value)
statefulSessionBeanRemoteMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (minimum value)
statefulSessionBeanRemoteMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the Remote interface (average value#1)
statefulSessionBeanRemoteMethodCallCount
(10)
Counter RO -- Number of executions of the method
statefulSessionBeanRemoteMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanRemoteMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(37) statefulSessionBeanLocalHomeMethodTable

The following table describes statefulSessionBeanLocalHomeMethodTable:

Table A-37 statefulSessionBeanLocalHomeMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statefulSessionBean
LocalHomeMethodTable
(37)
statefulSessionBean
LocalHomeMethodEntry
(1)
statefulSessionBeanLocalHomeMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Local Home Interface Method is used
statefulSessionBeanLocalHomeMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:LocalHome-interface-class-name:method-name"
statefulSessionBeanLocalHomeMethodName
(3)
DisplayString RO -- Method name
statefulSessionBeanLocalHomeMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeMethodCallCount
(10)
Counter RO -- Number of executions of the method
statefulSessionBeanLocalHomeMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanLocalHomeMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(38) statefulSessionBeanLocalComponentMethodTable

The following table describes statefulSessionBeanLocalComponentMethodTable:

Table A-38 statefulSessionBeanLocalComponentMethodTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
statefulSessionBean
LocalComponentMethodTable
(38)
statefulSessionBean
LocalComponentMethodEntry
(1)
statefulSessionBeanLocalComponentMethodIndex
(1)
INTEGER RO -- Sequence number [1,...] The Stateful Session Bean Local Component Interface Method is used
statefulSessionBeanLocalComponentMethodFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name:LocalComponent-interface-class-name:method-name"
statefulSessionBeanLocalComponentMethodName
(3)
DisplayString RO -- Method name
statefulSessionBeanLocalComponentMethodResponseMaxTime
(4)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentMethodResponseMinTime
(5)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentMethodResponseAveTime
(6)
Gauge RO Milliseconds Response time of calls to the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentMethodResponseEjbMaxTime
(7)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentMethodResponseEjbMinTime
(8)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentMethodResponseEjbAveTime
(9)
Gauge RO Milliseconds Execution time of the EJB method for the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentMethodCallCount
(10)
Counter RO -- Number of executions of the method
statefulSessionBeanLocalComponentMethodStatisticsStartedTime
(11)
INTEGER RO Seconds Statistics start time#2
statefulSessionBeanLocalComponentMethodSamplingTime
(12)
INTEGER RW Seconds Statistics sampling time#3

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#3
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(39) webContainerTable

The following table describes webContainerTable:

Table A-39 webContainerTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
webContainerTable
(39)
webContainerEntry
(1)
webContainerIndex
(1)
INTEGER RO -- Sequence number [1,...] None
webContainerFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance "logical-server-name"
webContainerServerName
(3)
DisplayString RO -- Server name of the Web container
webContainerStartedTime
(4)
INTEGER RO Seconds Startup time of the Web container#1
webContainerStatisticsStartedTime
(5)
INTEGER RO Seconds Statistics start time#1
webContainerSamplingTime
(6)
INTEGER RW Seconds Statistics sampling time#2
webContainerActiveThreadCountUpperBound
(7)
INTEGER RO -- Upper-limit value of the number of active threads
  • A Web application (WAR) is used
  • The control functionality for concurrently executing threads is used
  • A Web application in which the number of concurrently executing threads is not set exists
webContainerCurrentThreadCountUpperBound
(8)
Gauge RO -- Current upper-limit value of the number of active threads#3
webContainerActiveThreadCount
(9)
Gauge RO -- Current number of active threads
webContainerActiveThreadCountHighWaterMark
(10)
Gauge RO -- Maximum number of active threads
webContainerActiveThreadCountLowWaterMark
(11)
Gauge RO -- Minimum number of active threads
webContainerActiveThreadCountAverage
(12)
Gauge RO -- Average value#4 of the number of active threads
webContainerActiveThreadCountPeak
(13)
Gauge RO -- Peak value#5of the number of active threads
webContainerWaitingRequestCountUpperBound
(14)
INTEGER RO -- Upper-limit value of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCount
(15)
Gauge RO -- Current number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountHighWaterMark
(16)
Gauge RO -- Maximum number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountLowWaterMark
(17)
Gauge RO -- Minimum number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountAverage
(18)
Gauge RO -- Average value#4 of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountPeak
(19)
Gauge RO -- Peak value#5 of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerOverflowRequestCount
(20)
Counter RO -- Total number of requests in which an error is returned based on the upper limit value that is set up for the default pending request

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#2
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

#3
Upper-limit value for the number of threads that can be concurrently executed at present

#4
Average value of the past sampling time from the time of value acquisition request.

#5
Peak value at the point of value acquisition request (the maximum value involving the available period of the sampling time after recording).

(40) inprocHttpSvrTable

The following table describes inprocHttpSvrTable:

Table A-40 inprocHttpSvrTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
inprocHttpSvrTable
(40)
inprocHttpSvrEntry
(1)
inprocHttpSvrIndex
(1)
INTEGER RO -- Sequence number [1,...] An in-process HTTP server is used
inprocHttpSvrFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance "logical-server-name"
inprocHttpSvrPortNumber
(3)
INTEGER RO -- Port number of the in-process HTTP server
inprocHttpSvrBackLogUpperBound
(4)
INTEGER RO -- Backlog of the communication sockets
inprocHttpSvrThreadCount
(5)
Gauge RO -- Current value of the total number of threads used in request processing
inprocHttpSvrThreadCountUpperBound
(6)
INTEGER RO -- Upper-limit value of the total number of threads used in request processing
inprocHttpSvrThreadCountLowerBound
(7)
INTEGER RO -- Lower-limit value of the total number of threads used in request processing
inprocHttpSvrThreadCountHighWaterMark
(8)
Gauge RO -- Maximum value of the total number of threads used in request processing
inprocHttpSvrThreadCountLowWaterMark
(9)
Gauge RO -- Minimum value of the total number of threads used in request processing
inprocHttpSvrThreadCountAverage
(10)
Gauge RO -- Average value#1 of the total number of threads used in request processing
inprocHttpSvrThreadCountPeak
(11)
Gauge RO -- Peak value#2 of the total number of threads used in request processing
inprocHttpSvrActiveThreadCount
(12)
Gauge RO -- Current value of the number of running threads
inprocHttpSvrActiveThreadCountUpperBound
(13)
INTEGER RO -- Upper-limit value of the number of running threads
inprocHttpSvrActiveThreadCountHighWaterMark
(14)
Gauge RO -- Maximum number of running threads
  • An in-process HTTP server is used
  • The control functionality for concurrently executing threads is not used
inprocHttpSvrActiveThreadCountLowWaterMark
(15)
Gauge RO -- Minimum number of running threads
inprocHttpSvrActiveThreadCountAverage
(16)
Gauge RO -- Average value#1 of the number of running threads
inprocHttpSvrActiveThreadCountPeak
(17)
Gauge RO -- Peak value#2 of the number of running threads
inprocHttpSvrPoolingThreadCount
(18)
Gauge RO -- Current value of the number of pooling threads An in-process HTTP server is used
inprocHttpSvrPoolingThreadCountUpperBound
(19)
INTEGER RO -- Upper-limit value of the number of pooling threads
inprocHttpSvrPoolingThreadCountLowerBound
(20)
INTEGER RO -- Lower-limit value of the number of pooling threads
inprocHttpSvrPoolingThreadCountHighWaterMark
(21)
Gauge RO -- Maximum number of pooling threads
inprocHttpSvrPoolingThreadCountLowWaterMark
(22)
Gauge RO -- Minimum number of pooling threads
inprocHttpSvrPoolingThreadCountAverage
(23)
Gauge RO -- Average value#1 of the number of pooling threads
inprocHttpSvrPoolingThreadCountPeak
(24)
Gauge RO -- Peak value#2 of the number of pooling threads
InprocHttpSvrConnectionCount
(25)
Gauge RO -- Current value of the number of connections
inprocHttpSvrConnectionCountUpperBound
(26)
INTEGER RO -- Upper-limit value of the number of connections
inprocHttpSvrConnectionCountHighWaterMark
(27)
Gauge RO -- Maximum number of connections
inprocHttpSvrConnectionCountLowWaterMark
(28)
Gauge RO -- Minimum number of connections
inprocHttpSvrConnectionCountAverage
(29)
Gauge RO -- Average value#1 of the number of connections
inprocHttpSvrConnectionCountPeak
(30)
Gauge RO -- Peak value#2 of the number of connections
inprocHttpSvrPersistentConnectionCount
(31)
Gauge RO -- Current value of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountUpperBound
(32)
INTEGER RO -- Upper-limit value of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountHighWaterMark
(33)
Gauge RO -- Maximum number of Persistent connections
inprocHttpSvrPersistentConnectionCountLowWaterMark
(34)
Gauge RO -- Minimum number of Persistent connections
inprocHttpSvrPersistentConnectionCountAverage
(35)
Gauge RO -- Average value#1 of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountPeak
(36)
Gauge RO -- Peak value#2 of the number of Persistent connections
inprocHttpSvrPersistentConnectionProcessedRequestCountUpperBound
(37)
INTEGER RO -- Upper-limit value of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountMax
(38)
Gauge RO -- Maximum number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountMin
(39)
Gauge RO -- Minimum number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountAve
(40)
Gauge RO -- Average value#1 of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountPeak
(41)
Gauge RO -- Peak value#2 of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionRequestWaitingTimeUpperBound
(42)
INTEGER RO Milliseconds Upper-limit value of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeMaxTime
(43)
Gauge RO Milliseconds Maximum request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeMinTime
(44)
Gauge RO Milliseconds Minimum request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeAveTime
(45)
Gauge RO Milliseconds Average value#1 of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimePeak
(46)
Gauge RO Milliseconds Peak value#2 of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrWaitingRequestCount
(47)
Gauge RO -- Current value of the number of requests that exceed the concurrently executing thread count, and are pending for each Web container
  • An in-process HTTP server is used
  • The control functionality for concurrently executing threads is not used
inprocHttpSvrWaitingRequestCountHighWaterMark
(48)
Gauge RO -- Maximum number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountLowWaterMark
(49)
Gauge RO -- Minimum number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountAverage
(50)
Gauge RO -- Average value#1 of the number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountPeak
(51)
Gauge RO -- Peak value#2 of the number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrRejectionRequestCount
(52)
Counter RO -- Total number of requests for which access is denied based on the control functionality for concurrent connections An in-process HTTP server is used
inprocHttpSvrStatisticsStartedTime
(53)
INTEGER RO Seconds Statistics start time#3
inprocHttpSvrSamplingTime
(54)
INTEGER RW Seconds Statistics sampling time#4

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only
RW: Read-Write

#1
Average value of the past sampling time from the time of value acquisition request.

#2
Peak value at the point of value acquisition request (the maximum value involving the available period of the sampling time after recording).

#3
Number of seconds elapsed since 00:00 Jan. 1, 1970 UTC

#4
Setting the sampling time
If you specify 0 or a lesser value, the statistics stops. If you specify a value from 1 to 9, the sampling time is set to the default value (10 seconds) and the statistics starts. If you specify 10 or a higher value, the statistics starts assuming the specified value as the sampling time.

(41) queueAppTable

The following table describes queueAppTable:

Table A-41 queueAppTable

Table name
(OID)
Entry name
(OID)
Metric name
(OID)
TYPE R/W Unit Description Preconditions
queueAppTable
(40)
queueAppEntry
(1)
queueAppIndex
(1)
INTEGER RO -- Sequence number [1,...] None
queueAppFullyQualifiedName
(2)
DisplayString RO -- Fully qualified name that uniquely identifies an instance "logical-CTM-server-name:queue-name:logical-J2EE-server-name"
queueAppQueueName
(3)
DisplayString RO -- Queue name
queueAppJ2EEName
(4)
DisplayString RO -- Actual J2EE server name
queueAppStartParallelCount
(5)
INTEGER RO -- Number of concurrent executions when the J2EE application is started
queueAppResidentThreadCount
(6)
INTEGER RO -- Number of current resident threads for the J2EE application

Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only