org.gridkit.jvmtool.stacktrace
Class ThreadCounters

java.lang.Object
  extended by org.gridkit.jvmtool.stacktrace.ThreadCounters

public class ThreadCounters
extends Object


Field Summary
static String ALLOCATED_BYTES
           
static String BLOCKED_COUNTER
           
static String BLOCKED_TIME_MS
           
static String CPU_TIME_MS
           
static String USER_TIME_MS
           
static String WAIT_COUNTER
           
static String WAIT_TIME_MS
           
 
Constructor Summary
ThreadCounters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CPU_TIME_MS

public static final String CPU_TIME_MS
See Also:
Constant Field Values

USER_TIME_MS

public static final String USER_TIME_MS
See Also:
Constant Field Values

ALLOCATED_BYTES

public static final String ALLOCATED_BYTES
See Also:
Constant Field Values

BLOCKED_TIME_MS

public static final String BLOCKED_TIME_MS
See Also:
Constant Field Values

BLOCKED_COUNTER

public static final String BLOCKED_COUNTER
See Also:
Constant Field Values

WAIT_TIME_MS

public static final String WAIT_TIME_MS
See Also:
Constant Field Values

WAIT_COUNTER

public static final String WAIT_COUNTER
See Also:
Constant Field Values
Constructor Detail

ThreadCounters

public ThreadCounters()


Copyright © 2019. All Rights Reserved.