You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Nick Chistyakov <ch...@gmail.com> on 2009/12/10 22:33:01 UTC

question about performance measurement

Hello to all,

Now, when I have a system consisted of several modules
interacting with each other via JMS (ActiveMQ is used)

The question of performance raises.
Because, sure, if I change something I whant to see how it tells on overall
performance of the system.

That question is:
What do you guys use to do such tests?

Is it a framework like JMSTester?
Or is it BAM, or something else?

Best regards,
Nick

Re: question about performance measurement

Posted by Nick Chistyakov <ch...@gmail.com>.
Hi Willem,

Thanks, that's definitely a start point.

---
Nick

On Fri, Dec 11, 2009 at 10:45 AM, Willem Jiang <wi...@gmail.com>wrote:

> You can take a look at the integration test[1] of jms with a simple route.
> And I don't think BAM can give the performace metric that you want :(
>
> [1]
> https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/jms/JmsPerformanceTest.java
>
> Willem
>
>
>
> Nick Chistyakov wrote:
>
>> Hello to all,
>>
>> Now, when I have a system consisted of several modules
>> interacting with each other via JMS (ActiveMQ is used)
>>
>> The question of performance raises.
>> Because, sure, if I change something I whant to see how it tells on
>> overall
>> performance of the system.
>>
>> That question is:
>> What do you guys use to do such tests?
>>
>> Is it a framework like JMSTester?
>> Or is it BAM, or something else?
>>
>> Best regards,
>> Nick
>>
>>
>

Re: question about performance measurement

Posted by Willem Jiang <wi...@gmail.com>.
You can take a look at the integration test[1] of jms with a simple route.
And I don't think BAM can give the performace metric that you want :(

[1]https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/jms/JmsPerformanceTest.java

Willem


Nick Chistyakov wrote:
> Hello to all,
> 
> Now, when I have a system consisted of several modules
> interacting with each other via JMS (ActiveMQ is used)
> 
> The question of performance raises.
> Because, sure, if I change something I whant to see how it tells on overall
> performance of the system.
> 
> That question is:
> What do you guys use to do such tests?
> 
> Is it a framework like JMSTester?
> Or is it BAM, or something else?
> 
> Best regards,
> Nick
>