You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Deepak Shetty <sh...@gmail.com> on 2011/05/15 21:12:03 UTC

Re: Jmeter Summary Report

Hi
you have to load your result file into the same listener if you want the
summary report. (i.e. launch JMeter again and browse to your result file ) -
if you want to save the report as you see it you can use save table data
within the listener.
Alternately you can use the sample XSLT to get these values (or extend the
XSLT). Finally if I remember correctly some people have already done this so
check the mail archives

regards
deepak

On Sun, May 15, 2011 at 10:25 AM, dubi <du...@il.ibm.com> wrote:

> Hi
>
> The Filename field of the Jmeter Summary report  should (as I understand)
> store the same info I see on the screen . But instead it stores a short
> response of  the HTTP request sent like this :
>
> <httpSample t="72" lt="66" ts="1305479685437" s="true" lb="login" rc="200"
> rm="OK" tn="Virtual users 1-1" dt="text" by="12978">
>
> I defined the Filename as a .csv file
>
> Any idea how to turn it into a copy of the screen Summary report  duplicate
> ( sample, average, Min, Max etc)  ?
>
> thanks
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4398099.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Jmeter Summary Report

Posted by apc <ap...@apc.kg>.
jmeter -n -t test_plan.jmx -j trader_1.log -l results.jtl

will give you results.jtl, loadable into listeners

--
View this message in context: http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4400598.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: Jmeter Summary Report

Posted by dubi <du...@il.ibm.com>.
Thanks

still need clarify :

I was running jmeter command like like:

jmeter -n -t test_plan.jmx -j trader_1.log

the result log file looks like the standard  jemeter.log but it is per the
test (separate as I meant) + includes  is a line of type:

2011/05/16 16:05:21 INFO  - jmeter.reporters.Summariser: summary =    32 in  
1.0s =   32.1/s Avg:    28 Min:    11 Max:   255 Err:     0 (0.00%) 

This type of file is NOT loadable into a Listener as you said . is there a
command line flag that defines a log file ( what extension ) that can be
loaded into a Listener later on after the test finishes.

Besides : To generate from a command line invocation a summary 
report with only the information  I see on the GUI - is it possible only by
XSLT and can you point to the sample (in the install code) that shows that .
I  find only bin/Examples/CSVsample.jmx . Is that XSLT format ?

--
View this message in context: http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4400499.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: Jmeter Summary Report

Posted by Deepak Shetty <sh...@gmail.com>.
hi
the non gui mode generates a result log file which can be loaded into the
listener.
If you want no human intervention You can also use XSLT(a sample is included
with the JMeter install) to generate a report that looks like the summary
report and you can always parse this / load this into a db to do whatever
you want if your result files are really large.

regards
deepak

On Sun, May 15, 2011 at 1:35 PM, dubi <du...@il.ibm.com> wrote:

> How is this Summary Report generated in the non_GUI case (command line
> usage
> of jmeter) ?
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4398484.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Jmeter Summary Report

Posted by apc <ap...@apc.kg>.
Hi,

Maybe this will help you in non-GUI mode:
http://code.google.com/p/jmeter-plugins/wiki/JMeterPluginsCMD

--
View this message in context: http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4399672.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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


Re: Jmeter Summary Report

Posted by dubi <du...@il.ibm.com>.
How is this Summary Report generated in the non_GUI case (command line usage
of jmeter) ?

--
View this message in context: http://jmeter.512774.n5.nabble.com/Jmeter-Summary-Report-tp4398099p4398484.html
Sent from the JMeter - User mailing list archive at Nabble.com.

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