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

Bytes out incorrect #241

Closed ghost closed 7 years ago

ghost commented 7 years ago
echo "GET http://open.stage.bbc.co.uk/loadtest/2kb" | vegeta attack -duration=1m -rate=10000 | tee results.bin | vegeta report

Bytes Out [total, mean] 0, 0.00

tsenart commented 7 years ago

BytesOut is the number of sent bytes in the HTTP body. Doesn't seem like you're sending a body.

On 19. Jun 2017, at 19:27, aidylewis notifications@github.com wrote:

echo "GET http://open.stage.bbc.co.uk/loadtest/2kb" | vegeta attack -duration=1m -rate=10000 | tee results.bin | vegeta report Bytes Out [total, mean] 0, 0.00

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

Correct