You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by David Luu <ma...@gmail.com> on 2012/08/29 19:40:15 UTC

How do most people analyze and present JMeter test results?

I was just wondering how most of you analyze and present JMeter test
results in general?


   - Using the built in JMeter graph and table reporting options, saving to
   file? Which ones in particular?
   - Using JMeter Plugins additional graph, etc. reporting options? Which
   ones in particular?  http://code.google.com/p/jmeter-plugins/
   - Using the Statistical Aggregate Report listener?
   http://rubenlaguna.com/wp/better-jmeter-graphs/index.html/
   - Parse the result logs yourself and generate custom reports using
   scripts? Similar to this:  http://wiki.apache.org/jmeter/LogAnalysis
   - Analyze the results yourself and generate custom reports (graphs,
   tables) but doing it manually?
   - Using this solution to plot your graphs:
   http://www.metaltoad.com/blog/plotting-your-load-test-jmeter
   - Any other approaches?


Asking this to see how others are doing it and to assess which ones are the
generally better options to go with.

Regards,
David

Re: How do most people analyze and present JMeter test results?

Posted by Sergio Boso <se...@bosoconsulting.it>.
Hi everybody.

just reading old discussions.
I had a couple of cases where the server(s) had not the GUI available.
I solved like that:
-set up a service saving transaction logs in jtl formats.
- ftp the jtl files to my PC
- load logs and generate reports on my PC with local Jmeter;
   be aware of having  the same script locally or you can have strange effects (I develop the script locally and then I moved to the 
remote server.
- when local, I copy -and-paste the Summary and the Aggregate tables to Open office, then get the graphics and presentation part 
with this tool.

Last point  is done in any case.
The advantages of doing reporting this way, is that this way you can start with general things and then go deeper on particular 
samples/ transactions, on the same data.
IN my experience, server sites change continuously, so it can be really hard to compare what you see today with what is have seen 
one week ago.

regards

Sergio


  Il 29/08/2012 19:40, David Luu ha scritto:
> I was just wondering how most of you analyze and present JMeter test
> results in general?
>
>
>     - Using the built in JMeter graph and table reporting options, saving to
>     file? Which ones in particular?
>     - Using JMeter Plugins additional graph, etc. reporting options? Which
>     ones in particular?  http://code.google.com/p/jmeter-plugins/
>     - Using the Statistical Aggregate Report listener?
>     http://rubenlaguna.com/wp/better-jmeter-graphs/index.html/
>     - Parse the result logs yourself and generate custom reports using
>     scripts? Similar to this:  http://wiki.apache.org/jmeter/LogAnalysis
>     - Analyze the results yourself and generate custom reports (graphs,
>     tables) but doing it manually?
>     - Using this solution to plot your graphs:
>     http://www.metaltoad.com/blog/plotting-your-load-test-jmeter
>     - Any other approaches?
>
>
> Asking this to see how others are doing it and to assess which ones are the
> generally better options to go with.
>
> Regards,
> David
>


-- 

Ing. Sergio Boso


<ma...@yahoo.it>





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by apc <ap...@apc.kg>.
And don't forget http://loadosophia.org service...



-----
--
Andrey Pohilko
JP@GC Maintainer
--
View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714586.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


RE: How do most people analyze and present JMeter test results?

Posted by Mark Collin <ma...@lazeryattack.com>.
May count as a bit of a shameless plug but here's what I'm using:

https://github.com/afranken/jmeter-analysis-maven-plugin

Currently at version 1.0.1 and in maven central

-----Original Message-----
From: David Luu [mailto:mangaroo@gmail.com] 
Sent: 29 August 2012 18:40
To: JMeter Users List
Subject: How do most people analyze and present JMeter test results?

I was just wondering how most of you analyze and present JMeter test results
in general?


   - Using the built in JMeter graph and table reporting options, saving to
   file? Which ones in particular?
   - Using JMeter Plugins additional graph, etc. reporting options? Which
   ones in particular?  http://code.google.com/p/jmeter-plugins/
   - Using the Statistical Aggregate Report listener?
   http://rubenlaguna.com/wp/better-jmeter-graphs/index.html/
   - Parse the result logs yourself and generate custom reports using
   scripts? Similar to this:  http://wiki.apache.org/jmeter/LogAnalysis
   - Analyze the results yourself and generate custom reports (graphs,
   tables) but doing it manually?
   - Using this solution to plot your graphs:
   http://www.metaltoad.com/blog/plotting-your-load-test-jmeter
   - Any other approaches?


Asking this to see how others are doing it and to assess which ones are the
generally better options to go with.

Regards,
David


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by sebb <se...@gmail.com>.
On 30 August 2012 13:47, kay <ka...@gmail.com> wrote:
> Web UI allows using NAT

Not sure how that applies to client-server JMeter which uses RMI,
regardless of whether using a GUI or non-GUI client.

RMI will fail if the client does not advertise a public IP, regardless
of whether NAT is in use.

If Web UI can work round such problems, please advise how to use it in
the JMeter case.

> 2012/8/30 sebb <se...@gmail.com>:
>> How does that help?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by kay <ka...@gmail.com>.
Web UI allows using NAT

2012/8/30 sebb <se...@gmail.com>:
> How does that help?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by sebb <se...@gmail.com>.
On 30 August 2012 10:24, kay <ka...@gmail.com> wrote:
> Client-server connection for jmeter-cli and local jmeter GUI is rather
> strange as it requires direct connection to real IP address for local
> jmeter GUI.

The server has to know the external address of the client, otherwise
RMI replies don't work.
If the client advertises itself on RMI using a local address (e.g.
192.168.0.3), the server cannot reply if it is external.

This is the same for GUI and non-GUI clients.

> Sometimes WEB UI is the solution.

How does that help?

> 2012/8/30 sebb <se...@gmail.com>:
>> On 30 August 2012 10:01, kay <ka...@gmail.com> wrote:
>>> Is there any web gui for console jmeter?
>>
>> JMeter can be run in GUI mode or non-GUI (console) mode.
>>
>>> 2012/8/30 Dzmitry_Kashlach <dz...@gmail.com>:
>>>>  I use
>>>> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
>>>> Blazemeter plugin
>>>> It allows to run JMeter test locally and to observe test results at runtime
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
>>>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by kay <ka...@gmail.com>.
Client-server connection for jmeter-cli and local jmeter GUI is rather
strange as it requires direct connection to real IP address for local
jmeter GUI. Sometimes WEB UI is the solution.

2012/8/30 sebb <se...@gmail.com>:
> On 30 August 2012 10:01, kay <ka...@gmail.com> wrote:
>> Is there any web gui for console jmeter?
>
> JMeter can be run in GUI mode or non-GUI (console) mode.
>
>> 2012/8/30 Dzmitry_Kashlach <dz...@gmail.com>:
>>>  I use
>>> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
>>> Blazemeter plugin
>>> It allows to run JMeter test locally and to observe test results at runtime
>>>
>>>
>>>
>>> --
>>> View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
>>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by sebb <se...@gmail.com>.
On 30 August 2012 10:01, kay <ka...@gmail.com> wrote:
> Is there any web gui for console jmeter?

JMeter can be run in GUI mode or non-GUI (console) mode.

> 2012/8/30 Dzmitry_Kashlach <dz...@gmail.com>:
>>  I use
>> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
>> Blazemeter plugin
>> It allows to run JMeter test locally and to observe test results at runtime
>>
>>
>>
>> --
>> View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by Shmuel Krakower <sh...@gmail.com>.
no web console.


On Thu, Aug 30, 2012 at 12:01 PM, kay <ka...@gmail.com> wrote:

> Is there any web gui for console jmeter?
>
> 2012/8/30 Dzmitry_Kashlach <dz...@gmail.com>:
> >  I use
> >
> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
> > Blazemeter plugin
> > It allows to run JMeter test locally and to observe test results at
> runtime
> >
> >
> >
> > --
> > View this message in context:
> http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
> > Sent from the JMeter - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: How do most people analyze and present JMeter test results?

Posted by kay <ka...@gmail.com>.
Is there any web gui for console jmeter?

2012/8/30 Dzmitry_Kashlach <dz...@gmail.com>:
>  I use
> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
> Blazemeter plugin
> It allows to run JMeter test locally and to observe test results at runtime
>
>
>
> --
> View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: How do most people analyze and present JMeter test results?

Posted by Dzmitry_Kashlach <dz...@gmail.com>.
 I use 
http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter
Blazemeter plugin 
It allows to run JMeter test locally and to observe test results at runtime



--
View this message in context: http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org