Webbench安装手记-Ubuntu
由于要搞网站压力测试就准备在ubuntu下安装webbench
首先webbench是依赖于ctags,在shell中只需输入ctags即知有没有安装,如果没有要先安装ctags
如果你的源中有ctags很容易
?
用法:
?
ab -c 1000 -n 100 http://www.iteye.com/index.php这个表示同时处理1000个请求并运行100次index.php文件.?
?
?
?
发布时间: 2012-09-27 11:11:17 作者: rapoo
Webbench安装手记-Ubuntu
由于要搞网站压力测试就准备在ubuntu下安装webbench
首先webbench是依赖于ctags,在shell中只需输入ctags即知有没有安装,如果没有要先安装ctags
如果你的源中有ctags很容易
?
用法:
?
ab -c 1000 -n 100 http://www.iteye.com/index.php这个表示同时处理1000个请求并运行100次index.php文件.?
?
?
?