Webbench是有名的网站压力测试工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Webbench是有名的网站压力测试工具相关的知识,希望对你有一定的参考价值。

 

[[email protected] webbench-1.5]# yum install ctags
[[email protected] webbench-1.5]#make && make install
install -s webbench /usr/local/bin	
install -m 644 webbench.1 /usr/local/man/man1	
install: cannot create regular file ‘/usr/local/man/man1’: No such file or directory
make: *** [install] Error 1
[[email protected] webbench-1.5]# chmod -R 500 /usr/local/man/man1/
[[email protected] ~]# webbench -c 500 -t 30 http://10.100.0.61/vip
Webbench - Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.

Benchmarking: GET http://10.100.0.61/vip
500 clients, running 30 sec.

Speed=190096 pages/min, 1099388 bytes/sec.
Requests: 95048 susceed, 0 failed.
参数说明:-c表示并发数,-t表示时间(秒)

 

以上是关于Webbench是有名的网站压力测试工具的主要内容,如果未能解决你的问题,请参考以下文章

linux服务器 压力测试之 Webbench

Webbench-1.5开源软件工具源码深度剖析

Webbench进行网站压力测试

使用webbench工具测试网站访问压力

网站压力测试工具webbench

web性能压力测试工具:Webbench 源码分析