<application public URI>:<port>/<applicationContext>/admin#action=com.ibm.team.repository.admin.serverDiagnostics
, of each application.
JMX Interface Name: com.ibm.team.server.monitoring.jmx.beans.ServerDiagnosticMBean
JMX Attribute | JMX Type![]() |
Is Writeable? | Default Value | Description |
---|---|---|---|---|
Links | TabularType (Open Type) | No | Links to associated performance information. This attribute is not currently used in this release | |
Description | String | No | Captures database performance statistics. This diagnostic runs for a short period (60 seconds by default) while statistics are gathered on the running repository | Diagnostic description |
Id | String | No | com.ibm.team.repository.service.diagnostics.database.internal.databaseStatisticsDiagnostic | Qualified name of the class implementing the diagnostics test |
Title | String | No | Database Performance Statistics | Name of the diagnostics |
URI | String | No | RDF subject URI representation of the JMX Object. This attribute is not currently used in this release |
JMX Operation Signature | Return Type | Description |
---|---|---|
run() | void | Executes the diagnostic operation. A child MBean is created with the results of the execution |
com.ibm.team.server.monitoring.jmx.beans.ServerDiagnosticResultMBean
JMX Attribute | JMX Type | Is Writeable? | Default Value | Description |
---|---|---|---|---|
ExecutionTime | Date | No | Time the test was run | Time the test was run |
Links | TabularType (Open Type) | No | Links to associated performance information. This attribute is not currently used in this release | |
Results | TabularType (Open Type) | No | Test execution results | This attribute contains tabular information of the execution results, in a key/value pairs entries form. Three keys are exposed: message , status and testName . message : test execution end message (if any) status : test finalization status testName : com.ibm.team.repository.service.diagnostics.database.internal.databaseStatisticsDiagnostic |
URI | String | No | RDF subject URI representation of the JMX Object. This attribute is not currently used in this release |