|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInfoMBean
ServerInfo MBean interface.
Field Summary | |
---|---|
static String |
OBJECT_NAME_STR
The default ObjectName |
Method Summary | |
---|---|
String |
displayPackageInfo(String pkgName)
Display the java.lang.Package info for the pkgName |
Integer |
getActiveThreadCount()
|
Integer |
getActiveThreadGroupCount()
|
Integer |
getAvailableProcessors()
|
Long |
getFreeMemory()
|
String |
getHostAddress()
|
String |
getHostName()
|
String |
getJavaVendor()
|
String |
getJavaVersion()
|
String |
getJavaVMName()
|
String |
getJavaVMVendor()
|
String |
getJavaVMVersion()
|
Long |
getMaxMemory()
|
String |
getOSArch()
|
String |
getOSName()
|
String |
getOSVersion()
|
Long |
getTotalMemory()
|
String |
listMemoryPools(boolean fancy)
Return a listing of the thread pools on jdk5+. |
String |
listThreadCpuUtilization()
Return a sort list of thread cpu utilization. |
String |
listThreadDump()
Return a listing of the active threads and thread groups, and a full stack trace for every thread, on jdk5+. |
Field Detail |
---|
static final String OBJECT_NAME_STR
Method Detail |
---|
String getJavaVersion()
String getJavaVendor()
String getJavaVMName()
String getJavaVMVersion()
String getJavaVMVendor()
String getOSName()
String getOSVersion()
String getOSArch()
Integer getActiveThreadCount()
Integer getActiveThreadGroupCount()
Long getMaxMemory()
Long getTotalMemory()
Long getFreeMemory()
Integer getAvailableProcessors()
String getHostName()
String getHostAddress()
String listMemoryPools(boolean fancy)
fancy
- produce a text-based graph when true
String listThreadDump()
String listThreadCpuUtilization()
String displayPackageInfo(String pkgName)
pkgName
- the package name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |