Re: Summary/Aggregate Report in non-gui mode

2006-07-17 Thread sebb
On 06/07/06, Ronald Bradford [EMAIL PROTECTED] wrote: Hi, When running in gui mode, I like the summary results provided by the Summary Report or Aggregate Report as a quick analysis between runs. I would like to run more extensive tests in non-gui mode but I'd like to see the same types of

Summary/Aggregate Report in non-gui mode

2006-07-05 Thread Ronald Bradford
Hi, When running in gui mode, I like the summary results provided by the Summary Report or Aggregate Report as a quick analysis between runs. I would like to run more extensive tests in non-gui mode but I'd like to see the same types of results, however when saving results the information is

Re: Aggregate report in Non-Gui Mode

2006-03-20 Thread Bhanu Krishna Cherukuri
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

Re: Aggregate report in Non-Gui Mode

2006-03-14 Thread Bhanu Krishna Cherukuri
Sebb, Could you please tell more about the test log and How I can get the aggregate report from that? thanks Bhanu Krishna Cherukuri On 3/10/06, sebb [EMAIL PROTECTED] wrote: At present you will need to extract the aggregate data from the test log and enter it into the database yourself.

Re: Aggregate report in Non-Gui Mode

2006-03-14 Thread sebb
By the test log, I mean the JTL file that is created by the -l flag or by adding a Listener that writes to a file. This contains all the sample results, so you will need to do the aggregation yourself. I suggest you create some samples using both XML and CSV format, and see which suits you best.

RE: Aggregate report in Non-Gui Mode

2006-03-14 Thread Oliver Erlewein \(DSLWN\)
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

Re: Aggregate report in Non-Gui Mode

2006-03-10 Thread Bhanu Krishna Cherukuri
Hi , Is there any API's that are used by ANT or the aggregate reports that I could try to extend to meet my requirments? The reason I am asking this is to put the aggregate report data into a database for each of my run. thanks Bhanu Krishna Cherukuri On 3/7/06, sebb [EMAIL PROTECTED]

Re: Aggregate report in Non-Gui Mode

2006-03-10 Thread sebb
At present you will need to extract the aggregate data from the test log and enter it into the database yourself. You could write your own Listener and get that to write to the database instead of a file. It will also need to do the aggregation - or maybe you could amend the existing aggregate

Aggregate report in Non-Gui Mode

2006-03-07 Thread Bhanu Krishna Cherukuri
I am running Jmeter in Non-Gui mode. jmeter -n -t my_test.jmx -l results.jtl . I want to display the aggregate report without loading the results file( results.jtl) in Listener.One way to get it done is use ANT,but ant need to installed in the machine to see the report . Please tell what is

Re: Aggregate report in Non-Gui Mode

2006-03-07 Thread sebb
On 07/03/06, Bhanu Krishna Cherukuri [EMAIL PROTECTED] wrote: I am running Jmeter in Non-Gui mode. jmeter -n -t my_test.jmx -l results.jtl . I want to display the aggregate report without loading the results file( results.jtl) in Listener.One way to get it done is use ANT,but ant need to