Author |
Message
|
lcleofa |
Posted: Thu Jun 17, 2004 10:22 pm Post subject: MQSI performance |
|
|
Newbie
Joined: 01 Apr 2004 Posts: 3
|
Can somebody give me some guidance on how to measure performance for MQSI flows. Our MQSI development department complained on this issue, after an upgrade of CSD03 to CSD06 (MQSI ver. 2.1 / MQ ver. 5.2 on AIX).
Thanks.
Gino Cleofa
Dev. Support |
|
Back to top |
|
 |
kirani |
Posted: Thu Jun 17, 2004 10:34 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Typically, you would send group of messages to a message flow and see how much time it took to process those messages. Also, you need to monitor your server stats (CPU, memory, etc). There are lots of other factor that may affect your performance. There is a supportPac on Performance for WMQI on each platform. Please take a look at supportPac website. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
zpat |
Posted: Fri Jun 18, 2004 12:20 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can measure message rates on a Windows broker using the Windows Performance Monitor Message Enqueue rate counters.
It's difficult to measure the resource consumption of a particular flow - but easy to measure the throughput rate if you load up the input queue with a few thousand messages.
If you measure throughput at 100% CPU loading you can see the effect of changes on the flow.
IBM have a support pac book IP04 "Designing message flows for performance" - start with that! |
|
Back to top |
|
 |
Lisa |
Posted: Fri Jun 18, 2004 6:58 am Post subject: IH03 |
|
|
Master
Joined: 07 Jun 2002 Posts: 287 Location: NJ
|
Hi,
Take a look at supporpace IH03. This pac contains a few nice applications that can calculate the throughput of messages. It allows you to test persistent and non-persistent messages and set other options within the configuration file.
Hope this helps,
Lisa |
|
Back to top |
|
 |
KCampbell |
Posted: Fri Jun 18, 2004 8:57 am Post subject: |
|
|
Newbie
Joined: 17 Jun 2004 Posts: 2 Location: Seattle
|
The very best thing you can do is upgrade to v5 of the broker, you'll then get access to full accounting and statistics on a node by node basis if so desired.
Probably not something you can do overnight, however. Perhaps ask them to add a trace node and see if the trace file indicates a particular node, or type of node, is taking surprisingly long to complete?
Kevin |
|
Back to top |
|
 |
kirani |
Posted: Fri Jun 18, 2004 10:46 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
There are lots of other factors that you need to consider before migrating to V5!!
I'd start with the list of changes that occurred in the system before you installed CSD6. I don't think IBM has added any performance degradation code in CSD6. Do you have baseline results that you are comparing against? If so, were they done in the same environment? You don't want to compare apples with oranges!!
As others have suggested, there are different ways of measuring performance for a message flow. You can adopt any one of those techniques.
Also, there are some 3rd party products, like Candle's OMEGAMON XE for WMQI, where you get plug-in nodes that you can add in your message flows to collect some perf. related stats. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
solomita |
Posted: Wed Aug 25, 2004 9:49 am Post subject: |
|
|
Voyager
Joined: 06 May 2003 Posts: 94
|
When collecting accounting and statistics in V5 using XML with publications, why is a usernameserver not needed? I was able to try the example in the migration redbook on my local machine yet I never created a usernameserver. _________________ IBM Certified Specialist - WebSphere MQ Integrator
IBM Certified System Administrator - WebSphere MQ V5.3
IBM Certified System Administrator - WebSphere Business Integration Message Broker V5 |
|
Back to top |
|
 |
shanson |
Posted: Thu Aug 26, 2004 12:52 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
V5 help says "If your applications use the publish/subscribe services of a broker, you can apply an additional level of security to the topics on which messages are published and subscribed. This topic-based security is managed by the User Name Server."
So you only need the UNS when you want to control access to topics. |
|
Back to top |
|
 |
|