Author |
Message
|
kvranjan |
Posted: Tue Feb 20, 2007 2:05 am Post subject: Queue manager Handles.. |
|
|
Apprentice
Joined: 12 Jul 2006 Posts: 28
|
How to check number of open handles on a particular queue manager ?
Note: MAXHANDS displays default MAX number of open handlers. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Feb 20, 2007 5:28 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
MAXHANDs specifies the maximum number of handles that A TASK can have at the same time (so it is not a maximum of handles that a queuemanager can deal with).
afaik there is no display for that. you could use a display qstatus type(handle) and then look for the application and iproc / oproc counters to get a value, but i do not belive that this is accurate. but it may give you an approx. value. _________________ Regards, Butcher |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 20, 2007 5:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Umm.
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Feb 20, 2007 5:39 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
yes, but not 5.3 (my mind is still at that level)  _________________ Regards, Butcher |
|
Back to top |
|
 |
dgolding |
Posted: Tue Feb 20, 2007 5:41 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 20, 2007 5:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I am an optomist at heart. When a poster doesn't specify version, I assume that they are running the latest. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kvranjan |
Posted: Tue Feb 20, 2007 8:28 pm Post subject: |
|
|
Apprentice
Joined: 12 Jul 2006 Posts: 28
|
We are using MQ5.3 in windows 2000. |
|
Back to top |
|
 |
dgolding |
Posted: Wed Feb 21, 2007 12:09 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
that utility that is in described in the link works for W2K as well. You get a complete dump of every connection and handle, including incoming channels. I'm working on a perl script to summarise the info nicely into a page or so (depending on load on the queue manager of course) but it's bottom of my list at the moment.
BUT I've found the output useful when you use tools like grep and wc to find out what is happening. |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Feb 21, 2007 12:49 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
You asked for a back-door method, and that is what you got!
I don't expect you thought it would be quite as back-door, or quite as technical, as that.
This is why the new runmqsc commands were supplied at v6.0, so your only real recourse is to upgrade to take advantage of them. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
dgolding |
Posted: Thu Feb 22, 2007 7:12 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
If it was up to me, I would, but in this shop SAP XI is supposed to take over so no changes or development of the existing solution is countenanced.
P.S. I actually found this routine quite useful and will enjoy writing a PERL program to summarize it - it's got some very handy info all in one particular place- I've used in on two occasions in Production already to pin-point where the offender was..... |
|
Back to top |
|
 |
|