https://issues.apache.org/bugzilla/show_bug.cgi?id=54766
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |om Resolution|--- |WORKSFORME OS| |All --- Comment #1 from Philippe Mouawad <[email protected]> --- 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.
