mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-03 11:30:42 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>ab命令</strong> 是Apache的Web服务器的性能测试工具,它可以测试安装Web服务器每秒种处理的HTTP请求。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>ab(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">ab(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-A:指定连接服务器的基本的认证凭据;
|
||||
<pre><code class="language-bash">-A:指定连接服务器的基本的认证凭据;
|
||||
-c:指定一次向服务器发出请求数;
|
||||
-C:添加cookie;
|
||||
-g:将测试结果输出为“gnuolot”文件;
|
||||
|
||||
Reference in New Issue
Block a user