Internal Name: |
Connector |
Description: |
a JBoss Web Connector |
Singleton: |
no |
Plugin: |
JBossAS5 |
Name |
Description |
Required |
Internal Name |
Component Type |
|
yes |
componentType |
Component Subtype |
|
yes |
componentSubtype |
Component Name |
|
yes |
componentName |
Protocol |
this connector's protocol (e.g. jk, ajp, http) |
yes |
protocol |
Address |
the IP address this connector listens on |
yes |
address |
Port |
the port this connector listens on |
yes |
port |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
Name |
Type |
Description |
Internal Name |
Maximum Request Time |
measurement |
the maximum time it took to process a request since the last restart |
maxTime |
Request Count |
measurement |
the total number of requests processed since the last restart |
requestCount |
Request Count per Minute |
measurement |
the total number of requests processed since the last restart |
requestCount |
Error Count |
measurement |
the number of errors while processing requests since the last restart |
errorCount |
Error Count per Minute |
measurement |
the number of errors while processing requests since the last restart |
errorCount |
Current Active Threads |
measurement |
the number of threads for this connector that are currently active |
ThreadPool|currentThreadsBusy |
Current Thread Count |
measurement |
the number of threads for this connector that currently exist |
ThreadPool|currentThreadCount |
Maximum Threads |
trait |
Maximum number of threads that can be allocated for the thread pool of this connector |
ThreadPool|maxThreads |
You must use the internal name to reference traits in Dynamic Group Definition expressions.