Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-08 Thread Isuru Perera
I don't think it's good to use a "micro-benchmarking" tool to measure the
performance of MB Message Store with different database types. Can't we use
Apache JMeter similar to our standard performance tests?



On Mon, May 8, 2017 at 9:39 AM, Asanka Abeyweera  wrote:

> Hi Malaka,
>
> Are we going to write a different test suite or something similar to
> generate these benchmark reports?
>
> On Mon, May 8, 2017 at 9:19 AM, Malaka Gangananda 
> wrote:
>
>> Hi Hasitha,
>>
>> DB performance will be evaluated by measuring the throughput of
>> performing functionalities provided by the message store when different 
>> database
>> instances are being used with MB. Yes they can be evaluated using JMH.
>>
>> Thanks.
>>
>> On Sun, May 7, 2017 at 2:03 PM, Hasitha Hiranya 
>> wrote:
>>
>>> Hi Malaka,
>>>
>>> Does JMH give latencies to write to/read from Databases?
>>> What are the metrics on which you are going to judge DB performance? Are
>>> they evaluated by JMH?
>>>
>>> Thanks
>>>
>>> On Fri, May 5, 2017 at 2:59 PM, Malaka Gangananda 
>>> wrote:
>>>
 Hi Asanka,

 At present we are doing a research on database systems which we can use.

 Thanks.

 On Fri, May 5, 2017 at 2:18 PM, Asanka Abeyweera 
 wrote:

> Hi Malaka,
>
> What are the other database systems we are going to compare? Have we
> decided them yet?
>
> On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda 
> wrote:
>
>> Hi Firzan,
>>
>> Yes we are going to compare  performance against level DB as well
>> since it is used by ActiveMQ also.
>>
>> Thanks.
>>
>> On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash 
>> wrote:
>>
>>> Hi Malaka,
>>>
>>> Will you be considering to check the performance against level DB as
>>> well? Since it's a flat file based DB system, I believe that we can use 
>>> it
>>> to achieve significant performance gain.
>>>
>>> On May 5, 2017 8:36 AM, "Malaka Gangananda" 
>>> wrote:
>>>
 Hi All,

 Adding reference for JMH : http://java-performance.info/jmh/

 Thanks,

 On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda <
 mala...@wso2.com> wrote:

> Hi All,
>
> I am implementing message store for MB4 while doing that I am
> developing a tool to analyze and compare performance of message store
> functionalities when different database instances are being used with 
> MB.
> Also this tool will have the capability to evolve  with message store 
> and
> evaluate new functionalities of message store.To generate the 
> benchmarks I
> have used JMH.
>
> Thnks.
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>



 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>
>>
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Asanka Abeyweera
> Senior Software Engineer
> WSO2 Inc.
>
> Phone: +94 712228648 <+94%2071%20222%208648>
> Blog: a5anka.github.io
>
> 
>



 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Hasitha Abeykoon*
>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>> *cell:* *+94 719363063*
>>> *blog: **abeykoon.blogspot.com* 
>>>
>>>
>>
>>
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email 

Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Asanka Abeyweera
Hi Malaka,

Are we going to write a different test suite or something similar to
generate these benchmark reports?

On Mon, May 8, 2017 at 9:19 AM, Malaka Gangananda  wrote:

> Hi Hasitha,
>
> DB performance will be evaluated by measuring the throughput of performing
> functionalities provided by the message store when different database
> instances are being used with MB. Yes they can be evaluated using JMH.
>
> Thanks.
>
> On Sun, May 7, 2017 at 2:03 PM, Hasitha Hiranya  wrote:
>
>> Hi Malaka,
>>
>> Does JMH give latencies to write to/read from Databases?
>> What are the metrics on which you are going to judge DB performance? Are
>> they evaluated by JMH?
>>
>> Thanks
>>
>> On Fri, May 5, 2017 at 2:59 PM, Malaka Gangananda 
>> wrote:
>>
>>> Hi Asanka,
>>>
>>> At present we are doing a research on database systems which we can use.
>>>
>>> Thanks.
>>>
>>> On Fri, May 5, 2017 at 2:18 PM, Asanka Abeyweera 
>>> wrote:
>>>
 Hi Malaka,

 What are the other database systems we are going to compare? Have we
 decided them yet?

 On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda 
 wrote:

