<%= pool.getID() %> <%= pool.isPooledMode() ? "(pooled)":"" %> |
<%= ps.getUnpooledAllocated() %> |
<%= ps.getUnpooledMaxAllocated() %> |
"><%
if(udangles > 0) {
self.tagText("a", ""+udangles, ["href", "pool.jsp?show=hanging&pool="+pool.getID()]);
} else {
self.text(""+udangles);
}
%> |
<%= ps.getPooledUsed() %> |
<%= ps.getPooledMaxUsed() %> |
"><%
if(pdangles > 0) {
self.tagText("a", ""+pdangles, ["href", "pool.jsp?show=hanging&pool="+pool.getID()]);
} else {
self.text(""+pdangles);
}
%> |
<%= ps.getPooledAllocated() %> |
<%= pool.c().getMaxConns() %> |
<%= ps.getTotalAllocations() %> |
<%= ps.getTotalDatabaseAllocations() %> |
<%= ps.getStatementOpenCount() %> |
<%= ps.getStatementPeakCount() %> |
<%= ps.getStatementTotalPrepareCount() %> |
"><%= ps.getConnectionWaitCount() %> |
"><%= ps.getPoolFailureCount() %> |
"><%= ps.getExpiredDisconnects() %> |
<%
errors = pool.getSavedErrorList();
if(pool.isSavingErrors() && errors) {
self.actionTag(pool, "errorsoff", "Disable error logging");
} else {
self.actionTag(pool, "errorson", "Enable error logging");
}
self.text(", ");
self.showTag(pool, "used", "Show used connections");
%> |