Bug 44184

Summary: Aggregate graph CSV with header info
Product: JMeter - Now in Github Reporter: Giuseppe Calignano <quasar7>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

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