JMeter - how to log the full request for a failed response?

后端 未结 4 557
无人共我
无人共我 2020-12-08 13:21

i\'m using JMeter command line to stress test our website api. Now, here\'s a sample result i\'m getting back:

Creating summariser 
Created th         


        
4条回答
  •  甜味超标
    2020-12-08 13:52

    The View Results Tree component shows a tree of all sample responses, allowing you to view both the request and response for any sample.

    When load testing (Always in NON GUI mode), fill in "Filename" field and select to only save Responses in Error:

    As you can see above we clicked on Configure to select all fields except CSV ones.

    You can also save the entire response to a file using Save Responses to a file:

提交回复
热议问题