public class SystemInformationHelper extends Object
Constructor and Description |
---|
SystemInformationHelper(I18NBean i18n,
SystemInformationService service) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDatabaseInfo()
Gets an ordered map of information about Confluence's database connection, including driver
details and (if possible) latency.
|
Map<String,String> |
getRuntimeEnvironment(javax.servlet.ServletContext context)
Gets an ordered map of information about the Confluence runtime environment: JVM, application server
and operating environment
|
Map<String,String> |
getSystemSummary()
Gets an ordered map of general system summary information, including system startup time, Confluence
version and the ever-important system favourite colour.
|
Map<String,String> |
getUsageInfo()
Gets an ordered map of information about the size of a Confluence instance, including the number
of spaces and content entities.
|
public SystemInformationHelper(I18NBean i18n, SystemInformationService service)
public Map<String,String> getSystemSummary()
public Map<String,String> getRuntimeEnvironment(javax.servlet.ServletContext context)
context
- the servlet context. If this argument is null, some information may not be includedpublic Map<String,String> getDatabaseInfo()
Copyright © 2003–2021 Atlassian. All rights reserved.