public static interface ISiteWhereServerRuntime.IJavaInformation
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getJvmFreeMemory()
Get free memory available to JVM.
|
java.util.List<java.lang.Long> |
getJvmFreeMemoryHistory()
Get recent historical values for JVM free memory.
|
java.lang.Long |
getJvmMaxMemory()
Get max memory available to JVM.
|
java.lang.Long |
getJvmTotalMemory()
Get total memory allocated to JVM.
|
java.util.List<java.lang.Long> |
getJvmTotalMemoryHistory()
Get recent historical values for JVM total memory.
|
java.lang.String |
getJvmVendor()
Get the JVM vendor.
|
java.lang.String |
getJvmVersion()
Get the JVM version.
|
java.lang.String getJvmVendor()
java.lang.String getJvmVersion()
java.lang.Long getJvmTotalMemory()
java.util.List<java.lang.Long> getJvmTotalMemoryHistory()
java.lang.Long getJvmFreeMemory()
java.util.List<java.lang.Long> getJvmFreeMemoryHistory()
java.lang.Long getJvmMaxMemory()