Author |
Message
|
jstefano |
Posted: Mon Mar 26, 2007 3:24 pm Post subject: how can I capture how many messages are passing via channel? |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
Dear MQ Gurus!
we are running some tests on our MQ cluster (1 Gateway, 2 full repositories) and we need to capture number of messages going via each of repositories QM to prove Gateway is doing proper load balancing
is there any easy way how to do it, please?
We run on AIX 5.3
Million thanks in advance!
Jan |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 26, 2007 3:36 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
At best your monitoring tool will give you a good count.
At worst a channel status will give you some idea...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jstefano |
Posted: Mon Mar 26, 2007 3:45 pm Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
fjb_saper wrote: |
At best your monitoring tool will give you a good count.
At worst a channel status will give you some idea...
Enjoy  |
Thanks for your answer!
well, I don't own the monitoring tool, but how can I capture the channel status? Any hint? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 26, 2007 3:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jstefano wrote: |
fjb_saper wrote: |
At best your monitoring tool will give you a good count.
At worst a channel status will give you some idea...
Enjoy  |
Thanks for your answer!
well, I don't own the monitoring tool, but how can I capture the channel status? Any hint? |
runmqsc <qmgr>
dis chs(channelname) all
end
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jstefano |
Posted: Mon Mar 26, 2007 4:00 pm Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
runmqsc <qmgr>
dis chs(channelname) all
end
Well, I know display channelstatus command, many thanks anyway, but how will this tell me how many messages passed via my channels please?
Jan |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Mar 26, 2007 9:55 pm Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
The attribute CURMSGS _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
Sartin |
Posted: Tue Mar 27, 2007 12:31 am Post subject: |
|
|
 Newbie
Joined: 15 May 2006 Posts: 9 Location: Poland
|
It's rather MSGS attribute |
|
Back to top |
|
 |
|