com.atlassian.jira.util.system
Interface SystemInfoUtils

All Known Implementing Classes:
SystemInfoUtilsImpl

public interface SystemInfoUtils


Nested Class Summary
static interface SystemInfoUtils.DatabaseMetaData
           
 
Field Summary
static long MEGABYTE
           
 
Method Summary
 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()
           
 

Field Detail

MEGABYTE

static final long MEGABYTE
See Also:
Constant Field Values
Method Detail

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

getFreeAllocatedMemory

long getFreeAllocatedMemory()

getUnAllocatedMemory

long getUnAllocatedMemory()

getAllocatedMemory

long getAllocatedMemory()


Copyright © 2002-2014 Atlassian. All Rights Reserved.