public class JVMInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JVMInfo.JThreadInfo |
| Constructor and Description |
|---|
JVMInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassLoadingInfo() |
String |
getCpuMonitorTime() |
String |
getHeapMemoryUsage() |
String |
getNonHeapMemoryUsage() |
String |
getThreadInfo() |
Collection<JVMInfo.JThreadInfo> |
getThreads() |
String |
getThreadSortOrder() |
void |
setCpuMonitorTime(String sleepTime) |
void |
setThreadSortOrder(String threadSortOrder) |
public JVMInfo()
public String getThreadSortOrder()
public void setThreadSortOrder(String threadSortOrder)
public String getCpuMonitorTime()
public void setCpuMonitorTime(String sleepTime)
public String getHeapMemoryUsage()
public String getNonHeapMemoryUsage()
public String getClassLoadingInfo()
public String getThreadInfo() throws InterruptedException
InterruptedExceptionpublic Collection<JVMInfo.JThreadInfo> getThreads() throws InterruptedException
InterruptedExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.