You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Sudarshan Gaikaiwari <su...@acm.org> on 2012/03/06 21:35:08 UTC

Interpreting jmeter log file

Hi

I am using jmeter to do performance testing of a service which
receives json POST requests.

Below is the output of a log file. This is the file generated by
running jmeter on the command line with the -l option.
I would like to analyze the output in further detail than that already
provided by the built in graphs that come with jmeter.
So I am trying to find documentation for the various components of the
log lines.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
<httpSample t="27" lt="27" ts="1330569081854" s="true" lb="HTTP
Request" rc="200" rm="OK" tn="Thread Group 1-1" dt="text" by="938"/>
---------------------------------------------------------------------------------------------------------------------------------------------------------------
I have not been able to find documentation that explains the various
attributes here.

I am using the following version

Version 2.6 r1237317

I am also using the plugin here
http://code.google.com/p/jmeter-plugins/wiki/RawDataSource
to create a file of the raw json post requests.
I am using the HTTP request sampler to send these request to the
service under test.

Thanks
Sudarshan

-- 
Sudarshan Gaikaiwari
www.sudarshan.org
sudarshan@acm.org

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


Re: Interpreting jmeter log file

Posted by sebb <se...@gmail.com>.
On 6 March 2012 20:35, Sudarshan Gaikaiwari <su...@acm.org> wrote:
> Hi
>
> I am using jmeter to do performance testing of a service which
> receives json POST requests.
>
> Below is the output of a log file. This is the file generated by
> running jmeter on the command line with the -l option.
> I would like to analyze the output in further detail than that already
> provided by the built in graphs that come with jmeter.
> So I am trying to find documentation for the various components of the
> log lines.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
> <httpSample t="27" lt="27" ts="1330569081854" s="true" lb="HTTP
> Request" rc="200" rm="OK" tn="Thread Group 1-1" dt="text" by="938"/>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> I have not been able to find documentation that explains the various
> attributes here.

http://jmeter.apache.org/usermanual/listeners.html

> I am using the following version
>
> Version 2.6 r1237317
>
> I am also using the plugin here
> http://code.google.com/p/jmeter-plugins/wiki/RawDataSource
> to create a file of the raw json post requests.
> I am using the HTTP request sampler to send these request to the
> service under test.
>
> Thanks
> Sudarshan
>
> --
> Sudarshan Gaikaiwari
> www.sudarshan.org
> sudarshan@acm.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