Apache Tomcat 5.5 Servlet Monitor service
Apache Tomcat 5.5 Servlet Monitor service
Log Track Supported: Yes
Config Track Supported: No
Custom Properties Supported: None
Supported Control Actions: None
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 10 min |
| Class Load Time | classLoadTime | none | UTILIZATION | false | 5 min |
| Error Count | errorCount | none | UTILIZATION | true | 10 min |
| Error Count per Minute | errorCount1m | none | UTILIZATION | true | 10 min |
| Load Time | loadTime | none | UTILIZATION | false | 5 min |
| Processing Time | processingTime | none | UTILIZATION | false | 10 min |
| Processing Time per Minute | processingTime1m | none | UTILIZATION | false | 10 min |
| Request Count | requestCount | none | UTILIZATION | true | 10 min |
| Request Count per Minute | requestCount1m | none | UTILIZATION | true | 10 min |
Configuration help:
General Log and Config Track Properties
- Enable Log Tracking - Check to enable log tracking.
- Log Pattern Match - Include messages that match the given regular expression. The given pattern can be a substring to look for in log messages or a regular expression. See: java.util.regex.Pattern.
- Log Pattern Exclude - Exclude messages that match the given regular expression.