Wrk: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* [https://www.linkedin.com/company/thewrkco wrk » LinkenIn] | * [https://www.linkedin.com/company/thewrkco wrk » LinkenIn] | ||
* [[Homebrew]] | * [[Homebrew]] | ||
* [[HTTPie]] | |||
* [[JQ Tool]] | * [[JQ Tool]] | ||
* [[LuaJIT]] | * [[LuaJIT]] |
Revision as of 20:17, 5 January 2024
# 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
| ||