tsenart / vegeta

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

when i run in ubuntu 16 it is look like messy code; #246

Closed buzai closed 7 years ago

buzai commented 7 years ago

1:./vegeta attack -rate 10000 --targets ./targ.txt

2:targ.txt-> POST http://0.0.0.0:7070/api/market/publish/buy Content-Type: application/json Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTAwMDgsImVtYWlsIjoiNzgzMjQzMDc3QHFxLmNvbSIsInVzZXJUeXBlIjowLCJpYXQiOjE1MDA5NjI3Mjd9.pApc7-PxhIsfVncp3k23nLMfKkMwPbd7LWXLMW6TMK8 @./body.json

3:so it stdout N(sH'��z�lnPost http://0.0.0.0:7070/api/market/publish/buy: dial tcp 0.0.0.0:0->0.0.0.0:7070: socket: too many open files����� N(sL����\nPost http://0.0.0.0:7070/api/market/publish/buy: dial tcp 0.0.0.0:0->0.0.0.0:7070: socket: too many open files����� N(sQj����pnPost http://0.0.0.0:7070/api/market/publish/buy: dial tcp 0.0.0.0:0->0.0.0.0:7070: socket: too many open files����� N(sV����nPost http://0.0.0.0:7070/api/market/publish/buy: dial tcp 0.0.0.0:0->0.0.0.0:7070: socket: too many open files�����

simonmurdock commented 7 years ago

You have to output somewhere. add | vegeta report on the end

buzai commented 7 years ago

thank u @simonmurdock