Windows Service service
Windows Service service
Log Track Supported: Yes
Config Track Supported: No
Custom Properties Supported:
| Name | Description |
|---|---|
| path | Path to executable |
| startupType | Startup type |
| displayName | Display name |
Supported Control Actions: start,stop,restart
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 10 min |
| Memory Size | MemSize | B | UTILIZATION | false | 5 min |
| Resident Memory Size | ResidentMemSize | B | UTILIZATION | true | 5 min |
| Cpu System Time | SystemTime | ms | UTILIZATION | false | 10 min |
| Cpu System Time per Minute | SystemTime1m | ms | UTILIZATION | false | 10 min |
| Cpu User Time | UserTime | ms | UTILIZATION | false | 10 min |
| Cpu User Time per Minute | UserTime1m | ms | UTILIZATION | false | 10 min |
| Cpu Total Time | TotalTime | ms | UTILIZATION | false | 10 min |
| Cpu Total Time per Minute | TotalTime1m | ms | UTILIZATION | false | 10 min |
| Cpu Usage | Usage | percentage | UTILIZATION | true | 5 min |
| Start Time | StartTime | epoch-millis | AVAILABILITY | false | 10 min |
| Open Handles | OpenHandles | none | UTILIZATION | true | 5 min |
| Threads | Threads | none | UTILIZATION | false | 5 min |
Configuration help:
General Log and Config Track Properties
- Enable Log Tracking - Check to enable log tracking.
- Track event log level - Only track events of level greater than or equal to this level. Order is: [Error, Warn, Info, Debug]
- 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.