Class SystemInformationHelper
java.lang.Object
com.atlassian.confluence.status.service.SystemInformationHelper
Takes the Confluence system information and represents it as various ordered maps of key-value pairs. The keys
are suitable for localisation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets an ordered map of information about Confluence's database connection, including driver details and (if possible) latency.getRuntimeEnvironment
(javax.servlet.ServletContext context) Gets an ordered map of information about the Confluence runtime environment: JVM, application server and operating environmentGets an ordered map of information about Confluence's search configuration.Gets an ordered map of general system summary information, including system startup time, Confluence version and the ever-important system favourite colour.Gets an ordered map of information about the size of a Confluence instance, including the number of spaces and content entities.
-
Constructor Details
-
SystemInformationHelper
-
-
Method Details
-
getSystemSummary
Gets an ordered map of general system summary information, including system startup time, Confluence version and the ever-important system favourite colour.- Returns:
- an ordered map of general system information
-
getRuntimeEnvironment
Gets an ordered map of information about the Confluence runtime environment: JVM, application server and operating environment- Parameters:
context
- the servlet context. If this argument is null, some information may not be included- Returns:
- an ordered map of runtime information
-
getDatabaseInfo
Gets an ordered map of information about Confluence's database connection, including driver details and (if possible) latency.- Returns:
- an ordered map of information about Confluence's database connection.
-
getSearchInfo
Gets an ordered map of information about Confluence's search configuration.- Returns:
- an ordered map of information about Confluence's database connection.
- Since:
- 8.9
-
getUsageInfo
Gets an ordered map of information about the size of a Confluence instance, including the number of spaces and content entities.- Returns:
- an ordered map of information about the size of a Confluence instance
-
getAttachmentStorageInfo
- Returns:
- an ordered map of information about the attachment storage
-