All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.moskito.webui.threads.jsp.ThreadsDump.jsp Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
<%@ 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}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy