You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/08/30 18:05:22 UTC

[Bug 53802] New: IdleTime values are not saved to CSV log

https://issues.apache.org/bugzilla/show_bug.cgi?id=53802

          Priority: P2
            Bug ID: 53802
          Assignee: issues@jmeter.apache.org
           Summary: IdleTime values are not saved  to CSV log
          Severity: normal
    Classification: Unclassified
          Reporter: vklepikovskiy@gmail.com
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: Main
           Product: JMeter

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53802] IdleTime values are not saved to CSV log

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53802

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #2 from Sebb <se...@apache.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53802] IdleTime values are not saved to CSV log

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53802

--- Comment #1 from Victor Klepikovskiy <vk...@gmail.com> ---
Created attachment 29309
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29309&action=edit
Example of the csv log file

Sorry for bad formatting of the example. Attaching the csv log.

-- 
You are receiving this mail because:
You are the assignee for the bug.