我是靠谱客的博主 跳跃大碗,这篇文章主要介绍网站压力测试工具webbench安装和使用,现在分享给大家,希望可以做个参考。

参考文章:http://blog.csdn.net/cnbird2008/article/details/6072428

1、安装ctags


复制代码
1
2
3
4
5
6
7
[root@portal1 ~]# wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz [root@portal1 ~]# tar zxf ctags-5.5.tar.gz [root@portal1 ~]# cd /usr/ctags-5.5 [root@portal1 ~]# ./configure [root@portal1 ~]# make [root@portal1 ~]# make install

2、下载webbench

复制代码
1
2
3
[root@portal1 ~]# wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz [root@portal1 ~]# tar zxvf webbench-1.5.tar.gz [root@portal1 ~]# cd webbench-1.5

 3、安装webbench

复制代码
1
2
3
[root@portal1 ~]# make [root@portal1 ~]# make install

 4、使用webbench

复制代码
1
2
3
4
5
6
7
8
9
[root@portal1 ~]# webbench -c 500 -t 30 http://www.baidu.com/ Webbench - Simple Web Benchmark 1.5 Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software. Benchmarking: GET http://61.50.245.142:8070/ 500 clients, running 30 sec. Speed=403798 pages/min, 57020792 bytes/sec. Requests: 201899 susceed, 0 failed



最后

以上就是跳跃大碗最近收集整理的关于网站压力测试工具webbench安装和使用的全部内容,更多相关网站压力测试工具webbench安装和使用内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(73)

评论列表共有 0 条评论

立即
投稿
返回
顶部