Bug 44184 - Aggregate graph CSV with header info
Summary: Aggregate graph CSV with header info
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3.1
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 04:00 UTC by Giuseppe Calignano
Modified: 2008-01-08 05:45 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giuseppe Calignano 2008-01-08 04:00:07 UTC
Hi everybody!

When I press the "Save Table Data" 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!

Quasar
Comment 1 Sebb 2008-01-08 05:45:51 UTC
Added to SVN in r609983. Will appear in the next nightly build and 2.3.2
Comment 2 The ASF infrastructure team 2022-09-24 20:37:40 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2059