首页 > Web开发 > 详细

apache bench性能测试linux中性能测试ab test

时间:2020-01-17 14:12:39      阅读:77      评论:0      收藏:0      [点我收藏+]


Linux中下载安装ab:yum install -y httpd-tools

-p file(请求的文件)

ab -n 800 -c 800 http://192.168.0.10/(-n发出800个请求,-c模拟800并发)
输入ab查看它的参数使用说明
-n requests Number of requests to perform
-c concurrency Number of multiple requests to make at a time(并发数吧)
-t timelimit Seconds to max. to spend on benchmarking
This implies -n 50000
-s timeout Seconds to max. wait for each response
Default is 30 seconds
-b windowsize Size of TCP send/receive buffer, in bytes
-T content-type Content-type header to use for POST/PUT data, eg.
‘application/x-www-form-urlencoded‘
Default is ‘text/plain‘
-v verbosity How much troubleshooting info to print

-x attributes String to insert as table attributes
-y attributes String to insert as tr attributes
-z attributes String to insert as td or th attributes
-C attribute Add cookie, eg. ‘Apache=1234‘. (repeatable)
-H attribute Add Arbitrary header line, eg. ‘Accept-Encoding: gzip‘
Inserted after all normal header lines. (repeatable)
-P attribute Add Basic Proxy Authentication, the attributes
are a colon separated username and password.
-d Do not show percentiles served table.
-S Do not show confidence estimators and warnings.
-q Do not show progress when doing more than 150 requests
-g filename Output collected data to gnuplot format file.
-e filename Output CSV file with percentages served

apache bench性能测试linux中性能测试ab test

原文:https://www.cnblogs.com/zhaobobo10/p/12205217.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!