Author |
Message
|
vijayaleads |
Posted: Wed Jul 02, 2008 6:56 am Post subject: How should I see the number of messages passed over channel? |
|
|
Novice
Joined: 10 Jan 2008 Posts: 22
|
Hi,
I have a running channel and I would like to know how many number of messages were passed at a perticuar moment.
I am doing a dsp chs(chlname) curseqno lstseqno.
My actual output is something like this.
13 : display chs(A.B) curseqno lstseqno
AMQ8417: Display Channel Status details.
CHANNEL(A.B) XMITQ(B)
CONNAME(buy.mn.com(1414)) CURRENT
CHLTYPE(SDR) LSTSEQNO(0)
CURSEQNO(0) STATUS(RUNNING)
RQMNAME(ESB01DVL)
I don't get enough information here. Can someone help me to figure out different ways to find the number of messages sent within MQ.
Thanks,
Vijaya |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Jul 02, 2008 7:01 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
use some monitoring tools to get the details... _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
vijayaleads |
Posted: Wed Jul 02, 2008 7:03 am Post subject: |
|
|
Novice
Joined: 10 Jan 2008 Posts: 22
|
Is there a way I can see with in MQ commands?..or the explorer..
This is really puzzling me....I don't have any monitoring tool.
any answers, Seriously appreciated |
|
Back to top |
|
 |
sami.stormrage |
Posted: Wed Jul 02, 2008 9:43 am Post subject: |
|
|
 Disciple
Joined: 25 Jun 2008 Posts: 186 Location: Bangalore/Singapore
|
:O how about "dis chs(*) msgs lstmsgti lstmsgda" its the very basic thing u do day in and day out as a admin..  _________________ *forgetting everything * |
|
Back to top |
|
 |
Pavan Kumar PNV |
Posted: Thu Jul 03, 2008 9:07 pm Post subject: |
|
|
 Acolyte
Joined: 03 Feb 2007 Posts: 66
|
You could consider using the Windows performance monitor (http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqsav.doc/csq83av.htm -> Monitoring -> Realtime monitoring) and account for all the queues that the messages from this channel go to. You will need to use this in conjunction with channel event monitoring to determine the number of messages that went thru at a particular moment.
However, using monitoring tools or simple channel exits (you could probably even google out one!) could be a better option if you want to capture data on a regular basis. _________________ _____________
Pavan Pendyala
http://pavanz.blogspot.com |
|
Back to top |
|
 |
|