Please go through the following link to check what information are present in the log. http://jakarta.apache.org/jmeter/usermanual/listeners.html
Please go through this link to understand how to execute Jmeter scripts using Ant and it also explains JUnit report generation. http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php Well, if you are just concerned about the getting report with Min, Max and Average Timings then you can use jmeter-results-detail-report_21.xsl present in <JMETER_HOME>/extras using any of the xlst processors. (I use saxon) command to generate the report using saxon xslt processor: java -jar saxonhe9.jar -o <TestReport.html> <Test.jtl> jmeter-results-detail-report_21.xsl Thanks, Prasanna On Wed, May 26, 2010 at 2:36 PM, kryll <[email protected]> wrote: > > Hello > > Could you help me? I have Aggregate Report and I run console jmeter-n. I'd > like to log in file some params like Average, Max, Min. After working test > plan *.jtl and *.log files appeared. But I could not find these params > here. > > Could you give me some pieces of advise how can I get these params? > > Thank you > -- > View this message in context: > http://old.nabble.com/How-can-log-max-min-average-tp28678186p28678186.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

