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

com.github.ltsopensource.jvmmonitor.mbean.JVMThreadMBean Maven / Gradle / Ivy

package com.github.ltsopensource.jvmmonitor.mbean;

import java.math.BigDecimal;

/**
 * @author Robert HG ([email protected]) on 9/15/15.
 */
public interface JVMThreadMBean {

    int getDaemonThreadCount();

    int getThreadCount();

    long getTotalStartedThreadCount();

    int getDeadLockedThreadCount();

    BigDecimal getProcessCpuTimeRate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy