Author |
Message
|
srinivasraom |
Posted: Tue Oct 10, 2006 3:21 am Post subject: runmqtrm is consuming more processess at the back |
|
|
Apprentice
Joined: 18 May 2006 Posts: 31
|
Hi all,
we have websphere MQ 5.3 / linux 2.4.21 kernel. we we start the trigger monitor by issuing the following command
runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
we are seeing 4 process[runmqtrm's] lauched. this is the output of the ps.
ps -ef | grep runmqtrm
23112 23068 runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
23113 23112 runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
23115 23113 runmqtrm -m HKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
23116 23113 runmqtrm -mHKWTI1S1 -q WTI.IMXSG.TTI.RQSTIN.INIT.QUEUE
23112,23113,23115,23116 being the pids ...
any idea why is this ?
Thanks & regards
Srinivas |
|
Back to top |
|
 |
vennela |
Posted: Wed Oct 11, 2006 6:00 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
In Linux, ps -ef shows threads instead of processes and what you are seeing is normal. |
|
Back to top |
|
 |
srinivasraom |
Posted: Wed Oct 11, 2006 5:47 pm Post subject: how to see process instead of threads |
|
|
Apprentice
Joined: 18 May 2006 Posts: 31
|
Thanks for the reply.
Could you please tell, in linux how to see only process instead of threads. |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Oct 12, 2006 12:02 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Try 'man ps' on a linux machine. _________________ MQSeries.net helps those who help themselves..
Last edited by Nigelg on Thu Nov 02, 2006 3:50 am; edited 1 time in total |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Oct 12, 2006 12:02 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Try 'man ps' on a linux machine. _________________ MQSeries.net helps those who help themselves..
Last edited by Nigelg on Thu Nov 02, 2006 3:48 am; edited 1 time in total |
|
Back to top |
|
 |
srinivasraom |
Posted: Thu Oct 12, 2006 1:39 am Post subject: |
|
|
Apprentice
Joined: 18 May 2006 Posts: 31
|
Please talk about the solution to this problem. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 12, 2006 1:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
The quickest & most expedient solution would appear to be composed of one or more of the following:
a) use "man ps" to obtain the correct combination of switches to achieve the desired output
b) use the documentation supplied / relevant to your Linux distro to determine the correct combination of switches
c) post the question in a Linux forum organised similarly to this one
d) ask a co-worker or the admin for your Linux box what the combination of switches is
Other solutions are undoubtably possible. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
srinivasraom |
Posted: Thu Oct 12, 2006 2:17 am Post subject: |
|
|
Apprentice
Joined: 18 May 2006 Posts: 31
|
This is not the solution. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 12, 2006 2:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
No, and if I had any detailed Linux knowledge I could have provided one. Regretably I do not and therefore cannot. In its absence, I attempted to lay out alternatives by which a solution could be obtained.
As I intimated, the list was not intended to be exhaustive and I agree that it is possible that sooner or later a Linux expert on this forum will respond. Or not. I trust it will be sooner. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|