Wrk

From Chorke Wiki
Revision as of 15:06, 30 October 2023 by Shahed (talk | contribs) (→‎References)
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
ls -lah /usr/local/bin|grep wrk
sudo make clean
wrk --help

References