Author |
Message
|
poulter90 |
Posted: Tue Jan 29, 2008 8:33 am Post subject: UNIX Performance with MQSeries |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi all ,
I am trying to find out which UNIX command could help to find what is the guilty process degrading MQseries Queue Managers throughout my server ?
Somebody gave me following commands :
ipcs -s -b" to display semaphores
"ipcrm -s <identifier>" to destroy them
Unfortunately display is not meaningful for me
(absolutely crap I should say !)
Any idea , URL ?
Thanks everybody |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 29, 2008 8:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Here's an idea - don't destroy semaphores unless you're certain of what you're doing!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 29, 2008 8:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Shouldn't your local Unix admin be able to assist? This is a Unix box resource problem not an MQ one IMHO. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 29, 2008 8:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you try "top"?
What are the 'symptoms' of the performance degradation? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
poulter90 |
Posted: Tue Jan 29, 2008 9:15 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi ,
Thanks a lot , I tried "top" quite good .
Besides , we asked for help to our Unix System support to look after
Some Queue managers were frozen ( too much client connection , I guess as when we disconnected from them , one more connection was possible )
Also when we recycled them ( in test environment ) we did not face anymore problems .
Thanks for your help |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 29, 2008 3:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
This is not a performance problem. This is an application coding problem.
What is happening is that your application is not disconnecting properly and as such keeping the connection open and you are running out of connections.
Make sure the application correctly disconnects from the resources.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
poulter90 |
Posted: Mon Feb 04, 2008 8:21 am Post subject: FIN_WAIT_2 tcp status |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
I can see daily a lot of FIN_WAIT_2 status
still running along with my Queue Managers ( while using netstat -an command)
Is there a magic command which could purge that odd connections ?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 04, 2008 8:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
Make sure the application correctly disconnects from the resources. |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|