The application monitor is responsible for exposing monitoring application level information. It will exist one monitor of this type for each
CLM Server Monitoring monitored application.
JMX Interface Name: com.ibm.team.server.monitoring.jmx.beans.BaseMBean
JMX Object Name: team.server.<application public URI context>@<port>:type=Application
JMX Object Name Example: team.server./jts@9443:type=Application
Monitor Attributes
JMX Attribute |
JMX Type |
Is Writeable? |
Default Value |
Description |
URI |
String |
No |
null |
URI of the resource. This attribute is not used currently for this JMX Object |
Links |
TabularType (Open Type) |
No |
null |
Links to associated performance information. This attribute is not used currently for this JMX Object |
Monitor Operations
This monitor object does not expose management operations.
Child MBeans
This section gathers information regarding MBeans that are contained within this monitor
Configuration objects
A configuration object provides management information of the monitored application.
JMX Interface Name: com.ibm.team.server.monitoring.jmx.beans.SystemMBean
JMX Object Name: team.server.<application public URI context>@<port>:type=Application,name=Configuration
JMX Object Name Example: team.server./jts@9443:type=Application,name=Configuration
Attributes
JMX Attribute |
JMX Type |
Is Writeable? |
Default Value |
Description |
AllApplicationProperties |
Example of an entry |
key: com.ibm.team.datawarehouse.db.jdbc.location |
AllApplicationProperties |
Example of an entry |
value: conf/jts/derby/warehouseDB |
AllApplicationProperties |
TabularType (Open Type) |
No |
Application configuration properties |
This attribute contains tabular information of the application configuration properties, in a key/value pairs entries form. The information contained in this attribute matches the teamserver.properties application's configuration file entries. |
StartTime |
Date |
No |
System Up time |
This attribute contains the date and time of the system (the monitored application), start time |
Operations
This object does not expose management operations.
External links: