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

Shows weird character output on `attack` command #405

Closed uudashr closed 5 years ago

uudashr commented 5 years ago

Version and Runtime

Version: cli/v12.5.1 Commit: 0f5577eaf11a136541b8c667273b6bc5eba51a8b Runtime: go1.12.5 darwin/amd64 Date: 2019-05-13T06:43:04Z+0100

Expected Behaviour

Should no weird characters

Actual Behaviour

https://asciinema.org/a/Tzyja3hwL75PBr2fnAVR5kdJd

Steps to Reproduce

  1. Exec this on terminal echo GET http://localhost:8000 | vegeta attack -duration=5s -rate=5
tsenart commented 5 years ago

You need to pipe the binary output to a file or vegeta report, for instance.

Sent via Superhuman iOS ( https://sprh.mn/?vip=tsenart@gmail.com )

On Tue, May 21 2019 at 4:52 AM, < notifications@github.com > wrote:

Version and Runtime

Version: cli/v12.5.1 Commit: 0f5577e ( https://github.com/tsenart/vegeta/commit/0f5577eaf11a136541b8c667273b6bc5eba51a8b ) Runtime: go1.12.5 darwin/amd64 Date: 2019-05-13T06:43:04Z+0100

Expected Behaviour

Should no weird characters

Actual Behaviour

https://asciinema.org/a/Tzyja3hwL75PBr2fnAVR5kdJd

Steps to Reproduce * Exec this on terminal echo GET http://localhost:8000 | vegeta attack -duration=5s -rate=5

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/tsenart/vegeta/issues/405?email_source=notifications&email_token=AAAQPD5J2ZWNT64JEAYSLRTPWNWYVA5CNFSM4HOHEELKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GU3S4OQ ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/AAAQPD6EMAVPVTML4KDFJG3PWNWYVANCNFSM4HOHEELA ).

uudashr commented 5 years ago

Cool.. Thanks