You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Quasar <qu...@libero.it> on 2008/01/08 11:55:14 UTC

Aggregate graph CSV export with header info

Hi everybody!

Question: When I export the CSV file from the Aggregate Graph item, I 
get something like:

First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
[...]
TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676

I'd like to have an header line at the beginning of this file that 
describes each column in this way:

*Page,Samples,Average,Median,90% Line,Min,Max,Error%,Throughput,KB/sec*
First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
[...]
TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676

Is this possible?

Thank you!

Giuseppe.

Re: Aggregate graph CSV export with header info

Posted by Quasar <qu...@libero.it>.
sebb wrote:
> On 08/01/2008, Quasar <qu...@libero.it> wrote:
>   
>> Hi everybody!
>>
>> Question: When I export the CSV file from the Aggregate Graph item, I
>> get something like:
>>     
>
> By "export" do you mean you used the "Save Table Data" button?
>   
Yes!
>   
>> First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
>> Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
>> Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
>> [...]
>> TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676
>>
>> I'd like to have an header line at the beginning of this file that
>> describes each column in this way:
>>
>> *Page,Samples,Average,Median,90% Line,Min,Max,Error%,Throughput,KB/sec*
>> First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
>> Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
>> Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
>> [...]
>> TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676
>>
>> Is this possible?
>>     
>
> Probably. Please file a Bugzilla enhancement request.
>   
Done: http://issues.apache.org/bugzilla/show_bug.cgi?id=44184

Thanks Sebb!

Quasar


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


Re: Aggregate graph CSV export with header info

Posted by sebb <se...@gmail.com>.
On 08/01/2008, Quasar <qu...@libero.it> wrote:
> Hi everybody!
>
> Question: When I export the CSV file from the Aggregate Graph item, I
> get something like:

By "export" do you mean you used the "Save Table Data" button?

> First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
> Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
> Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
> [...]
> TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676
>
> I'd like to have an header line at the beginning of this file that
> describes each column in this way:
>
> *Page,Samples,Average,Median,90% Line,Min,Max,Error%,Throughput,KB/sec*
> First request SV,1,31,31,31,31,31,0.0,16.129032258064516,0.0
> Login page SV,1,0,0,0,0,0,0.0,Infinity,0.0
> Security check SV,1,0,0,0,0,0,0.0,Infinity,0.0
> [...]
> TOTAL,2135,686,328,1422,0,15171,0.0,0.592885595018317,16781.737568563676
>
> Is this possible?

Probably. Please file a Bugzilla enhancement request.

> Thank you!
>
> Giuseppe.
>

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