Author |
Message
|
pandeg |
Posted: Wed Aug 19, 2015 8:09 am Post subject: Capacity planning for Websphere MQ |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Hi, we are using multiple queue managers in linux box. We want to add more queue managers on the same linux server. Is there any way to pull out the system resources usage details or statistics to analyze the capacity planning before we add new queue managers. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Aug 19, 2015 8:13 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
What tools do you use for capacity planning for other (non-MQ) apps on the Linux box? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
pandeg |
Posted: Wed Aug 19, 2015 8:48 am Post subject: |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
bruce2359 wrote: |
What tools do you use for capacity planning for other (non-MQ) apps on the Linux box? |
We are only using Wily Introscope and executing linux commands to find the details |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 19, 2015 8:52 am Post subject: Re: Capacity planning for Websphere MQ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pandeg wrote: |
Is there any way to pull out the system resources usage details or statistics to analyze the capacity planning before we add new queue managers. |
This is a Linux question not an MQ one. Do whatever you do when you want to add more Apache / Tomcat / WAS / Oracle / DB2 / a.n.other software to an existing Linux server. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pandeg |
Posted: Wed Aug 19, 2015 1:13 pm Post subject: Re: Capacity planning for Websphere MQ |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Quote: |
This is a Linux question not an MQ one. Do whatever you do when you want to add more Apache / Tomcat / WAS / Oracle / DB2 / a.n.other software to an existing Linux server. |
We normally look for CPU and memory utilization, hard disk and thread usage through Linux command. Not sure if these parameters are enough to decide the planning |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Aug 19, 2015 10:35 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
You may need to look at the various kernel parameters (shared memory, semaphores etc) depending upon what version of the Linux Kernel you are using. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Aug 20, 2015 4:31 am Post subject: Re: Capacity planning for Websphere MQ |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
pandeg wrote: |
Quote: |
This is a Linux question not an MQ one. Do whatever you do when you want to add more Apache / Tomcat / WAS / Oracle / DB2 / a.n.other software to an existing Linux server. |
We normally look for CPU and memory utilization, hard disk and thread usage through Linux command. Not sure if these parameters are enough to decide the planning |
They should be enough for a rough estimate.
If you take measurements now, and then create a new qmgr, you should see an increase in resource utilization. If the new qmgr causes RAM usage to go up 10%, then you know approximately how much RAM another qmgr will use. Same with CPU. Same with disk.
Qmgr usage (number of messages, size of messages, number of mqgets, mqputs, will likely differ.
There are tools you can download and/or buy to help with with capacity planning. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|