Author |
Message
|
tczielke |
Posted: Wed Mar 04, 2020 12:08 pm Post subject: |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
Ok, sounds like you have what you need then from what Paul posted. I would run something like the following:
DIS CONN(*) TYPE(ALL) WHERE(PID EQ 12345) _________________ Working with MQ since 2010. |
|
Back to top |
|
 |
bobbee |
Posted: Wed Mar 04, 2020 12:31 pm Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
I read the doc and it seemed to say that pid is the connecting application pid, or the identifying pid from the connecting server. Am i reading it wrong |
|
Back to top |
|
 |
tczielke |
Posted: Wed Mar 04, 2020 12:48 pm Post subject: |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
When you are dealing with a connection from a SVRCONN channel, the PID would be the amqrmppa pid (or runmqchl, if the SVRCONN is running on that process).
With one of my MQ Linux instances, I just did a ps command to find my amrqmppa pids, and then ran that DIS CONN command for the amrqmppa pid to list all the connections for that amqrmppa pid, so it does work that way. _________________ Working with MQ since 2010. |
|
Back to top |
|
 |
bobbee |
Posted: Wed Mar 04, 2020 2:21 pm Post subject: |
|
|
 Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Mar 04, 2020 5:53 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Remember that at any given point in time the queues that currently show that PID has them open does not guarantee that they are the only queues that PID has ever opened. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
sderiis |
Posted: Sun May 10, 2020 11:23 am Post subject: |
|
|
Newbie
Joined: 02 Oct 2019 Posts: 3
|
Are you saying that DIS CONN(*) doesn't work for you ? DIS CONN(*) TYPE(ALL) should show you each connection id and follow that by the handles that it has open. A little awkward to use if you have just RUNMQSC but if you have MQSCX or MO71 then you can filter or sort the data to make it easier. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue May 12, 2020 5:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Hi Bobbee,
Just as another way to look at your problem. Assuming it might be a resource leak in their application, it would be interesting to have a look at their instc count on the server channel. How many connections from the same host/process are concurrent ? Just trying to think outside of the box... Is there one that is significantly higher than the others? Does it come from a single host, or a single group of hosts?
Hope it helps  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|