diff --git a/c/ab.html b/c/ab.html index 6ffac858e1..c9484cf227 100644 --- a/c/ab.html +++ b/c/ab.html @@ -10,7 +10,7 @@
Apache服务器的性能测试工具
-ab命令 是一个测试你 Apache http 服务器的工具,你可以通过这个工具,指定一个单位时间内向 apache 发出的请求数量来看看你的 Apache 和机器配合的性能如何。
-ab [ -A auth-username:password ] [ -c concurrency ] [ -C cookie-name=value
] [ -d ] [ -e csv-file ] [ -g gnuplot-file ] [ -h ] [ -H custom-header ] [
-i ] [ -k ] [ -n requests ] [ -p POST-file ] [ -P proxy-auth-user‐
@@ -70,9 +64,7 @@ name:password ] ] [ -y <tr>-attributes ] [ -z <td>-attributes ] [http://]host‐
name[:port]/path
- -A auth-username:password
# 支持基本的验证证书,用户名和密码之间使用"冒号" :
# 分隔开,ab将以明文方式传送过去.不管服务器是不是需要
@@ -164,9 +156,7 @@ name[:port<td>-attributes
# 用于生成html表格每列的属性名 (<td>)
- 主机:被测试主机。