rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
18k stars 1.19k forks source link

Testing AWS Lambda #213

Open xxfroxx opened 4 years ago

xxfroxx commented 4 years ago

Hi Guys,

Are you familiar on how to use HEY to load test an AWS Lambda?

By the way, you are missing installing instructions for Linux, I tested Brew and it did install, but I can't see any instructions for Linux Centos. For Ubuntu I found on google that you can use SNAP, but it would be nice if someone put down 2 lines on how to install it on Linux,. cheers

kaustubhd93 commented 3 years ago

@xxfroxx

I did the below steps on Linux and it worked for me. I am running ubuntu 18.04. As this is a stand alone binary it should work on all linux/unix distributions.

$ wget https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64
$ mv hey_linux_amd64 hey 
$ chmod +x hey
$ sudo mv hey /usr/local/bin/

Run below command to verify :

$ hey --help