<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>

Thread pools statistics for ${poolName}:

Pool Max: ${stats.threadsInUse.upperBound}
Lowest Recorded: ${stats.threadsInUse.lowWaterMark}
Highest Recorded: ${stats.threadsInUse.highWaterMark}
Threads in Use: ${stats.threadsInUse.current}

Current consumers of threads in this pool:

Description # of Threads
${client.name} ${client.threadCount}