tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.51k stars 1.36k forks source link

Support for response headers in dumper csv #320

Closed gchiesa closed 6 years ago

gchiesa commented 6 years ago

Proposal

It would be useful to have in the csv dumper also the http response headers together with the other values already present

Background

During our test we track the request id via a response header so each specific request can be further analysed with detailed logs in the http server / application

Workarounds

There is no workaround at the moment.

tsenart commented 6 years ago

Duplicate of https://github.com/tsenart/vegeta/issues/303