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 attacking a set of interfaces #415

Closed binbin0325 closed 5 years ago

binbin0325 commented 5 years ago

Question

For the set of interfaces I want to attack, I call the user login interface first and call the next interface by returning value. Finally, I want to count the reports that attack this group of interfaces. Is there any good method?

I don't want to attack interfaces separately,because I want to test the user login and query interface can withstand the pressure image

binbin0325 commented 5 years ago

@tsenart

binbin0325 commented 5 years ago

@fxkr You can help me?

tsenart commented 5 years ago

Vegeta was built to test individual HTTP endpoints separately. Take a look at https://k6.io/