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 2013/03/29 10:47:31 UTC

[Bug 54766] Response data is not saved to jtl in client's machine , for the results captured from server engine

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |WORKSFORME
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
This is not a bug.

Read this:
http://jmeter.apache.org/changes.html

Extract:
 Some configuration defaults have changed to improve performances by
default(see Bug 54412 ), see description in New and Noteworthy section.

    Distributed testing now uses MODE_STRIPPED_BATCH, which returns samples in
batch mode (every 100 samples or every minute by default). Note also that
MODE_STRIPPED_BATCH strips response data from SampleResult, so if you need it
change to another mode (mode property in jmeter.properties)
    Result data are now saved to CSV by default
(jmeter.save.saveservice.output_format in jmeter.properties)


So you need to switch to another mode than stripped if you need response.

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