Wrk

From Chorke Wiki
Revision as of 13:55, 30 October 2023 by Shahed (talk | contribs)
Jump to navigation Jump to search
# macos
brew install wrk

# 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


References