> Hi Firzan,
>
> Yes we are going to compare  performance against level DB as well
> since it is used by ActiveMQ also.
>
> Thanks.
>
> On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash 
> wrote:
>
>> Hi Malaka,
>>
>> Will you be considering to check the performance against level DB as
>> well? Since it's a flat file based DB system, I believe that we can use 
>> it
>> to achieve significant performance gain.
>>
>> On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:
>>
>>> Hi All,
>>>
>>> Adding reference for JMH : http://java-performance.info/jmh/
>>>
>>> Thanks,
>>>
>>> On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda >> > wrote:
>>>
 Hi All,

 I am implementing message store for MB4 while doing that I am
 developing a tool to analyze and compare performance of message store
 functionalities when different database instances are being used with 
 MB.
 Also this tool will have the capability to evolve  with message store 
 and
 evaluate new functionalities of message store.To generate the 
 benchmarks I
 have used JMH.

 Thnks.
 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

>>>
>>>
>>>
>>> --
>>> Malaka.
>>> --
>>> Malaka Gangananda - Software Engineer | WSO2
>>> Email : mala...@wso2.com
>>> Mobile : +94713564340 <+94%2071%20356%204340>
>>> Web : http://wso2.com
>>>   
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Asanka Abeyweera
 Senior Software Engineer
 WSO2 Inc.

 Phone: +94 712228648 <+94%2071%20222%208648>
 Blog: a5anka.github.io

 

>>>
>>>
>>>
>>> --
>>> Malaka.
>>> --
>>> Malaka Gangananda - Software Engineer | WSO2
>>> Email : mala...@wso2.com
>>> Mobile : +94713564340 <+94%2071%20356%204340>
>>> Web : http://wso2.com
>>>   
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Hasitha Abeykoon*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>> *cell:* *+94 719363063*
>> *blog: **abeykoon.blogspot.com* 
>>
>>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>



-- 
Asanka Abeyweera
Senior Software Engineer
WSO2 Inc.

Phone: +94 712228648
Blog: a5anka.github.io


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Malaka Gangananda
Hi Hasitha,

DB performance will be evaluated by measuring the throughput of performing
functionalities provided by the message store when different database
instances are being used with MB. Yes they can be evaluated using JMH.

Thanks.

On Sun, May 7, 2017 at 2:03 PM, Hasitha Hiranya  wrote:

> Hi Malaka,
>
> Does JMH give latencies to write to/read from Databases?
> What are the metrics on which you are going to judge DB performance? Are
> they evaluated by JMH?
>
> Thanks
>
> On Fri, May 5, 2017 at 2:59 PM, Malaka Gangananda 
> wrote:
>
>> Hi Asanka,
>>
>> At present we are doing a research on database systems which we can use.
>>
>> Thanks.
>>
>> On Fri, May 5, 2017 at 2:18 PM, Asanka Abeyweera 
>> wrote:
>>
>>> Hi Malaka,
>>>
>>> What are the other database systems we are going to compare? Have we
>>> decided them yet?
>>>
>>> On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda 
>>> wrote:
>>>
 Hi Firzan,

 Yes we are going to compare  performance against level DB as well
 since it is used by ActiveMQ also.

 Thanks.

 On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash 
 wrote:

> Hi Malaka,
>
> Will you be considering to check the performance against level DB as
> well? Since it's a flat file based DB system, I believe that we can use it
> to achieve significant performance gain.
>
> On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:
>
>> Hi All,
>>
>> Adding reference for JMH : http://java-performance.info/jmh/
>>
>> Thanks,
>>
>> On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda 
>> wrote:
>>
>>> Hi All,
>>>
>>> I am implementing message store for MB4 while doing that I am
>>> developing a tool to analyze and compare performance of message store
>>> functionalities when different database instances are being used with 
>>> MB.
>>> Also this tool will have the capability to evolve  with message store 
>>> and
>>> evaluate new functionalities of message store.To generate the 
>>> benchmarks I
>>> have used JMH.
>>>
>>> Thnks.
>>> --
>>> Malaka.
>>> --
>>> Malaka Gangananda - Software Engineer | WSO2
>>> Email : mala...@wso2.com
>>> Mobile : +94713564340 <+94%2071%20356%204340>
>>> Web : http://wso2.com
>>>   
>>>
>>
>>
>>
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>


 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Asanka Abeyweera
