|
|
|
|
|
| | | |
BEA WebLogic Server Runtime MIB
The WebLogic Server MIB describes the information returned by the WebLogic Administration Server SNMP Service for runtime attributes. Information is provided on the following SNMP tables:
Cluster Runtime Table
This table is used for monitoring a server's view of the members of a Weblogic cluster within a Weblogic domain. clusterRuntimeEntry is 1.3.6.1.4.1.140.625.110.1. clusterRuntimeIndex is the index into the table.
clusterRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ObjectName and used as the table index
clusterRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name.
clusterRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
clusterRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
clusterRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
clusterRuntimeAliveServerCount
Syntax
INTEGER
Access
read-only
Description
The current total number of alive servers in this cluster
clusterRuntimeResendRequestsCount
Syntax
INTEGER
Access
read-only
Description
The number of state-delta messages that had to be resent because a receiving server in the cluster missed a message
clusterRuntimeFragmentsSentCount
Syntax
INTEGER
Access
read-only
Description
The total number of multicast fragments sent from this server into the cluster
clusterRuntimeFragmentsReceivedCount
Syntax
INTEGER
Access
read-only
Description
The total number of multicast messages received on this server from the cluster
clusterRuntimeMulticastMessagesLostCount
Syntax
INTEGER
Access
read-only
Description
The total number of incoming multicast messages that were lost according to this server
clusterRuntimeServerNames
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The names of the servers in the cluster
clusterRuntimeSecondaryDistributionNames
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The names of the remote servers (e.g. myserver) of which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.
clusterRuntimePrimaryCount
Syntax
INTEGER
Access
read-only
Description
The number of objects that the local server hosts as primaries
Connector Connection Pool Runtime Table
This table is used for monitoring a WebLogic Connector Connection Pool.
connectorConnectionPoolRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from connectorConnectionPoolRuntimeObjectName which is used as the index into the table
connectorConnectionPoolRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
connectorConnectionPoolRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
connectorConnectionPoolRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
connectorConnectionPoolRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
connectorConnectionPoolRuntimePoolName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The configured logical name for the connection factory using this connector connection pool
connectorConnectionPoolRuntimeJNDIName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
The configured JNDI name for the connection factory using this connector connection pool
connectorConnectionPoolRuntimeConnectionFactoryName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The resource adapter link reference for cases where this connection factory refers to an existing resource adapter deployment
connectorConnectionPoolRuntimeResourceAdapterLinkRefName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The resource adapter link reference for cases where this connection factory refers to an existing resource adapter deployment
connectorConnectionPoolRuntimeLogFileName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The log file used by the resource adapter for this connector connection pool
connectorConnectionPoolRuntimeTransactionSupport
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The transaction support level for the resource adapter for this connector connection pool
connectorConnectionPoolRuntimeConnections
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
An array of connector connection runtime MBeans that each represents the statistics for a connector connection
connectorConnectionPoolRuntimeLoggingEnabled
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
A boolean value True if logging is enabled.
connectorConnectionPoolRuntimeMaxCapacity
Syntax
INTEGER
Access
read-only
Description
The maximum capacity configured for this connector connection pool
connectorConnectionPoolRuntimeInitialCapacity
Syntax
INTEGER
Access
read-only
Description
The initial capacity configured for this connector connection pool.
connectorConnectionPoolRuntimeCapacityIncrement
Syntax
INTEGER
Access
read-only
Description
The capacity increment
connectorConnectionPoolRuntimeShrinkingEnabled
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if shrinking of this connector connection pool is enabled
connectorConnectionPoolRuntimeShrinkPeriodMinutes
Syntax
INTEGER
Access
read-only
Description
The shrink period (in minutes) of this connector connection pool
connectorConnectionPoolRuntimeActiveConnectionsCurrentCount
Syntax
INTEGER
Access
read-only
Description
The current total active connections
connectorConnectionPoolRuntimeActiveConnectionsHighCount
Syntax
INTEGER
Access
read-only
Description
The high water mark of active connections in this connector pool since the pool was instantiated
connectorConnectionPoolRuntimeFreeConnectionsCurrentCount
Syntax
INTEGER
Access
read-only
Description
The current total free connections
connectorConnectionPoolRuntimeFreeConnectionsHighCount
Syntax
INTEGER
Access
read-only
Description
The high water mark of free connections in this connector pool since the pool was instantiated
connectorConnectionPoolRuntimeAverageActiveUsage
Syntax
INTEGER
Access
read-only
Description
The running average usage of created connections that are active in the connector pool since the pool was last shrunk
connectorConnectionPoolRuntimeShrinkCountDownTime
Syntax
INTEGER
Access
read-only
Description
The amount of time left (in minutes) until an attempt to shrink the pool will be made
connectorConnectionPoolRuntimeRecycledTotal
Syntax
INTEGER
Access
read-only
Description
The total number of connector connections created in this connector pool since the pool is instantiated
connectorConnectionPoolRuntimeConnectionsCreatedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of connector connections created in this connector pool since the pool is instantiated
connectorConnectionPoolRuntimeConnectionsMatchedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of times a request for a connector connections was satisfied via the use of an existing created connection since the pool is instantiated
connectorConnectionPoolRuntimeConnectionsDestroyedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of connector connections destroyed in this connector pool since the pool is instantiated
connectorConnectionPoolRuntimeConnectionsRejectedTotalCount
Syntax
INTEGER
Access
read-only
Description
An array of connector connection runtime MBeans that each represents the statistics for a connector connection
Connector Connection Runtime Table
This table is used for monitoring individual WebLogic connector connections.
connectorConnectionRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from connectorConnectionRuntimeObjectName which is used as the index into the table
connectorConnectionRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
connectorConnectionRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
connectorConnectionRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
connectorConnectionRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
connectorConnectionRuntimeActiveHandlesCurrentCount
Syntax
INTEGER
Access
read-only
Description
The current total active connection handles for this connection
connectorConnectionRuntimeActiveHandlesHighCount
Syntax
INTEGER
Access
read-only
Description
The high water mark of active connection handles for this connection since the connection was created
connectorConnectionRuntimeHandlesCreatedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of connection handles created for this connection since the connection was created
connectorConnectionRuntimeCurrentlyInUse
Syntax
INTEGER
Access
read-only
Description
An indicator of whether or not the connection is currently in use
connectorConnectionRuntimeInTransaction
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
True if the connection is currently in use in a transaction
connectorConnectionRuntimeShared
Syntax
INTEGER
Access
read-only
Description
An indicator of whether or not the connection is currently being shared by more than one invoker
Connector Service Runtime Table
This table is used for monitoring the WebLogic connector service.
connectorServiceRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from connectorServiceRuntimeObjectName and used as the index into the table
connectorServiceRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
connectorServiceRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
connectorServiceRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
connectorServiceRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
connectorServiceRuntimeConnectionPoolCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of currently deployed connection pools
connectorServiceRuntimeConnectionPoolsTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of deployed connection pools instantiated since the server startup
Deployment Runtime Table
This table is used for monitoring a WebLogic deployment. The entry object deploymentRuntimeEntry has an OID of 1.3.6.1.4.1.140.625.120.1. The index into this table is deploymentRuntimeIndex.
deploymentRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
Unique value directed from ObjectName which is used as table index
deploymentRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name.
deploymentRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
deploymentRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
deploymentRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
deploymentRuntimeComponent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description:
The component that this deployment represents
deploymentRuntimeLocation
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description:
The location where the entity is deployed
deploymentRuntimeState
Syntax:
DisplayString SIZE(1..16)
Access:
read-only
Description:
The deployment state of the entity. The possible values are: Deployed or NotDeployed.
deploymentRuntimeTimeOfDeployment
Syntax:
DisplayString SIZE(1..32)
Access:
read-only
Description:
The time of deployment
deploymentRuntimeVersion
Syntax:
DisplayString SIZE(1..16)
Access:
read-only
Description:
The version of the deployed entity
Domain Runtime Table
This table is used for monitoring a WebLogic running domain.
domainRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ObjectName. This is used as the index into the table.
domainRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name.
domainRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type.
domainRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name.
domainRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
domainRuntimeActivationTime
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The time when the domain became active
domainRuntimeClusters
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The names of the active clusters in this domain
EJB Component Runtime Table
This table represents an EJBDeployment.
ejbComponentRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ObjectName. This is is used as the index into the table.
ejbComponentRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
ejbComponentRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbComponentRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbComponentRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
EA-proprietary Parent object's identification, with syntax type:name
ejbComponentRuntimeStatus
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
The time when the EJB component became active
ejbComponentRuntimeBeans
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
All beans deployed in this jar file
ejbComponentRuntimeDeploymentName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The name used to deploy this EJB
ejbComponentRuntimeEjbComponent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The configuration MBean for this component
ejbComponentRuntimeEjbHomes
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
An array of EJB homes associated with this deployment
EJB Entity Home Runtime Table
This table is used to monitor an EJBHome object of an Entity bean.
ejbEntityHomeRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ObjectName. This is used as the index into the table.
ejbEntityHomeRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean registration name
ejbEntityHomeRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbEntityHomeRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbEntityHomeRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
ejbEntityHomeRuntimeTransactionsCommittedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions committed by beans of this home
ejbEntityHomeRuntimeTransactionsRolledBackTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions rolled back by beans of this home
ejbEntityHomeRuntimeTransactionsInFlightTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of in-flight transactions by beans of this home
ejbEntityHomeRuntimeCachedBeansCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of beans currently in the cache
ejbEntityHomeRuntimeBeanType
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The type of the bean — Stateful Session, Stateless Session, Entity, or Message Driven
EJB Message Driven Runtime Table
This table contains the runtime representation of a MessageDriven Bean.
ejbMessageDrivenRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from the object name. This is used as the index into the table.
ejbMessageDrivenRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Acess
read-only
Description
JMX-standard MBean name
ejbMessageDrivenRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbMessageDrivenRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbMessageDrivenRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
ejbMessageDrivenRuntimeDestinationName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
ejbMessageDrivenDestinationTopic
Syntax
INTEGER { true(1), false(2) }
Access
read-only
Description
A boolean value (true or false).
EJB Stateful Home Runtime Table
This table is used to monitor an EJB home object of a stateful bean.
ejbStatefulHomeRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from ejbStatefulHomeRuntimeObjectName. This is used as the index into the table.
ejbStatefulHomeRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
ejbStatefulHomeRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbStatefulHomeRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbStatefulHomeRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
ejbStatefulHomeRuntimeTransactionsCommittedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions committed by beans of this home
ejbStatefulHomeRuntimeTransactionsRolledBackTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions rolled back by beans of this home.
ejbStatefulHomeRuntimeTransactionsInFlightTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of in-flight transactions by beans of this home
ejbStatefulHomeRuntimeCachedBeansCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of beans currently in the cache
ejbStatefulHomeRuntimeBeanType
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The type of the bean. Possible values are: Stateful Session, Stateless Session, Entity, or Message Driven.
EJB Stateless Home Runtime Table
This table is used to monitor an EJBHome object of a stateless bean.
ejbStatelessHomeRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from object name. This is used as the index into the table.
ejbStatelessHomeRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
MX-standard MBean name
ejbStatelessHomeRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
ejbStatelessHomeRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
ejbStatelessHomeRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
ejbStatelessHomeRuntimeTransactionsCommittedTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions committed by beans of this Home
ejbStatelessHomeRuntimeTransactionsRolledBackTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of transactions rolled back by beans of this home
ejbStatelessHomeRuntimeTransactionsInFlightTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of in-flight transactions by beans of this home
ejbStatelessHomeRuntimeCachedBeansCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of beans currently in the cache
ejbStatelessHomeRuntimeBeanType
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
The type of the bean — Stateful Session, Stateless Session, Entity, or Message Driven
:ejbStatelessHomeRuntimeWaiterTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of times a client had to wait to get an instance of a stateless session bean from the freepool
ejbStatelessHomeRuntimeTimeoutTotalCount
Syntax
INTEGER
Access
read-only
Description
The total number of times a client timed-out waiting to get an instance of a stateless session bean from the freepool
ejbStatelessHomeRuntimeCachedBeansIdleCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of beans allocated but idle
ejbStatelessHomeRuntimeCachedBeansInUseCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of beans currently in use
Execute Queue Runtime Table
This table represents runtime attributes of an execute queue.
executeQueueRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from the object name. This is used as an index into the table.
executeQueueRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
executeQueueRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
executeQueueRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
executeQueueRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
executeQueueRuntimeExecuteThreadCurrentIdleCount
Syntax
INTEGER
Access
read-only
Description
The number of idle threads assigned to the queue
executeQueueRuntimePendingRequestOldestTime
Syntax
INTEGER
Access
read-only
Description
The time that the longest waiting request was placed in the queue
executeQueueRuntimePendingRequestCurrentCount
Syntax
INTEGER
Access
read-only
Description
The number of waiting requests in the queue
executeQueueRuntimeServicedRequestTotalCount
Syntax
INTEGER
Access
read-only
Description
The number of requests which have been processed by this queue
executeQueueRuntimeExecuteThreads
Syntax
DisplayString SIZE(1..2048)
Access
read-only
Description
The execute threads currently assigned to the queue
JDBC Connection Pool Runtime Table
This table is used for monitoring a Weblogic JDBC connection pool.
jdbcConnectionPoolRuntimeIndex
Syntax
DisplayString SIZE(1..16)
Access
read-only
Description
A unique value derived from the object name. This is used as an index into the table.
jdbcConnectionPoolRuntimeObjectName
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
JMX-standard MBean name
jdbcConnectionPoolRuntimeType
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean type
jdbcConnectionPoolRuntimeName
Syntax
DisplayString SIZE(1..64)
Access
read-only
Description
BEA-proprietary MBean name
jdbcConnectionPoolRuntimeParent
Syntax
DisplayString SIZE(1..256)
Access
read-only
Description
BEA-proprietary Parent object's identification, with syntax type:name
jdbcConnectionPoolRuntimeActiveConnectionsCurrentCount
Syntax
INTEGER
Access
read-only
Description
The current total active connections
jdbcConnectionPoolRuntimeWaitingForConnectionCurrentCount
Syntax
INTEGER
Access
read-only
Description
The current total waiting for a connection
jdbcConnectionPoolRuntimeVersionJDBCDriver
Syntax
DisplayString SIZE(1..32)
Access
read-only
Description
The version of the JDBC driver, in the format of concatenating the driver class name with major: XX, minor: YY
jdbcConnectionPoolRuntimeActiveConnectionsHighCount
Syntax
INTEGER
Access
read-only
Description
The high water mark of active connections in this JDBCConnectionPoolRuntimeMBean. The count starts at zero each time the JDBCConnectionPoolRuntimeMBean is instantiated.
jdbcConnectionPoolRuntimeWaitingForConnectionHighCount
Syntax
INTEGER
Access
read-only
Description
The high water mark of waiters for a connection in this JDBCConnectionPoolRuntimeMBean. The count starts at zero each time the JDBCConnectionPoolRuntimeMBean is instantiated.
jdbcConnectionPoolRuntimeWaitSecondsHighCount
Syntax
INTEGER
Access
read-only
Description
The number of seconds the longest waiter for a connection waited
jdbcConnectionPoolRuntimeConnectionsTotalCount
Syntax
INTEGER
Access