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

net.anotheria.moskito.webui.threads.jsp.Threads.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 stats

Stat Value Explanation
Thread count: ${info.threadCount} The current number of live threads including both daemon and non-daemon threads.
Daemon count: ${info.daemonThreadCount} The current number of live daemon threads.
Peak: ${info.peakThreadCount} The peak live thread count since the Java virtual machine started or peak was reset.
Total started: ${info.totalStarted} The total number of threads created and also started since the Java virtual machine started.

Threads capabilities

Stat Value Explanation
CPU time supported: Does the Java virtual machine supports CPU time measurement for the current thread.
Contention monitoring supported: Does the Java virtual machine supports thread contention monitoring.
Contention monitoring enabled: Is thread contention monitoring enabled?
CPU Time supported: Does the Java virtual machine supports CPU time measurement for the current thread.
CPU Time enabled: Is thread CPU time measurement enabled?

  See Javadoc for details





© 2015 - 2025 Weber Informatics LLC | Privacy Policy