>>> Senior Software Engineer
>>> WSO2 Inc.
>>>
>>> Phone: +94 712228648 <+94%2071%20222%208648>
>>> Blog: a5anka.github.io
>>>
>>> 
>>>
>>
>>
>>
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Hasitha Abeykoon*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com
> *cell:* *+94 719363063*
> *blog: **abeykoon.blogspot.com* 
>
>


-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Hasitha Hiranya
Hi Malaka,

Does JMH give latencies to write to/read from Databases?
What are the metrics on which you are going to judge DB performance? Are
they evaluated by JMH?

Thanks

On Fri, May 5, 2017 at 2:59 PM, Malaka Gangananda  wrote:

> Hi Asanka,
>
> At present we are doing a research on database systems which we can use.
>
> Thanks.
>
> On Fri, May 5, 2017 at 2:18 PM, Asanka Abeyweera 
> wrote:
>
>> Hi Malaka,
>>
>> What are the other database systems we are going to compare? Have we
>> decided them yet?
>>
>> On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda 
>> wrote:
>>
>>> Hi Firzan,
>>>
>>> Yes we are going to compare  performance against level DB as well since
>>> it is used by ActiveMQ also.
>>>
>>> Thanks.
>>>
>>> On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash 
>>> wrote:
>>>
 Hi Malaka,

 Will you be considering to check the performance against level DB as
 well? Since it's a flat file based DB system, I believe that we can use it
 to achieve significant performance gain.

 On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:

> Hi All,
>
> Adding reference for JMH : http://java-performance.info/jmh/
>
> Thanks,
>
> On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda 
> wrote:
>
>> Hi All,
>>
>> I am implementing message store for MB4 while doing that I am
>> developing a tool to analyze and compare performance of message store
>> functionalities when different database instances are being used with MB.
>> Also this tool will have the capability to evolve  with message store and
>> evaluate new functionalities of message store.To generate the benchmarks 
>> I
>> have used JMH.
>>
>> Thnks.
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
>>>
>>>
>>> --
>>> Malaka.
>>> --
>>> Malaka Gangananda - Software Engineer | WSO2
>>> Email : mala...@wso2.com
>>> Mobile : +94713564340 <+94%2071%20356%204340>
>>> Web : http://wso2.com
>>>   
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Asanka Abeyweera
>> Senior Software Engineer
>> WSO2 Inc.
>>
>> Phone: +94 712228648 <+94%2071%20222%208648>
>> Blog: a5anka.github.io
>>
>> 
>>
>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340
> Web : http://wso2.com
>   
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Hasitha Abeykoon*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-05 Thread Malaka Gangananda
Hi Asanka,

At present we are doing a research on database systems which we can use.

Thanks.

On Fri, May 5, 2017 at 2:18 PM, Asanka Abeyweera  wrote:

> Hi Malaka,
>
> What are the other database systems we are going to compare? Have we
> decided them yet?
>
> On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda 
> wrote:
>
>> Hi Firzan,
>>
>> Yes we are going to compare  performance against level DB as well since
>> it is used by ActiveMQ also.
>>
>> Thanks.
>>
>> On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash  wrote:
>>
>>> Hi Malaka,
>>>
>>> Will you be considering to check the performance against level DB as
>>> well? Since it's a flat file based DB system, I believe that we can use it
>>> to achieve significant performance gain.
>>>
>>> On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:
>>>
 Hi All,

 Adding reference for JMH : http://java-performance.info/jmh/

 Thanks,

 On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda 
 wrote:

> Hi All,
>
> I am implementing message store for MB4 while doing that I am
> developing a tool to analyze and compare performance of message store
> functionalities when different database instances are being used with MB.
> Also this tool will have the capability to evolve  with message store and
> evaluate new functionalities of message store.To generate the benchmarks I
> have used JMH.
>
> Thnks.
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>



 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>
>>
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Asanka Abeyweera
> Senior Software Engineer
> WSO2 Inc.
>
> Phone: +94 712228648 <+94%2071%20222%208648>
> Blog: a5anka.github.io
>
> 
>



