service
Monitoring Service — Provides resource monitoring services<service/>
| Name: | service |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 101. Attributes for service tag (for xms.monitoring.XMSMonitoringService)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| class | Class | The class name the service manager loads. To load: Monitoring Service use: xms.monitoring.XMSMonitoringService | Class Name A fully qualified class name for a class that is part of the java classpath. | xms.monitoring.XMSMonitoringService | Yes |
<monitorfile/>
| Name: | monitorfile |
| Required by Parent Tag: | No |
| Multiple Tag Instances supported: | Yes |
Table 102. Attributes for monitorfile tag (for xms.monitoring.XMSMonitoringService)
| Name | Friendly Name | Description | Type | Default Value | Required |
|---|---|---|---|---|---|
| path | Path | The path to a file to store monitor values | String Any character combination is valid. | none | Yes |
| interval | Interval | The number of miliseconds inbetween file writes. | Unsigned Integer Valid values are from 0 to 2147483647 | 5000 | No |
| monitors | Monitors | A comma seperated list of monitor names to include in the file. Omit to log all monitor values. | String Any character combination is valid. | No | |
| append | Append | If false the values are written in a property file, if true values are appended one value per line. | Boolean Possible Values: true or false | false | No |
This tag depends on the following services (or a service that extends or implements these classes)