@ManagedObject(value="Java Monitoring Tools") public class JavaMonitorTools extends Object
Constructor and Description |
---|
JavaMonitorTools() |
Modifier and Type | Method and Description |
---|---|
int |
getCacheNegativeSeconds() |
String |
getCacheNegativeTweakedFrom() |
int |
getCacheSeconds() |
String |
getCacheTweakedFrom() |
String |
getDeadlockStacktraces() |
int |
getThreadsBlocked() |
int |
getThreadsNew() |
int |
getThreadsRunnable() |
int |
getThreadsTerminated() |
int |
getThreadsTimedWaiting() |
int |
getThreadsWaiting() |
@ManagedOperation(value="Detailed report on the deadlocked threads.", impact="ACTION_INFO") public String getDeadlockStacktraces()
@ManagedOperation(value="Number of Blocked Threads") public int getThreadsBlocked()
@ManagedOperation(value="Number of New Threads", impact="ACTION_INFO") public int getThreadsNew()
@ManagedOperation(value="Number of Terminated Threads", impact="ACTION_INFO") public int getThreadsTerminated()
@ManagedOperation(value="Number of Sleeping and Waiting threads") public int getThreadsTimedWaiting()
@ManagedOperation(value="Number of Waiting Threads", impact="ACTION_INFO") public int getThreadsWaiting()
@ManagedOperation(value="Number of Runnable Threads", impact="ACTION_INFO") public int getThreadsRunnable()
@ManagedOperation(value="Amount of time successful DNS queries are cached for.") public int getCacheSeconds() throws ClassNotFoundException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
@ManagedOperation(value="Amount of time failed DNS queries are cached for") public int getCacheNegativeSeconds() throws ClassNotFoundException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
@ManagedOperation(value="Cache policy for successful DNS lookups was changed from the hard-coded default") public String getCacheTweakedFrom()
@ManagedOperation(value="Cache policy for failed DNS lookups was changed from the hard-coded default") public String getCacheNegativeTweakedFrom()
Copyright © 1995-2015 Webtide. All Rights Reserved.