-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-05 Thread Asanka Abeyweera
Hi Malaka,

What are the other database systems we are going to compare? Have we
decided them yet?

On Fri, May 5, 2017 at 1:18 PM, Malaka Gangananda  wrote:

> Hi Firzan,
>
> Yes we are going to compare  performance against level DB as well since
> it is used by ActiveMQ also.
>
> Thanks.
>
> On Fri, May 5, 2017 at 12:11 PM, Firzhan Naqash  wrote:
>
>> Hi Malaka,
>>
>> Will you be considering to check the performance against level DB as
>> well? Since it's a flat file based DB system, I believe that we can use it
>> to achieve significant performance gain.
>>
>> On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:
>>
>>> Hi All,
>>>
>>> Adding reference for JMH : http://java-performance.info/jmh/
>>>
>>> Thanks,
>>>
>>> On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda 
>>> wrote:
>>>
 Hi All,

 I am implementing message store for MB4 while doing that I am
 developing a tool to analyze and compare performance of message store
 functionalities when different database instances are being used with MB.
 Also this tool will have the capability to evolve  with message store and
 evaluate new functionalities of message store.To generate the benchmarks I
 have used JMH.

 Thnks.
 --
 Malaka.
 --
 Malaka Gangananda - Software Engineer | WSO2
 Email : mala...@wso2.com
 Mobile : +94713564340 <+94%2071%20356%204340>
 Web : http://wso2.com
   

>>>
>>>
>>>
>>> --
>>> Malaka.
>>> --
>>> Malaka Gangananda - Software Engineer | WSO2
>>> Email : mala...@wso2.com
>>> Mobile : +94713564340 <+94%2071%20356%204340>
>>> Web : http://wso2.com
>>>   
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Asanka Abeyweera
Senior Software Engineer
WSO2 Inc.

Phone: +94 712228648
Blog: a5anka.github.io


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-05 Thread Firzhan Naqash
Hi Malaka,

Will you be considering to check the performance against level DB as well?
Since it's a flat file based DB system, I believe that we can use it to
achieve significant performance gain.

On May 5, 2017 8:36 AM, "Malaka Gangananda"  wrote:

> Hi All,
>
> Adding reference for JMH : http://java-performance.info/jmh/
>
> Thanks,
>
> On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda 
> wrote:
>
>> Hi All,
>>
>> I am implementing message store for MB4 while doing that I am developing
>> a tool to analyze and compare performance of message store functionalities
>> when different database instances are being used with MB. Also this tool
>> will have the capability to evolve  with message store and evaluate new
>> functionalities of message store.To generate the benchmarks I have used JMH.
>>
>> Thnks.
>> --
>> Malaka.
>> --
>> Malaka Gangananda - Software Engineer | WSO2
>> Email : mala...@wso2.com
>> Mobile : +94713564340 <+94%2071%20356%204340>
>> Web : http://wso2.com
>>   
>>
>
>
>
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-05 Thread Malaka Gangananda
Hi All,

Adding reference for JMH : http://java-performance.info/jmh/

Thanks,

On Fri, May 5, 2017 at 11:23 AM, Malaka Gangananda  wrote:

> Hi All,
>
> I am implementing message store for MB4 while doing that I am developing a
> tool to analyze and compare performance of message store functionalities
> when different database instances are being used with MB. Also this tool
> will have the capability to evolve  with message store and evaluate new
> functionalities of message store.To generate the benchmarks I have used JMH.
>
> Thnks.
> --
> Malaka.
> --
> Malaka Gangananda - Software Engineer | WSO2
> Email : mala...@wso2.com
> Mobile : +94713564340 <+94%2071%20356%204340>
> Web : http://wso2.com
>   
>



-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-04 Thread Malaka Gangananda
Hi All,

I am implementing message store for MB4 while doing that I am developing a
tool to analyze and compare performance of message store functionalities
when different database instances are being used with MB. Also this tool
will have the capability to evolve  with message store and evaluate new
functionalities of message store.To generate the benchmarks I have used JMH.

Thnks.
-- 
Malaka.
-- 
Malaka Gangananda - Software Engineer | WSO2
Email : mala...@wso2.com
Mobile : +94713564340
Web : http://wso2.com
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev