Wrk
# macos
brew install wrk
wrk --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git wrk && cd wrk
sudo make && sudo cp wrk /usr/local/bin
wrk --help
References
| ||
# macos
brew install wrk
wrk --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git wrk && cd wrk
sudo make && sudo cp wrk /usr/local/bin
wrk --help
| ||