Posted: Thu Jul 24, 2003 6:06 pm Post subject: How to count number of active instances of the channel
Novice
Joined: 12 Mar 2003 Posts: 19
Hello All,
I am working with MQ 5.2 on AIX. We have several SVRCONN channels. There are hundreds of instances are running for each SVRCONN at any point of time. How can count number of instances for any SVRCONN at any point of time?
As far as I know there is not a specific command for this. We pipe the output from runmqsc 'display chs(*) all' commands to a file then use 'grep -c AMQ8417 $LogFile' to count the active channels.
I think you would have to script it yourself to suit exactly what you want to know - e.g. just count or also last message times or connection names.
Alternatively, most monitoring tools (e.g. Patrol) should give you this information.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum