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)
TYPER/WUnitDescriptionPreconditions
j2eeContainerTable
(1)
j2eeContainerEntry
(1)
j2eeContainerIndex
(1)
INTEGERRO--Sequence number [1,...]None
j2eeContainerFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name"
j2eeContainerServerName
(3)
DisplayStringRO--Name of the J2EE server
j2eeContainerNamingServiceHost
(4)
DisplayStringRO--Host name of the Naming Service to which the J2EE server is to be connected.
j2eeContainerNamingServicePort
(5)
INTEGERRO--Port number of the Naming Service to which the J2EE server is to be connected.
j2eeContainerStartedTime
(6)
INTEGERROSecondsStartup 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)TYPER/WUnitDescriptionPreconditions
jvmTable
(2)
jvmEntry
(1)
jvmIndex
(1)
INTEGERRO--Sequence number [1,...]None
jvmFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name"
jvmName
(3)
DisplayStringRO--Implementation name of JavaVM
jvmVersion
(4)
DisplayStringRO--Implementation version of JavaVM
jvmCurrentFreeMemory
(5)
GaugeROKBFree memory requirement of JavaVM (current value)
jvmFreeMemoryHighWaterMark
(6)
GaugeROKBFree memory requirement of JavaVM (maximum value)
jvmFreeMemoryLowWaterMark
(7)
GaugeROKBFree memory requirement of JavaVM (minimum value)
jvmFreeMemoryAverag
(8)
GaugeROKBFree memory requirement of JavaVM (average value#1)
jvmFreeMemoryPeak
(9)
GaugeROKBFree memory requirement of JavaVM (peak value#2)
jvmCurrentTotalMemory
(10)
GaugeROKBCurrent value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryHighWaterMark
(11)
GaugeROKBMaximum value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryLowWaterMark
(12)
GaugeROKBMinimum value of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryAverage
(13)
GaugeROKBAverage value#1 of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmTotalMemoryPeak
(14)
GaugeROKBPeak value#2 of the total memory requirement of JavaVM (total of the used memory requirement and free memory requirement)
jvmMaxMemory
(15)
INTEGERROKBIf maximum used memory requirement of JavaVM
is not specified, assume (263-1)/210
jvmStatisticsStartedTime
(16)
INTEGERROSecondsStatistics start time#3
jvmSamplingTime
(17)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
transactionTable
(3)
transactionEntry
(1)
transactionIndex
(1)
INTEGERRO--Sequence number [1,...]The transaction must be started
transactionFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name"
transactionDefaultTransactionTimeout
(3)
INTEGERROSecondsDefault value of transaction timeout
transactionActiveTransactionCount
(4)
GaugeRO--Number of active transactions (current value)
transactionAveTime
(5)
GaugeROMillisecondsTransaction time (average value#1)
transactionStatisticsStartedTime
(6)
INTEGERROSecondsStatistics start time#2
transactionSamplingTime
(7)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
httpServerTable
(4)
httpServerEntry
(1)
httpServerIndex
(1)
INTEGERRO--Sequence number [1,...]None
httpServerFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name"
httpServerPortNumber
(3)
INTEGERRO--Port number of the server for management
httpServerActiveThreadCountHighWaterMark
(4)
GaugeRO--Number of active threads (maximum value)
httpServerActiveThreadCountLowWaterMark
(5)
GaugeRO--Number of active threads (minimum value)
httpServerActiveThreadCountAverage
(6)
GaugeRO--Number of active threads (average value#1)
httpServerActiveThreadCountPeak
(7)
GaugeRO--Number of active threads (peak value#2)
httpServerStatisticsStartedTime
(8)
INTEGERROSecondsStatistics start time#3
httpServerSamplingTime
(9)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
httpServer
ConnectorTable
(5)
httpServer
ConnectorEntry
(1)
httpServerConnectorIndex
(1)
INTEGERRO--Sequence number [1,...]The Web server integration functionality is used
httpServerConnectorFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name"
httpServerConnectorPortNumber
(3)
INTEGERRO--Port used for communication with the Web server
httpServerConnectorBackLogUpperBound
(4)
INTEGERRO--Backlog of the socket used for communication with the Web server
httpServerConnectorConnectionCount
(5)
GaugeRO--Number of connections between the Web server and Web container (current value)
httpServerConnectorConnectionCountHighWaterMark
(6)
GaugeRO--Number of connections between the Web server and Web container (maximum value)
httpServerConnectorConnectionCountLowWaterMark
(7)
GaugeRO--Number of connections between the Web server and Web container (minimum value)
httpServerConnectorActiveThreadCountUpperBound
(8)
GaugeRO--Number of active threads (upper-limit value)
httpServerConnectorActiveThreadCountHighWaterMark
(9)
GaugeRO--Number of active threads (maximum value)
httpServerConnectorActiveThreadCountLowWaterMark
(10)
GaugeRO--Number of active threads (minimum value)
httpServerConnectorActiveThreadCountAverage
(11)
GaugeRO--Number of active threads (average value#1)
httpServerConnectorActiveThreadCountPeak
(12)
GaugeRO--Number of active threads (peak value#2)
httpServerConnectorWaitingRequestCountHighWaterMark
(13)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (maximum value)
httpServerConnectorWaitingRequestCountLowWaterMark
(14)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (minimum value)
httpServerConnectorWaitingRequestCountAverage
(15)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (average value#1)
httpServerConnectorWaitingRequestCountPeak
(16)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (peak value#2)
httpServerConnectorStatisticsStartedTime
(17)
INTEGERROSecondsStatistics start time#3
httpServerConnectorSamplingTime
(18)
INTEGERRWSecondsStatistics sampling time#4
httpServerConnectorActiveThreadCount
(19)
GaugeRO--Number of active threads
httpServerConnectorWaitingRequestCount
(20)
GaugeRO--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)TYPER/WUnitDescriptionPreconditions
dataSourceTable
(6)
dataSourceEntry
(1)
dataSourceIndex(1)INTEGERRO--Sequence number [1,...]The data source must be imported
dataSourceFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:data-source-name"
dataSourceName
(3)
DisplayStringRO--Data source name
dataSourceAuthenticationType
(4)
INTEGERRO--Authentication type
Authentication of each application
Authentication of each container
dataSourceLoginTimeout
(5)
INTEGERROSecondsLogin timeout value
dataSourceUserID
(6)
DisplayStringRO--User ID
dataSourcePoolUpperBound
(7)
INTEGERRO--Number of connection pools (upper-limit value)
dataSourcePoolLowerBound
(8)
INTEGERRO--Number of connection pools (lower-limit value)
dataSourceCurrentPoolSize
(9)
GaugeRO--Number of connection pools (current value)
dataSourceActiveConnectionCount
(10)
GaugeRO--Number of active connections (current value)
dataSourceFreeConnectionCount
(11)
GaugeRO--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)
TYPER/WUnitDescriptionPreconditions
j2eeApplicationTable
(7)
j2eeApplicationEntry
(1)
j2eeApplicationIndex
(1)
INTEGERRO--Sequence number [1,...]The J2EE application (EAR) must be started
j2eeApplicationFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name"#
j2eeApplicationName
(3)
DisplayStringRO--J2EE application name
j2eeApplicationDeployedTime
(4)
INTEGERROSecondsTime 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)
TYPER/WUnitDescriptionPreconditions
ejbApplicationTable
(8)
ejbApplicationEntry
(1)
ejbApplicationIndex
(1)
INTEGERRO--Sequence number [1,...]The EJB application (EJB-JAR) must be started
ejbApplicationFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name"
ejbApplicationName
(3)
DisplayStringRO--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)TYPER/WUnitDescriptionPreconditions
statelessSessionBeanTable
(9)
statelessSessionBeanEntry
(1)
statelessSessionBeanIndex
(1)
INTEGERRO--Sequence number [1,...]A Stateless Session Bean is used
statelessSessionBeanFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanName
(3)
DisplayStringRO--Enterprise Bean name
statelessSessionBeanHomeInterfaceName
(4)
DisplayStringRO--RemoteHome interface class name#1
statelessSessionBeanRemoteInterfaceName
(5)
DisplayStringRO--RemoteComponent interface class name#1
statelessSessionBeanLocalHomeInterfaceName
(6)
DisplayStringRO--LocalHome interface class name (EJB2.0 compliant)#2
statelessSessionBeanLocalComponentInterfaceName
(7)
DisplayStringRO--LocalComponent interface class name (EJB2.0 compliant)#2
statelessSessionBeanEjbClassName
(8)
DisplayStringRO--EJB class name
statelessSessionBeanPoolUpperBound
(9)
INTEGERRO--Number of instance pools (upper-limit value)
statelessSessionBeanPoolLowerBound
(10)
INTEGERRO--Number of instance pools (lower-limit value)
statelessSessionBeanCurrentPoolSize
(11)
GaugeRO--Number of instance pools (current value)
statelessSessionBeanWaitingSessionCount
(12)
GaugeRO--Number of sessions waiting to be connected (current value)
statelessSessionBeanActiveSessionBeanCount
(13)
GaugeRO--Number of active Stateless Session Beans (current value)
statelessSessionBeanFreeSessionBeanCount
(14)
GaugeRO--Number of free Stateless Session Beans (current value)
statelessSessionBeanFreeSessionTransactionType
(15)
DisplayStringRO--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)TYPER/WUnitDescriptionPreconditions
statelessSession
BeanHomeTable
(10)
statelessSession
BeanHomeEntry
(1)
statelessSessionBeanHomeIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Remote Home Interface is used
statelessSessionBeanHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanHomeName
(3)
DisplayStringRO--RemoteHome interface class name
statelessSessionBeanHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (maximum value)
statelessSessionBeanHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (minimum value)
statelessSessionBeanHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (average value#1)
statelessSessionBeanHomeStatisticsStartedTime
(7)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanHomeSamplingTime
(8)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statelessSession
BeanRemoteTable
(11)
statelessSession
BeanRemoteEntry
(1)
statelessSessionBeanRemoteIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Remote Component Interface is used
statelessSessionBeanRemoteFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanRemoteName
(3)
DisplayStringRO--RemoteComponent interface class name
statelessSessionBeanRemoteResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (maximum value)
statelessSessionBeanRemoteResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (minimum value)
statelessSessionBeanRemoteResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (average value#1)
statelessSessionBeanRemoteResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (maximum value)
statelessSessionBeanRemoteResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (minimum value)
statelessSessionBeanRemoteResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (average value#1)
statelessSessionBeanRemoteStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanRemoteSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statefulSession
BeanTable
(12)
statefulSession
BeanEntry
(1)
statefulSessionBeanIndex
(1)
INTEGERRO--Sequence number [1,...]A Stateful Session Bean is used
statefulSessionBeanFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanName
(3)
DisplayStringRO--Enterprise Bean name
statefulSessionBeanHomeInterfaceName
(4)
DisplayStringRO--RemoteHome interface class name#1
statefulSessionBeanRemoteInterfaceName
(5)
DisplayStringRO--RemoteComponent interface class name#1
statefulSessionBeanLocalHomeInterfaceName
(6)
DisplayStringRO--LocalHome interface class name#2
statefulSessionBeanLocalComponentInterfaceName
(7)
DisplayStringRO--LocalComponent interface class name#2
statefulSessionBeanEjbClassName
(8)
DisplayStringRO--EJB class name
statefulSessionBeanSessionUpperBound
(9)
INTEGERRO--Number of concurrent connections (upper-limit value)
statefulSessionBeanActiveSessionUpperBound
(10)
INTEGERRO--Number of concurrent executions (upper-limit value)
statefulSessionBeanPassivateTimeout
(11)
INTEGERROSecondsTimeout value of a passive session
statefulSessionBeanActiveTimeout
(12)
INTEGERROSecondsTimeout value of an active session
statefulSessionBeanCurrentSessionCount
(13)
GaugeRO--Number of connected sessions (current value)
statefulSessionBeanWaitingSessionCount
(14)
GaugeRO--Number of sessions waiting to be connected (current value)
statefulSessionBeanActiveSessionCount
(15)
GaugeRO--Number of active sessions (current value)
statefulSessionBeanPassiveSessionCount
(16)
GaugeRO--Number of passive sessions (current value)
statefulSessionBeanTransactionType
(17)
DisplayStringRO--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)TYPER/WUnitDescriptionPreconditions
statefulSession
BeanHomeTable
(13)
statefulSession
BeanHomeEntry
(1)
statefulSessionBeanHomeIndex
(1)
INTEGERRO--Sequence number [1,...]Stateful Session Bean Remote Home Interface is used
statefulSessionBeanHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanHomeName
(3)
DisplayStringRO--RemoteHome interface class name
statefulSessionBeanHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (maximum value)
statefulSessionBeanHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (minimum value)
statefulSessionBeanHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (average value#1)
statefulSessionBeanHomeResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (maximum value)
statefulSessionBeanHomeResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (minimum value)
statefulSessionBeanHomeResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (average value#1)
statefulSessionBeanHomeStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanHomeSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statefulSession
BeanRemoteTable
(14)
statefulSession
BeanRemoteEntry
(1)
statefulSessionBeanRemoteIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Remote Component Interface is used
statefulSessionBeanRemoteFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanRemoteName
(3)
DisplayStringRO--RemoteComponent interface class name
statefulSessionBeanRemoteResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (maximum value)
statefulSessionBeanRemoteResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (minimum value)
statefulSessionBeanRemoteResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (average value#1)
statefulSessionBeanRemoteResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (maximum value)
statefulSessionBeanRemoteResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (minimum value)
statefulSessionBeanRemoteResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (average value#1)
statefulSessionBeanRemoteStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanRemoteSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
entityBeanTable
(15)
entityBeanEntry
(1)
entityBeanIndex
(1)
INTEGERRO--Sequence number [1,...]An Entity Bean is used
entityBeanFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanName
(3)
DisplayStringRO--Enterprise Bean name
entityBeanHomeInterfaceName
(4)
DisplayStringRO--RemoteHome interface class name#1
entityBeanRemoteInterfaceName
(5)
DisplayStringRO--RemoteComponent interface class name#1
entityBeanLocalHomeInterfaceName
(6)
DisplayStringRO--LocalHome interface class name#2
entityBeanLocalComponentInterfaceName
(7)
DisplayStringRO--LocalComponent interface class name#2
entityBeanEjbClassName
(8)
DisplayStringRO--EJB class name
entityBeanPersistenceType
(9)
DisplayStringRO--Persistence type
CMP or BMP
entityBeanCacheOption
(10)
DisplayStringRO--Cache model
A: Full Cache
B: Cache
C: No Cache
entityBeanSessionUpperBound
(11)
INTEGERRO--Number of concurrent connections (upper-limit value)
entityBeanPoolUpperBound
(12)
INTEGERRO--Number of instance pools (upper-limit value)
entityBeanPoolLowerBound
(13)
INTEGERRO--Number of instance pools (lower-limit value)
entityBeanCurrentPoolSize
(14)
GaugeRO--Number of instance pools (current value)
entityBeanSessionTimeout
(15)
INTEGERRO--Connection timeout value
entityBeanCurrentSessionCount
(16)
GaugeRO--Number of connected sessions (current value)
entityBeanWaitingSessionCount
(17)
GaugeRO--Number of sessions waiting to be connected (current value)
entityBeanActiveEntityBeanCount
(18)
GaugeRO--Number of active Entity Beans (current value)
entityBeanFreeEntityBeanCount
(19)
GaugeRO--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)TYPER/WUnitDescriptionPreconditions
entityBeanHomeTable
(16)
entityBeanHomeEntry
(1)
entityBeanHomeIndex
(1)
INTEGERRO--Sequence number [1,...]The Entity Bean Remote Home Interface is used
entityBeanHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanHomeName
(3)
DisplayStringRO--RemoteHome interface class name
entityBeanHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (maximum value)
entityBeanHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (minimum value)
entityBeanHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteHome interface (average value#1)
entityBeanHomeResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (maximum value)
entityBeanHomeResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (minimum value)
entityBeanHomeResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the RemoteHome interface (average value#1)
entityBeanHomeStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
entityBeanHomeSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
entityBeanRemoteTable
(17)
entityBeanRemoteEntry
(1)
entityBeanRemoteIndex
(1)
INTEGERRO--Sequence number [1,...]The Entity Bean Remote Component Interface is used
entityBeanRemoteFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanRemoteName
(3)
DisplayStringRO--RemoteComponent interface class name
entityBeanRemoteResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (maximum value)
entityBeanRemoteResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (minimum value)
entityBeanRemoteResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the RemoteComponent interface (average value#1)
entityBeanRemoteResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (maximum value)
entityBeanRemoteResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (minimum value)
entityBeanRemoteResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the RemoteComponent interface (average value#1)
entityBeanRemoteStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
entityBeanRemoteSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
webApplicationTable
(18)
webApplicationEntry
(1)
webApplicationIndex
(1)
INTEGERRO--Sequence number [1,...]A Web application (WAR) is used
webApplicationFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:Context-root"
webApplicationContextRoot
(3)
DisplayStringRO--Context root
webApplicationActiveSessionCount
(4)
GaugeRO--Number of active sessions (current value)
webApplicationTotalJSPServiceCount
(5)
CounterRO--Number of JSP executions (total value)
webApplicationTotalJSPServiceFailedCount
(6)
CounterRO--Number of failed JSP executions (total value)
webApplicationTotalJSPServiceMaxTime
(7)
GaugeROMillisecondsJSP execution time (maximum value)
webApplicationTotalJSPServiceMinTime
(8)
GaugeROMillisecondsJSP execution time (minimum value)
webApplicationTotalJSPServiceAveTime
(9)
GaugeROMillisecondsJSP execution time (average value#1)
webApplicationTotalJSPServicePeak
(10)
GaugeROMillisecondsJSP execution time (peak value#2)
webApplicationTotalJSPServiceOutputDataSizeMax
(11)
GaugeROKBJSP output data size (maximum value)
webApplicationTotalJSPServiceOutputDataSizeMin
(12)
GaugeROKBJSP output data size (minimum value)
webApplicationTotalJSPServiceOutputDataSizeAve
(13)
GaugeROKBJSP output data size (average value#1)
webApplicationTotalJSPServiceOutputDataSizePeak
(14)
GaugeROKBJSP output data size (peak value#2)
webApplicationTotalStaticFileServiceCount
(15)
CounterRO--Number of times of accessing static contents (total value)
webApplicationTotalStaticFileServiceFailedCount
(16)
CounterRO--Number of times of accessing failed static contents (total value)
webApplicationTotalStaticFileServiceMaxTime
(17)
GaugeROMillisecondsProcessing time for static contents acquisition (maximum value)
webApplicationTotalStaticFileServiceMinTime
(18)
GaugeROMillisecondsProcessing time for static contents acquisition (minimum value)
webApplicationTotalStaticFileServiceAveTime
(19)
GaugeROMillisecondsProcessing time for static contents acquisition (average value#1)
webApplicationTotalStaticFileServicePeak
(20)
GaugeROMillisecondsProcessing time for static contents acquisition (peak value#2)
webApplicationTotalStaticFileServiceOutputDataSizeMax
(21)
GaugeROKBStatic contents output data size (maximum value)
webApplicationTotalStaticFileServiceOutputDataSizeMin
(22)
GaugeROKBStatic contents output data size (minimum value)
webApplicationTotalStaticFileServiceOutputDataSizeAve
(23)
GaugeROKBStatic contents output data size (average value#1)
webApplicationTotalStaticFileServiceOutputDataSizePeak
(24)
GaugeROKBStatic contents output data size (peak value#2)
webApplicationStatisticsStartedTime
(25)
INTEGERROSecondsStatistics start time#3
webApplicationSamplingTime
(26)
INTEGERRWSecondsStatistics sampling time#4
webApplicationExclusiveThreadCountUpperBound
(27)
INTEGERRO--Number of exclusive threads
  • A Web application (WAR) is used
  • The control functionality for concurrently executing threads is used
webApplicationActiveThreadCountUpperBound
(28)
INTEGERRO--Number of active threads (upper-limit value)
webApplicationCurrentThreadCountUpperBound
(29)
GaugeRO--Number of active threads (current upper-limit value#5)
webApplicationActiveThreadCount
(30)
GaugeRO--Number of active threads (current value)
webApplicationActiveThreadCountHighWaterMark
(31)
GaugeRO--Number of active threads (maximum value)
webApplicationActiveThreadCountLowWaterMark
(32)
GaugeRO--Number of active threads (minimum value)
webApplicationActiveThreadCountAverage
(33)
GaugeRO--Number of active threads (average value#1)
webApplicationActiveThreadCountPeak
(34)
GaugeRO--Number of active threads (peak value#2)
webApplicationWaitingRequestCountUpperBound
(35)
INTEGERRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (upper-limit value)
webApplicationWaitingRequestCount
(36)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (current value)
webApplicationWaitingRequestCountHighWaterMark
(37)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (maximum value)
webApplicationWaitingRequestCountLowWaterMark
(38)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (minimum value)
webApplicationWaitingRequestCountAverage
(39)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (average value#1)
webApplicationWaitingRequestCountPeak
(40)
GaugeRO--Number of requests awaiting execution based on the upper-limit value set for the running threads (peak value#2)
webApplicationOverflowRequestCount
(41)
CounterRO--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)TYPER/WUnitDescriptionPreconditions
servletTable
(19)
servletEntry
(1)
servletIndex
(1)
INTEGERRO--Sequence number [1,...]A servlet is used
servletFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:context-root:Servlet-class-name"
servletName
(3)
DisplayStringRO--Servlet name coded in web.xml
Null character if the servlet name is not set
servletServletClassName
(4)
DisplayStringRO--Servlet class name
servletServiceCount
(5)
CounterRO--Number of executions of the servlet (total value)
servletServiceFailedCount
(6)
CounterRO--Number of failed executions of the servlet (total value)
servletServiceMaxTime
(7)
GaugeROMillisecondsExecution time of the servlet (maximum value)
servletServiceMinTime
(8)
GaugeROMillisecondsExecution time of the servlet (minimum value)
servletServiceAveTime
(9)
GaugeROMillisecondsExecution time of the servlet (average value#1)
servletServicePeak
(10)
GaugeROMillisecondsExecution time of the servlet (peak value#2)
servletServiceOutputDataSizeMax
(11)
GaugeROKBServlet output data size (maximum value)
servletServiceOutputDataSizeMin
(12)
GaugeROKBServlet output data size (minimum value)
servletServiceOutputDataSizeAve
(13)
GaugeROKBServlet output data size (average value#1)
servletServiceOutputDataSizePeak
(14)
GaugeROKBServlet output data size (peak value#2)
servletStatisticsStartTime
(15)
INTEGERROSecondsStatistics start time#3
servletSamplingTime
(16)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
requestUrlTable
(20)
requestUrlEntry
(1)
requestUrlIndex
(1)
INTEGERRO--Sequence number [1,...]Statistics of the requestUrl must be started, and the URL for the corresponding Web application must be accessed
requestUrlFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:context-root:request-URL"
requestUrl
(3)
DisplayStringRO--Request URL
requestUrlServiceCount
(4)
CounterRO--Number of request executions (total value)
requestUrlServiceFailedCount
(5)
CounterRO--Number of failed request executions (total value)
requestUrlServiceMaxTime
(6)
GaugeROMillisecondsRequest execution time (maximum value)
requestUrlServiceMinTime
(7)
GaugeROMillisecondsRequest execution time (minimum value)
requestUrlServiceAveTime
(8)
GaugeROMillisecondsRequest execution time (average value#1)
requestUrlServicePeak
(9)
GaugeROMillisecondsRequest execution time (peak value#2)
requestUrlServiceOutputDataSizeMax
(10)
GaugeROKBRequest output data size (maximum value)
requestUrlServiceOutputDataSizeMin
(11)
GaugeROKBRequest output data size (minimum value)
requestUrlServiceOutputDataSizeAve
(12)
GaugeROKBRequest output data size (average value#1)
requestUrlServiceOutputDataSizePeak
(13)
GaugeROKBRequest output data size (peak value#2)
requestUrlStatisticsStartedTime
(14)
INTEGERROSecondsStatistics start time#3
requestUrlSamplingTime
(15)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
dataSourceFullJTATable
(21)
dataSourceFullJTAEntry
(1)
dataSourceFullJTAIndex
(1)
INTEGERRO--Sequence number [1,...]Data source (XA) is imported
dataSourceFullJTAFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:data-source-name"
dataSourceFullJTAName
(3)
DisplayStringRO--Data source name
dataSourceFullJTALoginTimeout
(4)
INTEGERROSecondsLogin timeout value
dataSourceFullJTAUserID
(5)
DisplayStringRO--User ID
dataSourceFullJTAPoolUpperBound
(6)
INTEGERRO--Number of connection pools (upper-limit value)
dataSourceFullJTAPoolLowerBound
(7)
INTEGERRO--Number of connection pools (lower-limit value)
dataSourceFullJTACurrentPoolSize
(8)
GaugeRO--Number of connection pools (current value)
dataSourceFullJTAActiveConnectionCount
(9)
GaugeRO--Number of active connections (current value)
dataSourceFullJTAFreeConnectionCount
(10)
GaugeRO--Number of free connections (current value)
dataSourceFullJTAGetConnectionMaxTime
(11)
GaugeROMillisecondsExecution time of the getConnection method (maximum value)
dataSourceFullJTAGetConnectionMinTime
(12)
GaugeROMillisecondsExecution time of the getConnection method (minimum value)
dataSourceFullJTAGetConnectionAveTime
(13)
GaugeROMillisecondsExecution time of the getConnection method (average value#1)
dataSourceFullJTACreateConnectionMaxTime
(14)
GaugeROMillisecondsExecution time of the getXAConnection method (maximum value)
dataSourceFullJTACreateConnectionMinTime
(15)
GaugeROMillisecondsExecution time of the getXAConnection method (minimum value)
dataSourceFullJTACreateConnectionAveTime
(16)
GaugeROMillisecondsExecution time of the getXAConnection method (average value#1)
dataSourceFullJTAGetConnectionFailedCount
(17)
CounterRO--Number of failures of the getConnection method
dataSourceFullJTAConnectionErrorCount
(18)
CounterRO--Number of times a FATAL error occurred in the Connection.
Number of times the connectionErrorOccurred method of ConnectionEventListener was invoked.
dataSourceFullJTAStatisticsStartedTime
(19)
INTEGERROSecondsStatistics start time#2
dataSourceFullJTASamplingTime
(20)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
resourceAdapterTable
(22)
resourceAdapterEntry
(1)
resourceAdapterIndex
(1)
INTEGERRO--Sequence number [1,...]A resource adapter is used
resourceAdapterFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Resource adapter name
resourceAdapterVendorName
(4)
DisplayStringRO--Name of the vendor providing the resource adapter
resourceAdapterSpecVersion
(5)
DisplayStringRO--Used version of the JCA-based resource adapter
resourceAdapterEISType
(6)
DisplayStringRO--EIS type to which the resource adapter connects
resourceAdapterVersion
(7)
DisplayStringRO--Version of the resource adapter
resourceAdapterConnectionFactoryInterfaceName
(8)
DisplayStringRO--Interface class name of ConnectionFactory
resourceAdapterConnectionFactoryImplName
(9)
DisplayStringRO--Implementation class name of ConnectionFactory
resourceAdapterManagedConnectionFactoryImplName
(10)
DisplayStringRO--Implementation class name of ManagedConnectionFactory
resourceAdapterConnectionInterfaceName
(11)
DisplayStringRO--Interface class name of Connection
resourceAdapterConnectionImplName
(12)
DisplayStringRO--Implementation class name of Connection
resourceAdapterTransactionSupport
(13)
DisplayStringRO--Supported transaction models
NoTransaction: No transaction
LocalTransaction: Local transaction
XATransaction: XA transaction
resourceAdapterConfigProperties
(14)
DisplayStringRO--ConfigurationProperty information#1
resourceAdapterMConCreateCount
(15)
CounterRO--Number of executions of the createManagedConnection method of ManagedConnectionFactory#2
resourceAdapterConCreateCount
(16)
CounterRO--Number of executions of the getConnection method of ManagedConnection#2
resourceAdapterMConCleanupCount
(17)
CounterRO--Number of executions of the cleanup method of ManagedConnection#2
resourceAdapterMConDestroyCount
(18)
CounterRO--Number of executions of the destroy method of ManagedConnection#2
resourceAdapterUserId
(19)
DisplayStringRO--User ID
resourceAdapterPoolUpperBound
(20)
INTEGERRO--Number of connection pools#2 (upper-limit value)
resourceAdapterPoolLowerBound
(21)
INTEGERRO--Number of connection pools#2 (lower-limit value)
resourceAdapterCurrentPoolSize
(22)
GaugeRO--Number of connection pools#2 (current value)
resourceAdapterActiveConnectionCount
(23)
GaugeRO--Number of active connections#2 (current value)
resourceAdapterFreeConnectionCount
(24)
GaugeRO--Number of free connections#2 (current value)
resourceAdapterGetConnectionMaxTime
(25)
GaugeROMillisecondsExecution time of the allocateConnection method of ConnectionManager#3, #4 (maximum value)
resourceAdapterGetConnectionMinTime
(26)
GaugeROMillisecondsExecution time of the allocateConnection method of ConnectionManager #3, #4 (minimum value)
resourceAdapterGetConnectionAveTime
(27)
GaugeROMillisecondsExecution time of the allocateConnection method of ConnectionManager #2, #5 (average value#6)
resourceAdapterCreateConnectionMaxTime
(28)
GaugeROMillisecondsExecution time of the createManagedConnection method of ManagedConnectionFactory#3 (maximum value)
resourceAdapterCreateConnectionMinTime
(29)
GaugeROMillisecondsExecution time of the createManagedConnection method of ManagedConnectionFactory#3 (minimum value)
resourceAdapterCreateConnectionAveTime
(30)
GaugeROMillisecondsExecution time of the createManagedConnection method of ManagedConnectionFactory#2 (average value#6)
resourceAdapterGetConnectionFailedCount
(31)
CounterRO--Number of failures of the allocateConnection method#2, #5
resourceAdapterConnectionErrorCount
(32)
CounterRO--Number of times a FATAL error occurred in ManagedConnection
Number of times the connectionErrorOccurred method of ConnectionEventListener was invoked#2
resourceAdapterStatisticsStartedTime
(33)
INTEGERROSecondsStatistics start time#7
resourceAdapterSamplingTime
(34)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statelessSession
BeanLocalHomeTable
(23)
statelessSession
BeanLocalHomeEntry
(1)
statelessSessionBeanLocalHomeIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Local Home Interface is used
statelessSessionBeanLocalHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanLocalHomeName
(3)
DisplayStringRO--LocalHome interface class name
statelessSessionBeanLocalHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeStatisticsStartedTime
(7)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanLocalHomeSamplingTime
(8)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statelessSession
BeanLocalComponentTable
(24)
statelessSession
BeanLocalComponentTable
(1)
statelessSessionBeanLocalComponentIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Local Component Interface is used
statelessSessionBeanLocalComponentFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statelessSessionBeanLocalComponentFullyQualifiedName
(3)
DisplayStringRO--LocalComponent interface class name
statelessSessionBeanLocalComponentResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanLocalComponentSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statefulSession
BeanLocalHomeTable
(25)
statefulSession
BeanLocalHomeEntry
(1)
statefulSessionBeanLocalHomeIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Local Home Interface is used
statefulSessionBeanLocalHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanLocalHomeName
(3)
DisplayStringRO--LocalHome interface class name
statefulSessionBeanLocalHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanLocalHomeSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
statefulSession
BeanLocalComponentTable
(26)
statefulSession
BeanLocalComponentEntry
(1)
statefulSessionBeanLocalComponentIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Local Component Interface is used
statefulSessionBeanLocalComponentFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
statefulSessionBeanLocalComponentName
(3)
DisplayStringRO--LocalComponent interface class name
statefulSessionBeanLocalComponentResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanLocalComponentSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
entityBeanLocalHomeTable
(27)
entityBeanLocalHomeEntry
(1)
entityBeanLocalHomeIndex
(1)
INTEGERRO--Sequence number [1,...]The Entity Bean Local Home Interface is used
entityBeanLocalHomeFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanLocalHomeName
(3)
DisplayStringRO--LocalHome interface class name
entityBeanLocalHomeResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (maximum value)
entityBeanLocalHomeResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (minimum value)
entityBeanLocalHomeResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (average value#1)
entityBeanLocalHomeResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (maximum value)
entityBeanLocalHomeResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocaHome interface (minimum value)
entityBeanLocalHomeResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocaHome interface (average value#1)
entityBeanLocalHomeStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
entityBeanLocalHomeSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
entityBeanLocal
ComponentTable
(28)
entityBeanLocal
ComponentEntry
(1)
entityBeanLocalComponentIndex
(1)
INTEGERRO--Sequence number [1,...]The Entity Bean Local Component Interface is used
entityBeanLocalComponentFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
entityBeanLocalComponentName
(3)
DisplayStringRO--LocalComponent interface class name
entityBeanLocalComponentResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (maximum value)
entityBeanLocalComponentResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (minimum value)
entityBeanLocalComponentResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (average value#1)
entityBeanLocalComponentResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (maximum value)
entityBeanLocalComponentResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (minimum value)
entityBeanLocalComponentResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (average value#1)
entityBeanLocalComponentStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
entityBeanLocalComponentSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
messageDrivenBeanTable
(29)
messageDrivenBeanEntry
(1)
messageDrivenBeanIndex
(1)
INTEGERRO--Sequence number [1,...]A Message-driven Bean is used
messageDrivenBeanFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:J2EE-application-name:EJB-application-name:Enterprise-Bean-name"
messageDrivenBeanName
(3)
DisplayStringRO--Enterprise Bean name
messageDrivenBeanEjbClassName
(4)
DisplayStringRO--EJB class name
messageDrivenBeanTransactionType
(5)
DisplayStringRO--Transaction type
CMT or BMT
messageDrivenBeanDestinationType
(6)
DisplayStringRO--Destination types
Queue: Destination of the Point-To-Point model
Topic: Destination of the Publish-Subscribe model
messageDrivenBeanPoolUpperBound
(7)
INTEGERRO--Number of instance pools (upper-limit value)
messageDrivenBeanCurrentPoolSize
(8)
GaugeRO--Number of instance pools (current value)
messageDrivenBeanCurrentSessionCount
(9)
GaugeRO--Number of connected sessions (current value)
messageDrivenBeanResponseEjbMaxTime
(10)
GaugeROMillisecondsExecution time of the EJB method (maximum value)
messageDrivenBeanResponseEjbMinTime
(11)
GaugeROMillisecondsExecution time of the EJB method (minimum value)
messageDrivenBeanResponseEjbAveTime
(12)
GaugeROMillisecondsExecution time of the EJB method (average value#1)
messageDrivenBeanStatisticsStartedTime
(10)
INTEGERROSecondsStatistics start time#2
messageDrivenBeanSamplingTime
(11)
INTEGERRWSecondsStatistics 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)TYPER/WUnitDescriptionPreconditions
queueTable
(30)
queueEntry
(1)
queueIndex
(1)
INTEGERRO--Sequence number [1,...]None
queueFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance
"logical-server-name:queue-name"
queueName
(3)
DisplayStringRO--Queue name
queueStatus
(4)
DisplayStringRO--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)
INTEGERRO--Number of applications sharing the queue
queueStayedRequestCount
(6)
GaugeRO--Number of requests retained in the queue
queueStayedRequestMax
(7)
GaugeRO--Maximum number of requests retained in the queue
queueLength
(8)
INTEGERRO--Number of requests that can be registered concurrently
queueLookupName
(9)
DisplayStringRO--Registered name information managed by the queue
queueInterfaceName
(10)
DisplayStringRO--Interface information managed by the queue
queueParallelCount
(11)
INTEGERRO--Number of concurrent executions managed by the queue
queueTotalThreadCount
(12)
INTEGERRO--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)TYPER/WUnitDescriptionPreconditions
statelessSessionBean
HomeMethodTable
(31)
statelessSessionBean
HomeMethodEntry
(1)
statelessSessionBeanHomeMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Remote Home Interface Method is used
statelessSessionBeanHomeMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statelessSessionBeanHomeMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the Home interface (maximum value)
statelessSessionBeanHomeMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the Home interface (minimum value)
statelessSessionBeanHomeMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the Home interface (average value#1)
statelessSessionBeanHomeMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (maximum value)
statelessSessionBeanHomeMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (minimum value)
statelessSessionBeanHomeMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (average value#1)
statelessSessionBeanHomeMethodCallCount
(10)
CounterRO--Number of executions of the method
statelessSessionBeanHomeMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanHomeMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statelessSessionBean
RemoteMethodTable
(32)
statelessSessionBean
RemoteMethodEntry
(1)
statelessSessionBeanRemoteMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Remote Component Interface Method is used
statelessSessionBeanRemoteMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statelessSessionBeanRemoteMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the Remote interface (maximum value)
statelessSessionBeanRemoteMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the Remote interface (minimum value)
statelessSessionBeanRemoteMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the Remote interface (average value#1)
statelessSessionBeanRemoteMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (maximum value)
statelessSessionBeanRemoteMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (minimum value)
statelessSessionBeanRemoteMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (average value#1)
statelessSessionBeanRemoteMethodCallCount
(10)
CounterRO--Number of executions of the method
statelessSessionBeanRemoteMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanRemoteMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statelessSessionBean
LocalHomeMethodTable
(33)
statelessSessionBean
LocalHomeMethodEntry
(1)
statelessSessionBeanLocalHomeMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Local Home Interface Method is used
statelessSessionBeanLocalHomeMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statelessSessionBeanLocalHomeMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (maximum value)
statelessSessionBeanLocalHomeMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (minimum value)
statelessSessionBeanLocalHomeMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (average value#1)
statelessSessionBeanLocalHomeMethodCallCount
(10)
CounterRO--Number of executions of the method
statelessSessionBeanLocalHomeMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanLocalHomeMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statelessSessionBean
LocalComponentMethodTable
(34)
statelessSessionBean
LocalComponentMethodEntry
(1)
statelessSessionBeanLocalComponentMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateless Session Bean Local Component Interface Method is used
statelessSessionBeanLocalComponentMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statelessSessionBeanLocalComponentMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (maximum value)
statelessSessionBeanLocalComponentMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (minimum value)
statelessSessionBeanLocalComponentMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (average value#1)
statelessSessionBeanLocalComponentMethodCallCount
(10)
CounterRO--Number of executions of the method
statelessSessionBeanLocalComponentMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statelessSessionBeanLocalComponentMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statefulSessionBean
HomeMethodTable
(35)
statefulSessionBean
HomeMethodEntry
(1)
statefulSessionBeanHomeMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Remote Home Interface Method is used
statefulSessionBeanHomeMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statefulSessionBeanHomeMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the Home interface (maximum value)
statefulSessionBeanHomeMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the Home interface (minimum value)
statefulSessionBeanHomeMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the Home interface (average value#1)
statefulSessionBeanHomeMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (maximum value)
statefulSessionBeanHomeMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (minimum value)
statefulSessionBeanHomeMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the Home interface (average value#1)
statefulSessionBeanHomeMethodCallCount
(10)
CounterRO--Number of executions of the method
statefulSessionBeanHomeMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanHomeMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statefulSessionBean
RemoteMethodTable
(36)
statefulSessionBean
RemoteMethodEntry
(1)
statefulSessionBeanRemoteMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Remote Component Interface Method is used
statefulSessionBeanRemoteMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statefulSessionBeanRemoteMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the Remote interface (maximum value)
statefulSessionBeanRemoteMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the Remote interface (minimum value)
statefulSessionBeanRemoteMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the Remote interface (average value#1)
statefulSessionBeanRemoteMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (maximum value)
statefulSessionBeanRemoteMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (minimum value)
statefulSessionBeanRemoteMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the Remote interface (average value#1)
statefulSessionBeanRemoteMethodCallCount
(10)
CounterRO--Number of executions of the method
statefulSessionBeanRemoteMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanRemoteMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statefulSessionBean
LocalHomeMethodTable
(37)
statefulSessionBean
LocalHomeMethodEntry
(1)
statefulSessionBeanLocalHomeMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Local Home Interface Method is used
statefulSessionBeanLocalHomeMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statefulSessionBeanLocalHomeMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (maximum value)
statefulSessionBeanLocalHomeMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (minimum value)
statefulSessionBeanLocalHomeMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalHome interface (average value#1)
statefulSessionBeanLocalHomeMethodCallCount
(10)
CounterRO--Number of executions of the method
statefulSessionBeanLocalHomeMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanLocalHomeMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
statefulSessionBean
LocalComponentMethodTable
(38)
statefulSessionBean
LocalComponentMethodEntry
(1)
statefulSessionBeanLocalComponentMethodIndex
(1)
INTEGERRO--Sequence number [1,...]The Stateful Session Bean Local Component Interface Method is used
statefulSessionBeanLocalComponentMethodFullyQualifiedName
(2)
DisplayStringRO--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)
DisplayStringRO--Method name
statefulSessionBeanLocalComponentMethodResponseMaxTime
(4)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentMethodResponseMinTime
(5)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentMethodResponseAveTime
(6)
GaugeROMillisecondsResponse time of calls to the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentMethodResponseEjbMaxTime
(7)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (maximum value)
statefulSessionBeanLocalComponentMethodResponseEjbMinTime
(8)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (minimum value)
statefulSessionBeanLocalComponentMethodResponseEjbAveTime
(9)
GaugeROMillisecondsExecution time of the EJB method for the LocalComponent interface (average value#1)
statefulSessionBeanLocalComponentMethodCallCount
(10)
CounterRO--Number of executions of the method
statefulSessionBeanLocalComponentMethodStatisticsStartedTime
(11)
INTEGERROSecondsStatistics start time#2
statefulSessionBeanLocalComponentMethodSamplingTime
(12)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
webContainerTable
(39)
webContainerEntry
(1)
webContainerIndex
(1)
INTEGERRO--Sequence number [1,...]None
webContainerFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance "logical-server-name"
webContainerServerName
(3)
DisplayStringRO--Server name of the Web container
webContainerStartedTime
(4)
INTEGERROSecondsStartup time of the Web container#1
webContainerStatisticsStartedTime
(5)
INTEGERROSecondsStatistics start time#1
webContainerSamplingTime
(6)
INTEGERRWSecondsStatistics sampling time#2
webContainerActiveThreadCountUpperBound
(7)
INTEGERRO--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)
GaugeRO--Current upper-limit value of the number of active threads#3
webContainerActiveThreadCount
(9)
GaugeRO--Current number of active threads
webContainerActiveThreadCountHighWaterMark
(10)
GaugeRO--Maximum number of active threads
webContainerActiveThreadCountLowWaterMark
(11)
GaugeRO--Minimum number of active threads
webContainerActiveThreadCountAverage
(12)
GaugeRO--Average value#4 of the number of active threads
webContainerActiveThreadCountPeak
(13)
GaugeRO--Peak value#5of the number of active threads
webContainerWaitingRequestCountUpperBound
(14)
INTEGERRO--Upper-limit value of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCount
(15)
GaugeRO--Current number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountHighWaterMark
(16)
GaugeRO--Maximum number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountLowWaterMark
(17)
GaugeRO--Minimum number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountAverage
(18)
GaugeRO--Average value#4 of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerWaitingRequestCountPeak
(19)
GaugeRO--Peak value#5 of the number of requests awaiting execution based on the upper-limit value set for the running threads
webContainerOverflowRequestCount
(20)
CounterRO--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)
TYPER/WUnitDescriptionPreconditions
inprocHttpSvrTable
(40)
inprocHttpSvrEntry
(1)
inprocHttpSvrIndex
(1)
INTEGERRO--Sequence number [1,...]An in-process HTTP server is used
inprocHttpSvrFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance "logical-server-name"
inprocHttpSvrPortNumber
(3)
INTEGERRO--Port number of the in-process HTTP server
inprocHttpSvrBackLogUpperBound
(4)
INTEGERRO--Backlog of the communication sockets
inprocHttpSvrThreadCount
(5)
GaugeRO--Current value of the total number of threads used in request processing
inprocHttpSvrThreadCountUpperBound
(6)
INTEGERRO--Upper-limit value of the total number of threads used in request processing
inprocHttpSvrThreadCountLowerBound
(7)
INTEGERRO--Lower-limit value of the total number of threads used in request processing
inprocHttpSvrThreadCountHighWaterMark
(8)
GaugeRO--Maximum value of the total number of threads used in request processing
inprocHttpSvrThreadCountLowWaterMark
(9)
GaugeRO--Minimum value of the total number of threads used in request processing
inprocHttpSvrThreadCountAverage
(10)
GaugeRO--Average value#1 of the total number of threads used in request processing
inprocHttpSvrThreadCountPeak
(11)
GaugeRO--Peak value#2 of the total number of threads used in request processing
inprocHttpSvrActiveThreadCount
(12)
GaugeRO--Current value of the number of running threads
inprocHttpSvrActiveThreadCountUpperBound
(13)
INTEGERRO--Upper-limit value of the number of running threads
inprocHttpSvrActiveThreadCountHighWaterMark
(14)
GaugeRO--Maximum number of running threads
  • An in-process HTTP server is used
  • The control functionality for concurrently executing threads is not used
inprocHttpSvrActiveThreadCountLowWaterMark
(15)
GaugeRO--Minimum number of running threads
inprocHttpSvrActiveThreadCountAverage
(16)
GaugeRO--Average value#1 of the number of running threads
inprocHttpSvrActiveThreadCountPeak
(17)
GaugeRO--Peak value#2 of the number of running threads
inprocHttpSvrPoolingThreadCount
(18)
GaugeRO--Current value of the number of pooling threadsAn in-process HTTP server is used
inprocHttpSvrPoolingThreadCountUpperBound
(19)
INTEGERRO--Upper-limit value of the number of pooling threads
inprocHttpSvrPoolingThreadCountLowerBound
(20)
INTEGERRO--Lower-limit value of the number of pooling threads
inprocHttpSvrPoolingThreadCountHighWaterMark
(21)
GaugeRO--Maximum number of pooling threads
inprocHttpSvrPoolingThreadCountLowWaterMark
(22)
GaugeRO--Minimum number of pooling threads
inprocHttpSvrPoolingThreadCountAverage
(23)
GaugeRO--Average value#1 of the number of pooling threads
inprocHttpSvrPoolingThreadCountPeak
(24)
GaugeRO--Peak value#2 of the number of pooling threads
InprocHttpSvrConnectionCount
(25)
GaugeRO--Current value of the number of connections
inprocHttpSvrConnectionCountUpperBound
(26)
INTEGERRO--Upper-limit value of the number of connections
inprocHttpSvrConnectionCountHighWaterMark
(27)
GaugeRO--Maximum number of connections
inprocHttpSvrConnectionCountLowWaterMark
(28)
GaugeRO--Minimum number of connections
inprocHttpSvrConnectionCountAverage
(29)
GaugeRO--Average value#1 of the number of connections
inprocHttpSvrConnectionCountPeak
(30)
GaugeRO--Peak value#2 of the number of connections
inprocHttpSvrPersistentConnectionCount
(31)
GaugeRO--Current value of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountUpperBound
(32)
INTEGERRO--Upper-limit value of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountHighWaterMark
(33)
GaugeRO--Maximum number of Persistent connections
inprocHttpSvrPersistentConnectionCountLowWaterMark
(34)
GaugeRO--Minimum number of Persistent connections
inprocHttpSvrPersistentConnectionCountAverage
(35)
GaugeRO--Average value#1 of the number of Persistent connections
inprocHttpSvrPersistentConnectionCountPeak
(36)
GaugeRO--Peak value#2 of the number of Persistent connections
inprocHttpSvrPersistentConnectionProcessedRequestCountUpperBound
(37)
INTEGERRO--Upper-limit value of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountMax
(38)
GaugeRO--Maximum number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountMin
(39)
GaugeRO--Minimum number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountAve
(40)
GaugeRO--Average value#1 of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionProcessedRequestCountPeak
(41)
GaugeRO--Peak value#2 of the number of requests processed until the Persistent connection was disconnected
inprocHttpSvrPersistentConnectionRequestWaitingTimeUpperBound
(42)
INTEGERROMillisecondsUpper-limit value of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeMaxTime
(43)
GaugeROMillisecondsMaximum request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeMinTime
(44)
GaugeROMillisecondsMinimum request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimeAveTime
(45)
GaugeROMillisecondsAverage value#1 of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrPersistentConnectionRequestWaitingTimePeak
(46)
GaugeROMillisecondsPeak value#2 of the request waiting time when the TCP connection continues as the Persistent connection
inprocHttpSvrWaitingRequestCount
(47)
GaugeRO--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)
GaugeRO--Maximum number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountLowWaterMark
(49)
GaugeRO--Minimum number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountAverage
(50)
GaugeRO--Average value#1 of the number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrWaitingRequestCountPeak
(51)
GaugeRO--Peak value#2 of the number of requests that exceed the concurrently executing thread count, and are pending for each Web container
inprocHttpSvrRejectionRequestCount
(52)
CounterRO--Total number of requests for which access is denied based on the control functionality for concurrent connectionsAn in-process HTTP server is used
inprocHttpSvrStatisticsStartedTime
(53)
INTEGERROSecondsStatistics start time#3
inprocHttpSvrSamplingTime
(54)
INTEGERRWSecondsStatistics 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)
TYPER/WUnitDescriptionPreconditions
queueAppTable
(40)
queueAppEntry
(1)
queueAppIndex
(1)
INTEGERRO--Sequence number [1,...]None
queueAppFullyQualifiedName
(2)
DisplayStringRO--Fully qualified name that uniquely identifies an instance "logical-CTM-server-name:queue-name:logical-J2EE-server-name"
queueAppQueueName
(3)
DisplayStringRO--Queue name
queueAppJ2EEName
(4)
DisplayStringRO--Actual J2EE server name
queueAppStartParallelCount
(5)
INTEGERRO--Number of concurrent executions when the J2EE application is started
queueAppResidentThreadCount
(6)
INTEGERRO--Number of current resident threads for the J2EE application
Legend:
R/W:Read-Only/ Read-Write type
Not applicable
RO: Read-Only