码迷,mamicode.com
首页 > Web开发 > 详细

apache ab linux 服务器安装

时间:2016-04-18 18:50:10      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

一直在网上找了许多安装apache ab测试的教程,很多都很杂,不清晰,茫茫百度文章中,终于找到了这篇文章,很有用,很不错,简单明了,感谢分享这篇文章的大神。自己也做过备份!

 

国内网站上介绍的方式比较老了,不好使。

下面是一种快速的方式。

yum install httpd-tools

 

 

查看ab是否安装成功,可以切换到上述目录下,使用ab –V命令进行检测。如下:

ab -V

技术分享

如果ab安装成功,通过ab –V命令则会显示ab的相迎版本,如上图示。

 

ab: wrong number of arguments

Usage: ab [options] [http[s]://]hostname[:port]/path

Options are:

-n requests     Number of requests to perform

-c concurrency  Number of multiple requests to make

-t timelimit    Seconds to max. wait for responses

-b windowsize   Size of TCP send/receive buffer, in bytes

-p postfile     File containing data to POST. Remember also to set -T

-u putfile      File containing data to PUT. Remember also to set -T

-T content-type Content-type header for POSTing, eg.

‘application/x-www-form-urlencoded‘

Default is ‘text/plain‘

-v verbosity    How much troubleshooting info to print

-w              Print out results in HTML tables

-i              Use HEAD instead of GET

-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)

-A attribute    Add Basic WWW Authentication, the attributes

are a colon separated username and password.

-P attribute    Add Basic Proxy Authentication, the attributes

are a colon separated username and password.

-X proxy:port   Proxyserver and port number to use

-V              Print version number and exit

-k              Use HTTP KeepAlive feature

-d              Do not show percentiles served table.

-S              Do not show confidence estimators and warnings.

-g filename     Output collected data to gnuplot format file.

-e filename     Output CSV file with percentages served

-r              Don‘t exit on socket receive errors.

-h              Display usage information (this message)

-Z ciphersuite  Specify SSL/TLS cipher suite (See openssl ciphers)

-f protocol     Specify SSL/TLS protocol (SSL2, SSL3, TLS1, or ALL)

apache ab linux 服务器安装

标签:

原文地址:http://www.cnblogs.com/kasen/p/5405380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!