Bug 53802

Summary: IdleTime values are not saved to CSV log
Product: JMeter - Now in Github Reporter: Victor Klepikovskiy <vklepikovskiy>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.7   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Example of the csv log file

Description Victor Klepikovskiy 2012-08-30 16:05:22 UTC
If "Save Idle Time" option is turned on in Sample Result Save Configuration window or jmeter.save.saveservice.idle_time=true and the type of JTL file is CSV then JMeter does not really save IdleTime column except the column name.

Here is an example:

timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,bytes,Filename,Latency,Encoding,SampleCount,ErrorCount,Hostname,IdleTime
1346341801444,3654,"""Home"" page",200,OK,Thread Group 1-1,text,true,63111,,1085,utf-8,1,0,hppc
1346341805119,1442,/search;_ylt=A03uoRrUAfZPg18BCCmbvZx4,200,OK,Thread Group 1-1,text,true,19637,,558,UTF-8,1,0,hppc
1346341806562,6405,/search/images;_ylt=A0oG7lg2AvZPowgACQNXNyoA,200,OK,Thread Group 1-1,text,true,21435,,1306,UTF-8,1,0,hppc
...

The last column name is IdleTime and the last value of each line is hppc which is a hostname.
Comment 1 Victor Klepikovskiy 2012-08-30 16:09:26 UTC
Created attachment 29309 [details]
Example of the csv log file

Sorry for bad formatting of the example. Attaching the csv log.
Comment 2 Sebb 2012-08-30 16:33:33 UTC
Thanks for the report; the field was not being written.


URL: http://svn.apache.org/viewvc?rev=1379005&view=rev
Log:
IdleTime values are not saved to CSV log
Bugzilla Id: 53802

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2906