Bug 53802 - IdleTime values are not saved to CSV log
Summary: IdleTime values are not saved to CSV log
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.7
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 16:05 UTC by Victor Klepikovskiy
Modified: 2012-08-30 16:33 UTC (History)
0 users



Attachments
Example of the csv log file (4.58 KB, text/plain)
2012-08-30 16:09 UTC, Victor Klepikovskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
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