anthonygauthier/jmeter-elasticsearch-backend-listener

ResponseBody=""

Lixiang1351 opened this issue · 1 comments

Jmeter remote distributed execution cannot get the returned ResponseBody
image

Hi @Lixiang1351

Please refer to the different modes and their description 😄 !

Verbose, semi-verbose, error only, and quiet mode
debug : Send request/response information of all samplers (headers, body, etc.)
info : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.
quiet : Only sends the response time, bytes, and other metrics
error : Only sends the failing samplers to the ElasticSearch engine (Along with their headers and body information).

Thanks!