| Size |
int |
The size of the thread pool. |
| Busy |
int |
Number of busy threads in this pool |
| Free |
int |
Number of free threads in this pool |
| Unused |
int |
Number of unused threads. |
| AutomaticPoolSize |
int |
Size of the threads pool for automatic executions. |
| FblPoolSize |
int |
Size of the threads pool for FBL executions. |
| HttpPoolSize |
int |
Size of the threads pool for HTTP executions. |
| InteractivePoolSize |
int |
Size of the threads pool for Interactive executions. |
| AutomaticCount |
int |
Number of current automatic execution. |
| FblCount |
int |
Number of current PBL methods being run |
| InteractiveCount |
int |
Number of current interactive execution |
| HttpCount |
int |
Number of current HTTP execution |
| MaxRequestLatency |
long |
Max time in millis a request can be executed |
| RequestQueueSize |
int |
Size of the request queue. |
| RogueCounter |
int |
Number of rogue threads in the pool |
| RogueLimit |
int |
Max number of rogue threads allowed |
| TimeStamp |
java.lang.String |
Time when this pool was created. |