Sun JVM 1.5 server
Sun JVM 1.5 server
Log Track Supported: Yes
Config Track Supported: Yes
Custom Properties Supported:
| Name | Description |
|---|---|
| VmVersion | Vm Version |
| VmVendor | Vm Vendor |
| VmName | Vm Name |
Supported Control Actions: gc
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 5 min |
| Uptime | Uptime | ms | AVAILABILITY | true | 5 min |
| Object Pending Finalization Count | ObjectPendingFinalizationCount | none | UTILIZATION | false | 5 min |
| Heap Memory Used | HeapMemoryUsed | B | UTILIZATION | false | 5 min |
| Heap Memory Committed | HeapMemoryCommitted | B | UTILIZATION | false | 5 min |
| Heap Memory Max | HeapMemoryMax | B | UTILIZATION | false | 30 min |
| Total HotSpot Compilation Time | TotalHotSpotCompilationTime | ms | PERFORMANCE | false | 5 min |
| Loaded Classes | TotalLoadedClassCount | none | UTILIZATION | true | 10 min |
| Loaded Classes per Minute | TotalLoadedClassCount1m | none | UTILIZATION | true | 10 min |
| Current Loaded Classes | LoadedClassCount | none | UTILIZATION | false | 5 min |
| Unloaded Classes | UnloadedClassCount | none | UTILIZATION | false | 10 min |
| Unloaded Classes per Minute | UnloadedClassCount1m | none | UTILIZATION | false | 10 min |
| Thread Count | ThreadCount | none | UTILIZATION | true | 5 min |
| Daemon Thread Count | DaemonThreadCount | none | UTILIZATION | false | 5 min |
| Peak Thread Count | PeakThreadCount | none | UTILIZATION | false | 30 min |
Configuration help:
General Log and Config Track Properties
- Enable Config Tracking - Check to enable config tracking.
- Configuration Files - Comma delimited list of configuration files to track. Relative files are resolved to ${installpath}.
- 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]
Mapping:- FATAL,ERROR -> Error
- WARN -> Warn
- INFO -> Info
- DEBUG -> 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.
- Log Files - Comma delimited list of log files to track. Relative files are resolved to ${installpath}.