hi Jayaprakash,

Jtl file will not give the Avg,Max and minimu values. If you look at into
Jtl it consists of http sample data from that data we have to group all the
samples and calculate the Avg,minimum and maximum values.


-Bhanu Krishna Cherukuri



On 3/22/06, Jayaprakash Atla <[EMAIL PROTECTED]> wrote:
>
> Hi Bhanu,
>
> I am relatively new to the JMeter and running JMeter in non-GUI mode.
> The jtl file containing the log doesn't give the average, minimum and
> maximum values for a request. I looked at your mail and thought that you
> could help me out in this problem.
>
> I tried doing it on my own but could not complete it as required. It
> would be of great help if you tell me the approach you followed to parse
> it. Precisely I don't know how to store the data of same request from
> multiple iterations so that I can calculate the min, max and avg of
> response times.
>
> Thank you
> JayaPrakash Atla Associate Consultant | Sierra Atlantic Services Limited
> +91-040-55436000 x 6407
>
>
> -----Original Message-----
> From: Bhanu Krishna Cherukuri [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 21, 2006 12:54 PM
> To: JMeter Users List
> Subject: Re: Aggregate report in Non-Gui Mode
>
> Hi ,
>
> I am able to parse JTL file ,get the Http samples data and calculate
> Avg,max
> and minimun value for group of samples.
>
> Can any body please tell how to calculate %error and throughtput for
> group
> of samples.
>
> thanks
> Bhanu
>
>
>
>
> On 3/15/06, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]>
> wrote:
> >
> > Bhanu,
> >
> > Have a look at the XSL files that are in the extras folder. You'll
> need
> > to include them in the JTL file like this:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <?xml-stylesheet type="text/xsl"
> > href="jmeter-results-whateveroneyouchoose.xsl"?>  <--- Include this
> > line!
> > <testResults version="1.1">
> > ...
> >
> > Then drag the XML (i.e. JTL) file into Excel. You'll see what happens.
> > After that you can adjust it to what you need.
> >
> > Cheers
> > Oliver
> >
> > -----Original Message-----
> > From: Bhanu Krishna Cherukuri
> [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, 15 March 2006 02:21
> > To: JMeter Users List
> > Subject: Re: Aggregate report in Non-Gui Mode
> >
> > Sebb,
> >
> > Could you please tell more about the test log and How I can get the
> > aggregate report from that?
> >
> > thanks
> > Bhanu Krishna Cherukuri
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to