位置: IT常识 - 正文
推荐整理分享Linux中安装使用http_load对服务器进行压力测试的教程(linux安装常用命令),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux安装geany,linux安装ohmyzsh,linux安装chia,linux安装geany,linux安装.sh,linux安装ohmyzsh,linux的安装和使用,linux安装.sh,内容如对您有帮助,希望把文章链接给更多的朋友!
http_load基于linux平台的一种性能测工具。以并行复用的方式运行,用以测试web服务器的吞吐量与负载,测试web页面的性能。
1、下载官方网站:http://acme.com/software/http_load/
代码如下:cd /rootwget http://acme.com/software/http_load/http_load-12mar2006.tar.gztar xzf http_load-12mar2006.tar.gz2、安装
代码如下:cd http_load-12mar2006make执行完make,会在当前目录生成一个http_load二进制文件。
3、使用方法
代码如下:root@www:~/http_load-12mar2006# ./http_load --helpusage: ./http_load [-checksum] [-throttle] [-proxy host:port] [-verbose] [-timeout secs] [-sip sip_file] -parallel N | -rate N [-jitter] -fetches N | -seconds N url_fileOne start specifier, either -parallel or -rate, is required.One end specifier, either -fetches or -seconds, is required.主要参数说明:-parallel 简写-p :含义是并发的用户进程数。-rate 简写-r :含义是每秒的访问频率-fetches 简写-f :含义是总计的访问次数-seconds简写-s :含义是总计的访问时间选择参数时,-parallel和-rate选其中一个,-fetches和-seconds选其中一个。
4、示例:
代码如下:http_load -parallel 50 -s 10 urls.txt这段命令行是同时使用50个进程,随机访问urls.txt中的网址列表,总共访问10秒。
代码如下:http_load -rate 50 -f 5000 urls.txt每秒请求50次,总共请求5000次停止。
测试网站每秒所能承受的平均访问量:
代码如下:http_load -parallel 5-fetches 1000urls.txt这段命令行是同时使用5个进程,随机访问urls.txt中的网址列表,总共访问1000次。运行之后的结果:1000 fetches, 5 max parallel, 6e+06 bytes, in 58.1026 seconds6000 mean bytes/connection17.2109 fetches/sec, 103266 bytes/secmsecs/connect: 0.403263 mean, 68.603 max, 0.194 minmsecs/first-response: 284.133 mean, 5410.13 max, 55.735 minHTTP response codes:code 200 — 1000从上面的运行结果来看,目标网站仅仅能够承受每秒17次访问,不够强壮。
上一篇:ctbclick.exe是什么进程 会弹出广告吗 作用是什么 ctbclick进程查询(ctblocker)
下一篇:nbj.exe - nbj是什么进程 有什么用(nbscheduler是什么程序)
友情链接: 武汉网站建设