https://issues.apache.org/bugzilla/show_bug.cgi?id=54766
Bug ID: 54766
Summary: Response data is not saved to jtl in client's machine
, for the results captured from server engine
Product: JMeter
Version: 2.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
On both Client and Server Jmeter version : 2.9 r1437961
Both Client and Server : Windows
Client Jmeter properties:
jmeter.save.saveservice.response_data=true
while the following is being kept commented,
#jmeter.save.saveservice.response_data.on_error=false , which is false by
default.
When the test is remotely triggered by the Client, results are recorded to jtl,
listeners (summary, tree view, table).
But response data is not captured either to jtl. or to tree view -> response
data tab, unless there is an assertion failure.(but I have kept this
jmeter.save.saveservice.response_data.on_error to false).
What I wanted to see response data for successful runs and for failures as
well.
I have been trying my best to configure to get this thing worked. There is
nothing discussed about this topic in blogs too. Guessed this is some kind of
error.
More details:
Thread Name: Thread Group 1-1
Sample Start: 2013-03-29 14:54:34 IST
Load time: 8
Latency: 8
Size in bytes: 640
Headers size in bytes: 197
Body size in bytes: 443
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK
Response headers:
HTTP/1.1 200 OK
Date: Fri, 29 Mar 2013 09:24:28 GMT
Server: Apache
Content-Length: 443
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Content-Type: application/x-json;charset=UTF-8
HTTPSampleResult fields:
ContentType: application/x-json;charset=UTF-8
DataEncoding: UTF-8
-------------------------
Thread Name: Thread Group 1-1
Sample Start: 2013-03-29 14:54:34 IST
Load time: 78
Latency: 48
Size in bytes: 509673
Headers size in bytes: 220
Body size in bytes: 509453
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK
Response headers:
HTTP/1.1 200 OK
Date: Fri, 29 Mar 2013 09:24:28 GMT
Server: Apache
Cache-Control: no-cache
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html;charset=UTF-8
HTTPSampleResult fields:
ContentType: text/html;charset=UTF-8
DataEncoding: UTF-8
--
You are receiving this mail because:
You are the assignee for the bug.