linux压力测试工具Webbench
原创
©著作权归作者所有:来自51CTO博客作者lynnteng0的原创作品,请联系作者获取转载授权,否则将追究法律责任
Webbench最多可以模拟3万个并发连接去测试网站的负载能力。
1、安装
tar -xzf webbench-1.5.tar.gz
make && make install
2、用法
[root@con webbench-1.5]# webbench
webbench [option]... URL
-f|--force Don't
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.
3、使用
[root@con webbench-1.5]# webbench -c 10000
-t 5 http://app.lynn.com/
Webbench - Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL
Open Source Software.
Benchmarking: GET http://app.lynn.com/
10000 clients, running 5 sec.
Speed=125256 pages/min, 71896752 bytes/sec.
Requests:
10438 susceed, 0 failed.
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Linux压力测试工具-stress
stress 命令主要用来模拟系统负载较高时的场景,可对CPU/IO/内存产生压力。 安装 centos 环境默认没有安装 stress 工具,安装命令为:yum install -y stress 使用方法 对CPU产生压力 在stress执行的过程中,使用top查看cpu使用率,可以看到产生了两
Linux stress Linux压力测试工具 stress 模拟系统 ios centos -
压力测试工具
jmeter Apache公司出品
压力测试 apache