博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
http_load
阅读量:6681 次
发布时间:2019-06-25

本文共 1044 字,大约阅读时间需要 3 分钟。

http_load - multiprocessing http test client

http_load runs multiple http fetches in parallel, to test the throughput of a web server. However unlike most such test clients, it runs in a single process, so it doesn't bog down the client machine. It can be configured to do https fetches as well.

You give it a file containing a list of URLs that may be fetched, a flag specifying how to start connections (either by rate or by number of simulated users), and a flag specifying when to quit (either after a given number of fetches or a given elapsed time). There are also optional flags for checksums, throttling, random jitter, and progress reports.

Sample run:

% ./http_load -rate 5 -seconds 10 urls49 fetches, 2 max parallel, 289884 bytes, in 10.0148 seconds5916 mean bytes/connection4.89274 fetches/sec, 28945.5 bytes/secmsecs/connect: 28.8932 mean, 44.243 max, 24.488 minmsecs/first-response: 63.5362 mean, 81.624 max, 57.803 minHTTP response codes:  code 200 -- 49
See the manual entry for more details.

See also: , , .
Back to .
Back to .

转载地址:http://efxao.baihongyu.com/

你可能感兴趣的文章
python模拟登录51cto领豆领币
查看>>
ios11添加 QQ 邮箱账户
查看>>
python cookbook 2字符串(4)
查看>>
归并排序
查看>>
通过jquery做密码框的显示和隐藏效果
查看>>
Android 中利用广播接收器(BroadCastReceiver)来接收定时响铃的闹铃信息
查看>>
python ftp 上传、下载文件
查看>>
我的友情链接
查看>>
jquery扩展date日期格式化显示
查看>>
安装web.py出现UnicodeDecodeError,解决方法
查看>>
FastDFS
查看>>
JS的性能优化
查看>>
Windows平台视频录制支持视频并列模式录制
查看>>
Samba配置文件常用参数详解
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
Java 反射机制中 getMethod()和getDeclaredField()区别
查看>>
Python自动化开发学习15-JavaScript和DOM
查看>>
OSSEC编写DECODE
查看>>