mac系统安装web压力测试工具webbench以及webbench使用演示的记录

Sunday, Oct 27, 2019 | 1 minute read | Updated at Sunday, Oct 27, 2019

@

webbench是一款非常流行的web压力测试工具。这里记录一下在Mac系统下的安装过程

brew install install ctags //安装依赖
wget http://home.tiscali.cz/cz210552/distfiles/webbench-1.5.tar.gz
tar xvzf webbench-1.5.tar.gz
cd webbench-1.5
make
sudo mkdir -pv /usr/local/man/man1
sodo make && sudo make install

webbench --version //版本显示,安装成功才会显示

# 10 秒内向 http://127.0.0.1:4000/test 发送 500 次请求
webbench -c 500 -t 10 http://127.0.0.1:3001/test

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.