当前位置:首页 > Web开发 > 正文

eg. ‘Accept-Encoding: gzip‘ Inserted after all normal heade

2024-03-31 Web开发


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

-p file(请求的文件)

ab -n 800 -c 800 (-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

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/31464.html