You can buy this project and download/modify it how often you want.
<%@ page language="java" contentType="text/html;charset=UTF-8" session="true"%> <%@ taglib uri="http://www.anotheria.net/ano-tags" prefix="ano"%> Threads (${infosCount}) ID Name State inNative suspened Lock name Lock owner id Lock owner name Blocked count Blocked time Waited count Waited time ${info.threadId} ${info.threadName} X X ${info.lockName} ${info.lockOwnerId} ${info.lockOwnerName} ${info.blockedCount} ${info.blockedTime} ${info.waitedCount} ${info.waitedTime} ${traceElement}