I'm new to jmeter too, but I do know that timings for a sample are stored by the name of the HTTP request sampler. I also recorded a test script, when jmeter creates the HTTP request sample, the name is generated from the "path" portion of the HTTP request. Therefore all samples with the same path, will have the same name, and will be aggregated on the same row of your report. A servlet that does different things based on the value of parameters would not be differentiated in this report. However you can manually change the name of the HTTP request sample, not sure if there is a more elegant way to do this but it works for me.. A.
-----Original Message----- From: Jessie Wang [mailto:[EMAIL PROTECTED] Sent: 18 October 2004 21:15 To: [EMAIL PROTECTED] Subject: need help on aggregate report All, I'm new to Jmeter. I have created a test plan to do loading test on our application using proxy server (recording all the steps). I set the number of thread to 100, ramp_up period to 60 seconds,the loop count to 1, and use the aggregate report as the listener to record the test result. I don't understand what all the elements in the aggregate report. In the aggregate report, there are count, average, min, max, error% and rate. For instance, if I have the number of thread of 100, then the total of count in the report should be 100, correct? But I got more than 3000 in the total of count. Why? Min and max, do they indicate the minimal or maximal time to access to the page? What do the error% and the rate mean? Thanks in advance. ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --------------------------------------------------------------------- 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]

