Wrk

From Chorke Wiki
Revision as of 14:36, 30 October 2023 by Shahed (talk | contribs)
Jump to navigation Jump to search
# 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 && cd wrk
sudo make && sudo cp wrk /usr/local/bin
sudo make clean
wrk --help

References