public interface

SystemInfoUtils

com.atlassian.jira.util.system.SystemInfoUtils
Known Indirect Subclasses

Constants

public static final long MEGABYTE

Constant Value: 1048576 (0x0000000000100000)

Public Methods

public long getAllocatedMemory ()

public String getAppServer ()

public SystemInfoUtils.DatabaseMetaData getDatabaseMetaData ()

Throws
GenericEntityException
JiraException
SQLException

public String getDatabaseType ()

public String getDbDescriptorLabel ()

public String getDbDescriptorValue ()

public long getFreeAllocatedMemory ()

public long getFreeMemory ()

public long getFreeNonHeapMemory ()

public long getFreePermGenMemory ()

public String getInstallationType ()

public String getJvmInputArguments ()

public List<MemoryInformation> getMemoryPoolInformation ()

public long getTotalMemory ()

public long getTotalNonHeapMemory ()

public long getTotalPermGenMemory ()

public long getUnAllocatedMemory ()

public String getUptime (ResourceBundle resourceBundle)

public long getUsedMemory ()

public long getUsedNonHeapMemory ()

public long getUsedPermGenMemory ()