ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » WebSphere MQ v6 / WebSphere Message Broker v6 performance

Post new topic  Reply to topic
 WebSphere MQ v6 / WebSphere Message Broker v6 performance « View previous topic :: View next topic » 
Author Message
tbenyacs
PostPosted: Wed Oct 31, 2007 6:42 am    Post subject: WebSphere MQ v6 / WebSphere Message Broker v6 performance Reply with quote

Novice

Joined: 19 Apr 2007
Posts: 18
Location: Budapest, HU

Hi, everybody,

I have a message flow application which communicates via MQ queues and HTTP. In AIX environment (very-very strong HW) the throughput of the application is 70 transaction/sec. This throughput in Windows XP environment (Intel Core2 1,87GHz, 2GB RAM) is about 30 transaction/sec.

How can I increase this throughput significantly?
Is there any relevant setting in WebSphere MQ v6 / WebSphere Message Broker v6, or perhaps in the op.sys ?

Thanks forward,

Thomas
_________________
Tamas Benyacs
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bower5932
PostPosted: Wed Oct 31, 2007 6:44 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

Have you looked at any of the performance related SupportPacs?

http://www-1.ibm.com/support/docview.wss?uid=swg27007197

They give lots of hints and tips.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
tbenyacs
PostPosted: Wed Oct 31, 2007 8:41 am    Post subject: Reply with quote

Novice

Joined: 19 Apr 2007
Posts: 18
Location: Budapest, HU

bower5932 wrote:
Have you looked at any of the performance related SupportPacs?

http://www-1.ibm.com/support/docview.wss?uid=swg27007197

They give lots of hints and tips.


Thanks for the reply.
The only doc I found connecting with this topic is the ip74.pdf (WebSphere Message Broker v6.0 For Windows Performance report Version 1.3).

Thomas
_________________
Tamas Benyacs
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jefflowrey
PostPosted: Wed Oct 31, 2007 9:35 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Have you considered that the performance difference between the two machines may be entirely tied to the hardware and the OS?

It could take quite a lot of effort to properly tune the hardware, OS, MQ and Broker and the flow to get the same transaction rate on a mid-to-low range Windows machine as it does on an untuned AIX machine.

And that may be more expense than the result is worth.

That said, the Performance Report you found will tell you what the performance characteristcs of the platform are, and discusses the tuneable factors that went into achieving those characteristics.

There is also a Performance Report for WMQ on each platform, that will provide the same information for WMQ as that one does for Broker.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
SAFraser
PostPosted: Wed Oct 31, 2007 10:09 am    Post subject: Reply with quote

Shaman

Joined: 22 Oct 2003
Posts: 742
Location: Austin, Texas, USA

How have you come to the conclusion that it is MQ that is causing the difference in throughput?

The reason I ask is: I can recall very few times (in my own experience) where MQ or WMB was a bottleneck for good throughput. In fact, I can recall very few times when it was a limitation of the hardware, either. It is almost always (for me) a limitation of either the PUTting or the GETting application.

Please, I am not criticising your question at all, just wondering how you have come to this conclusion as it may help us to give you ideas.

Shirley
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Oct 31, 2007 10:18 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Improve the performance of your WebSphere Business Integration Message Broker V5 message flow

This uses WB-IMB 5.0 as an example, but the concepts apply to WMB 6.0 as well.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
tleichen
PostPosted: Wed Oct 31, 2007 10:39 am    Post subject: Reply with quote

Yatiri

Joined: 11 Apr 2005
Posts: 663
Location: Center of the USA

SAFraser wrote:
How have you come to the conclusion that it is MQ that is causing the difference in throughput?

The reason I ask is: I can recall very few times (in my own experience) where MQ or WMB was a bottleneck for good throughput. In fact, I can recall very few times when it was a limitation of the hardware, either. It is almost always (for me) a limitation of either the PUTting or the GETting application.

Please, I am not criticising your question at all, just wondering how you have come to this conclusion as it may help us to give you ideas.

Shirley
He did not say that MQ was causing anything. He was merely inquiring about the performance variance between two different platforms!
_________________
IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer
Back to top
View user's profile Send private message
SAFraser
PostPosted: Wed Oct 31, 2007 10:56 am    Post subject: Reply with quote

Shaman

Joined: 22 Oct 2003
Posts: 742
Location: Austin, Texas, USA

Perhaps I read too much into his original post. I assumed he had observed symptoms that required troubleshooting.
Back to top
View user's profile Send private message
tbenyacs
PostPosted: Tue Nov 06, 2007 2:45 am    Post subject: Reply with quote

Novice

Joined: 19 Apr 2007
Posts: 18
Location: Budapest, HU

SAFraser wrote:
Perhaps I read too much into his original post. I assumed he had observed symptoms that required troubleshooting.


I hope there is a setting where I can control the message forwarding strategy (memory usage, commit, etc.) of the MQ / WMB.

Thomas
_________________
Tamas Benyacs
Back to top
View user's profile Send private message Send e-mail Visit poster's website
David.Partridge
PostPosted: Wed Nov 07, 2007 2:27 am    Post subject: Reply with quote

Master

Joined: 28 Jun 2001
Posts: 249

Message flow using persistent messages or non-persistent? NP will go faster, but the decision is a business one - if the messages need to be persistent, they need to be persistent.

You should look at normal MQ tuning - refer the the MQ performance support packs for your platform.
_________________
Cheers,
David C. Partridge
Back to top
View user's profile Send private message
tbenyacs
PostPosted: Thu Nov 08, 2007 12:16 am    Post subject: Reply with quote

Novice

Joined: 19 Apr 2007
Posts: 18
Location: Budapest, HU

David.Partridge wrote:
Message flow using persistent messages or non-persistent? NP will go faster, but the decision is a business one - if the messages need to be persistent, they need to be persistent.

You should look at normal MQ tuning - refer the the MQ performance support packs for your platform.


The messages are persistent.
Thanks for the advice. I will check the support packs.

Thomas
_________________
Tamas Benyacs
Back to top
View user's profile Send private message Send e-mail Visit poster's website
zpat
PostPosted: Thu Nov 08, 2007 12:46 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

If the CPUs are running at near 100% then you need to tune the message flow logic.

If the disks are busy then you need to either reduce the I/O or make it go faster.

eg. Get faster (and/or more) disks (15k RPM), separate databases from queues and from logs etc.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » WebSphere MQ v6 / WebSphere Message Broker v6 performance
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.