tsenart / vegeta

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

interrogate the response object? #608

Closed kazimir-malevich closed 1 year ago

kazimir-malevich commented 2 years ago

Is it possible to interrogate and maybe make assertions on the response object through the CLI?

tsenart commented 1 year ago

Yes. You can vegeta attack ... | vegeta encode the results to json or csv and then use your favorite tool to slice and dice the data.