Ubuntu中webbench安装及简单使用

安装

1、安装ctags

apt-get install exuberant-ctags

2、下载安装

官网:http://home.tiscali.cz/~cz210552/webbench.html

root@yunwei:~# wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz
root@yunwei:~# tar zxvf webbench-1.5.tar.gz 
root@yunwei:~# cd webbench-1.5/
root@yunwei:~/webbench-1.5# make
root@yunwei:~/webbench-1.5# make install
root@yunwei:~/webbench-1.5# webbench 
webbench [option]... URL
 -f|--force Dont wait for reply from server.
 -r|--reload Send reload request - Pragma: no-cache.
 -t|--time <sec> Run benchmark for <sec> seconds. Default 30.
 -p|--proxy <server:port> Use proxy server for request.
 -c|--clients <n> Run <n> HTTP clients at once. Default one.
 -9|--http09 Use HTTP/0.9 style requests.
 -1|--http10 Use HTTP/1.0 protocol.
 -2|--http11 Use HTTP/1.1 protocol.
 --get Use GET request method.
 --head Use HEAD request method.
 --options Use OPTIONS request method.
 --trace Use TRACE request method.
 -?|-h|--help This information.
 -V|--version Display program version.

测试

用法:webbench -c 并发数 -t 运行测试时间 URL

测试举例:

root@yunwei:~/webbench-1.5# webbench -c 100 -t 10 http://192.168.0.199/
Webbench - Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
Benchmarking: GET http://192.168.0.199/
100 clients, running 10 sec.
Speed=80376 pages/min, 2158029 bytes/sec.
Requests: 13396 susceed, 0 failed.

注意:不要拿webbench来测试本博客,单个ip的高并发访问,这个ip会直接封掉。

安装 1、安装ctags apt-get install exuberant-ctags 2、下载安装 官网:http://home.tiscali.cz/~cz210552/webbench.html root@yunwei:~# wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz root@yunwei:~# tar zxvf webbench-1.5.tar.gz root@yunwei:~# cd webbench-1.5/ root@yunwei:~/webbench-1.5# make root@yunwei:~/webbench-1.5# make install root@yunwei:~/webbench-1.5# webbench webbench [option]... URL -f|--force Dont wait for reply from server. -r|--reload Send reload request - Pragma: no-cache. -t|--time Run benchmark for seconds. Default 30. -p|--proxy Use proxy server for request. -c|--clients Run HTTP clients at once. Default one. -9|--http09 Use HTTP/0.9 style requests. -1|--http10 Use HTTP/1.0 protocol. -2|--http11 Use HTTP/1.1 protocol. --get Use GET request method. --head Use HEAD request method. --options Use OPTIONS request method. --trace Use TRACE request method. -?|-h|--help This information. -V|--version Display program version. 测试 用法:webbench -c 并发数 -t 运行测试时间 URL 测试举例: root@yunwei:~/webbench-1.5# webbench -c 100 -t 10 http://192.168.0.199/ Webbench - Simple Web Benchmark 1.5 Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software. Benchmarking: GET http://192.168.0.199/ 100 clients, running 10 sec. Speed=80376 pages/min, 2158029 bytes/sec. Requests: 13396 susceed, 0 failed. 注意:不要拿webbench来测试本博客,单个ip的高并发访问,这个ip会直接封掉。
经验分享 程序员 微信小程序 职场和发展