Wrk: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* [https://formulae.brew.sh/formula/wrk wrk » Homebrew] | * [https://formulae.brew.sh/formula/wrk wrk » Homebrew] | ||
* [https://www.linkedin.com/company/thewrkco wrk » LinkenIn] | * [https://www.linkedin.com/company/thewrkco wrk » LinkenIn] | ||
| valign="top" | | | valign="top" | | ||
Line 36: | Line 32: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [[Homebrew]] | |||
* [[ZA Proxy]] | |||
* [[HTTPie]] | |||
* [[JQ Tool]] | |||
* [[JMeter]] | |||
* [[LuaJIT]] | |||
| valign="top" | | | valign="top" | |
Revision as of 20:32, 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
| ||