Optimize 10.11 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Trading Networks KPI Definitions | com.wm.tnextdc.TNDBConnectionPool | KPIs
 
KPIs
The following table describes the com.wm.tnextdc.TNDBConnectionPool KPIs.
Name
Description
int AvailableConnections
Number of unused connections in the pool.
int UsedConnections
Number of used connections in the pool.
int MaxConnections
Maximum number of active connections allowed for this connection pool.
long ConnectionTimeout
Number of milliseconds a connection is idle before being removed from the pool and closed.
string ConnectionPoolName
Connection pool name to uniquely identify Trading Networks database connections. For user to find information (for example, database URL or port).
int ObjectStatus
Indicates Operational or Failed status of the component.
boolean ContainsResourceMessage
Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource.
int MessageSeverity
Severity level of the resource message:
Critical = 1
Major = 2
Minor = 3
Warning = 4
Info = 5
Ok = 6
Indeterminate = 7