Author |
Message
|
ae06425 |
Posted: Tue Jun 05, 2007 2:16 pm Post subject: so many process per QMANAGER |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
Can somebody pls let me know why so many processes are produced
per queue manager on the aix box (5.2) MQ 5.3 fixpack 10
How can I fix that?
number of processes for each qmanager as follows
(I changed the qmanager names as qmgrX)
qmgr1
267
qmgr2
416
qmgr3
21
qmgr4
74
qmgr5
10
qmgr6
271
qmgr7
10
qmgr8
20
qmgr9
10
below is just an example output of "ps -ef "
mqm 5718210 225334 0 Jun 04 - 0:01 amqcrsta -m qmgr1
mqm 5738636 225334 0 13:37:40 - 0:00 amqcrsta -m qmgr1
mqm 5742756 225334 0 16:46:15 - 0:00 amqcrsta -m qmgr1
mqm 5746892 225334 0 Jun 04 - 0:01 amqcrsta -m qmgr1
mqm 5759070 225334 0 Jun 04 - 0:05 amqcrsta -m qmgr1
mqm 5763172 225334 0 Jun 04 - 0:01 amqcrsta -m qmgr1
mqm 5767322 225334 0 Jun 04 - 0:01 amqcrsta -m qmgr1
mqm 5779676 225334 13 16:45:24 - 5:58 amqcrsta -m qmgr1 |
|
Back to top |
|
 |
rparti |
Posted: Tue Jun 05, 2007 2:26 pm Post subject: |
|
|
 Voyager
Joined: 05 Oct 2005 Posts: 86 Location: U.S.A.
|
Depending on what the queue manager functionality is these processes are running in unix
amqzmuc0 Critical process manager
amqzxma0 Execution controller
amqzfuma OAM process
amqzlaa0 LQM agents
amqzlsa0 LQM agents
amqzmgr0 Process controller
amqzmur0 Restartable process manager
amqrmppa Process pooling process
amqrrmfa The repository process (for clusters)
amqzdmaa Deferred message processor
amqpcsea The command server
The other processes may be trigger monitor processes or application instances linked to the queue manager
I'm not sure but some of the queue managers have a lot of processes. To me even 271 seems like a large number unless u have a lot of triggerred applications |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jun 05, 2007 2:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
amqcrsta is a listener process. If you've got large numbers of them I would suggest that you're using client connections & whatever's making these is not disconnecting properly.
You might also find this of value:
http://www-304.ibm.com/jct09002c/isv/tech/faq/individual.jsp?oid=1:79687
This is with the complements of Mr Google, who had a number of other suggestions you might find valuable. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rparti |
Posted: Tue Jun 05, 2007 3:09 pm Post subject: |
|
|
 Voyager
Joined: 05 Oct 2005 Posts: 86 Location: U.S.A.
|
Very useful post. Thank you Victor |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 05, 2007 4:21 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, do not forget that on some OSes, with some options...
The ps command will produce a list of threads rather than a list of processes.
So you may see a lot of entries, for a small number of real processes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|