com.atlassian.jira.util.system
Interface SystemInfoUtils
- All Known Implementing Classes:
- SystemInfoUtilsImpl
public interface SystemInfoUtils
MEGABYTE
static final long MEGABYTE
- See Also:
- Constant Field Values
getDatabaseType
String getDatabaseType()
getDbDescriptorValue
String getDbDescriptorValue()
getDbDescriptorLabel
String getDbDescriptorLabel()
getAppServer
String getAppServer()
getInstallationType
String getInstallationType()
getUptime
String getUptime(ResourceBundle resourceBundle)
getTotalMemory
long getTotalMemory()
getFreeMemory
long getFreeMemory()
getUsedMemory
long getUsedMemory()
getMemoryPoolInformation
List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation> getMemoryPoolInformation()
getTotalPermGenMemory
long getTotalPermGenMemory()
getFreePermGenMemory
long getFreePermGenMemory()
getUsedPermGenMemory
long getUsedPermGenMemory()
getTotalNonHeapMemory
long getTotalNonHeapMemory()
getFreeNonHeapMemory
long getFreeNonHeapMemory()
getUsedNonHeapMemory
long getUsedNonHeapMemory()
getJvmInputArguments
String getJvmInputArguments()
getDatabaseMetaData
SystemInfoUtils.DatabaseMetaData getDatabaseMetaData()
throws org.ofbiz.core.entity.GenericEntityException,
JiraException,
SQLException
- Throws:
org.ofbiz.core.entity.GenericEntityException
JiraException
SQLException
Copyright © 2002-2012 Atlassian. All Rights Reserved.