Name

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)

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: Monitoring Service use: xms.monitoring.XMSMonitoringServiceClass Name A fully qualified class name for a class that is part of the java classpath.xms.monitoring.XMSMonitoringServiceYes

Child Tags

Monitor File

<monitorfile/>

Name:monitorfile
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

Table 102. Attributes for monitorfile tag (for xms.monitoring.XMSMonitoringService)

NameFriendly NameDescriptionTypeDefault ValueRequired
pathPathThe path to a file to store monitor valuesString Any character combination is valid.noneYes
intervalIntervalThe number of miliseconds inbetween file writes.Unsigned Integer Valid values are from 0 to 21474836475000No
monitorsMonitorsA comma seperated list of monitor names to include in the file. Omit to log all monitor values.String Any character combination is valid. No
appendAppendIf false the values are written in a property file, if true values are appended one value per line.Boolean Possible Values: true or falsefalseNo
Service Class Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 71. Example configuration for Monitoring Service

Required attributes are marked with a bold typeface

<service class="xms.monitoring.XMSMonitoringService">
        <monitorfile path="path"
          interval="5000"
          monitors=""
          append="false" />
</service>