Package com.atlassian.jira.util.system
Interface SystemInfoUtils
- All Known Implementing Classes:
SystemInfoUtilsImpl
public interface SystemInfoUtils
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
getClusteredDatabaseMetaData
(String databaseType) long
long
long
long
List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation>
long
long
long
long
getUptime
(ResourceBundle resourceBundle) long
long
long
-
Field Details
-
MEGABYTE
static final long MEGABYTE- See Also:
-
-
Method Details
-
getDatabaseType
String getDatabaseType() -
getDbDescriptorValue
String getDbDescriptorValue() -
getDbDescriptorLabel
String getDbDescriptorLabel() -
getAppServer
String getAppServer() -
getInstallationType
String getInstallationType() -
getUptime
-
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
-
getClusteredDatabaseMetaData
Optional<SystemInfoUtils.ClusteredDatabaseMetadata> getClusteredDatabaseMetaData(String databaseType) -
getFreeAllocatedMemory
long getFreeAllocatedMemory() -
getUnAllocatedMemory
long getUnAllocatedMemory() -
getAllocatedMemory
long getAllocatedMemory()
-