JBoss 4.2 server
JBoss 4.2 server
Log Track Supported: Yes
Config Track Supported: Yes
Custom Properties Supported:
| Name | Description |
|---|---|
| version | JBoss Version |
| JavaVersion | Java Version |
| JavaVendor | Java Vendor |
| BuildDate | Build Date |
| VersionName | Version Name |
Supported Control Actions: stop,start,restart,runGarbageCollector
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 5 min |
| Active Thread Count | ActiveThreadCount | none | THROUGHPUT | true | 5 min |
| Active Thread Group Count | ActiveThreadGroupCount | none | THROUGHPUT | false | 5 min |
| JVM Free Memory | FreeMemory | B | UTILIZATION | false | 5 min |
| JVM Total Memory | TotalMemory | B | UTILIZATION | true | 5 min |
| JVM Max Memory | MaxMemory | B | UTILIZATION | false | 30 min |
| Transactions Active | TxCount | none | UTILIZATION | false | 5 min |
| Transactions Committed | TxCommits | none | UTILIZATION | false | 10 min |
| Transactions Committed per Minute | TxCommits1m | none | UTILIZATION | false | 10 min |
| Transactions Rolledback | TxRollbacks | none | UTILIZATION | false | 10 min |
| Transactions Rolledback per Minute | TxRollbacks1m | none | UTILIZATION | false | 10 min |
| JMS Message Cache Size | TotalCacheSize | none | UTILIZATION | false | 5 min |
| JMS Message Cache Hits | CacheHits | none | THROUGHPUT | false | 10 min |
| JMS Message Cache Hits per Minute | CacheHits1m | none | THROUGHPUT | false | 10 min |
| JMS Message Cache Misses | CacheMisses | none | THROUGHPUT | false | 10 min |
| JMS Message Cache Misses per Minute | CacheMisses1m | none | THROUGHPUT | false | 10 min |
| JMS Message Cache Current Memory Usage | CurrentMemoryUsage | B | UTILIZATION | false | 5 min |
| JMS Message Cache High Memory Mark | HighMemoryMark | B | UTILIZATION | false | 30 min |
| JMS Message Cache Max Memory Mark | MaxMemoryMark | B | 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}.