ThreadpoolSwiftlet

 
 

Online Documentation    CLI User's Guide    Resource Monitoring/Management    ThreadpoolSwiftlet

 
 

[Monitoring Active Threadpools]    
[Document Index]

 
     
 
  Monitoring Active Threadpools

Active threadpools are listed below sub-context sys$threadpool/usage as entities with their names.

Example:


 router1/sys$threadpool> lc usage
 
 Entity List: Usage
 Description: List of all active Thread Pools
 
 Entities in this List:
 ----------------------
 default
 jms
 jndi
 mgmt
 routing
 system
 timer
 topic
 
 router1/sys$threadpool>_

Each threadpool entity contains read-only properties, containing the actual count of running and idling threads in that pool. Furthermore, it contains an entity list named "running" with the descriptions of each running thread of this pool.

Example:


 router1/sys$threadpool/usage> cc jms
 router1/sys$threadpool/usage/jms> lc
 
 Entity: Thread Pool
 Description: Active Thread Pool
 
 Properties for this Entity:
 
 Name Current Value
 --------------------------------------------------------------
 threads.idling (R/O) 0
 threads.running (R/O) 8
 
 Sub-Entities of this Entity:
 ----------------------------
 running
 
 router1/sys$threadpool/usage/jms> lc running
 
 Entity List: Running Threads
 Description: List of all running Threads
 
 Entities in this List:
 ----------------------
 sys$jms/Connection dev194.iit.de:1038
 sys$jms/Connection dev194.iit.de:1038/Reader
 sys$jms/Connection dev194.iit.de:1038/Session 1
 sys$jms/Connection dev194.iit.de:1038/Session 1/ConsumerManager/Consumer 0 on tmp$2@router1
 sys$jms/Connection dev194.iit.de:1038/Session 2
 sys$jms/Connection dev194.iit.de:1038/Writer
 sys$jms/ConnectionManager
 sys$jms/Listener plainsocket, port=4001
 
 router1/sys$threadpool/usage/jms>_

 
 
     
 

[Monitoring Active Threadpools]    
[Document Index]

 
 

Online Documentation    CLI User's Guide    Resource Monitoring/Management    ThreadpoolSwiftlet

 
 

 Copyright © 2000, IIT GmbH, Bremen/Germany. All rights reserved.
SwiftMQ and Swiftlet are registered trademarks of IIT GmbH.
All other product names mentioned herein are trademarks of their respective owners.