public class SystemInfoUtilsImpl extends Object implements SystemInfoUtils
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SystemInfoUtilsImpl.MaskedUrlDatabaseMetaData |
SystemInfoUtils.DatabaseMetaDataMEGABYTE| Constructor and Description |
|---|
SystemInfoUtilsImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedMemory() |
String |
getAppServer() |
SystemInfoUtils.DatabaseMetaData |
getDatabaseMetaData() |
String |
getDatabaseType() |
String |
getDbDescriptorLabel() |
String |
getDbDescriptorValue() |
long |
getFreeAllocatedMemory() |
long |
getFreeMemory() |
long |
getFreeNonHeapMemory() |
long |
getFreePermGenMemory() |
String |
getInstallationType() |
String |
getJvmInputArguments() |
List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation> |
getMemoryPoolInformation() |
long |
getTotalMemory() |
long |
getTotalNonHeapMemory() |
long |
getTotalPermGenMemory() |
long |
getUnAllocatedMemory() |
String |
getUptime(ResourceBundle resourceBundle) |
long |
getUsedMemory() |
long |
getUsedNonHeapMemory() |
long |
getUsedPermGenMemory() |
public String getDatabaseType()
getDatabaseType in interface SystemInfoUtilspublic String getDbDescriptorValue()
getDbDescriptorValue in interface SystemInfoUtilspublic String getDbDescriptorLabel()
getDbDescriptorLabel in interface SystemInfoUtilspublic String getAppServer()
getAppServer in interface SystemInfoUtilspublic String getUptime(ResourceBundle resourceBundle)
getUptime in interface SystemInfoUtilspublic long getTotalMemory()
getTotalMemory in interface SystemInfoUtilspublic long getFreeMemory()
getFreeMemory in interface SystemInfoUtilspublic long getFreeAllocatedMemory()
getFreeAllocatedMemory in interface SystemInfoUtilspublic long getUnAllocatedMemory()
getUnAllocatedMemory in interface SystemInfoUtilspublic long getAllocatedMemory()
getAllocatedMemory in interface SystemInfoUtilspublic long getUsedMemory()
getUsedMemory in interface SystemInfoUtilspublic List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation> getMemoryPoolInformation()
getMemoryPoolInformation in interface SystemInfoUtilspublic long getTotalPermGenMemory()
getTotalPermGenMemory in interface SystemInfoUtilspublic long getFreePermGenMemory()
getFreePermGenMemory in interface SystemInfoUtilspublic long getUsedPermGenMemory()
getUsedPermGenMemory in interface SystemInfoUtilspublic long getTotalNonHeapMemory()
getTotalNonHeapMemory in interface SystemInfoUtilspublic long getFreeNonHeapMemory()
getFreeNonHeapMemory in interface SystemInfoUtilspublic long getUsedNonHeapMemory()
getUsedNonHeapMemory in interface SystemInfoUtilspublic String getJvmInputArguments()
getJvmInputArguments in interface SystemInfoUtilspublic SystemInfoUtils.DatabaseMetaData getDatabaseMetaData() throws org.ofbiz.core.entity.GenericEntityException, JiraException, SQLException
getDatabaseMetaData in interface SystemInfoUtilsorg.ofbiz.core.entity.GenericEntityExceptionJiraExceptionSQLExceptionpublic String getInstallationType()
getInstallationType in interface SystemInfoUtilsCopyright © 2002-2017 Atlassian. All Rights Reserved.