1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Typo fixes in the description of output values

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-04-29 16:31:58 +00:00
parent 00c0a6fd64
commit 58957f02c7
3 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH "AB" 1 "2012-04-04" "Apache HTTP Server" "ab"
.TH "AB" 1 "2012-04-29" "Apache HTTP Server" "ab"
.SH NAME
ab \- Apache HTTP server benchmarking tool
@@ -156,16 +156,16 @@ Document Path
The request URI parsed from the command line string\&.
.TP
Document Length
This is size in bytes of the first succesfully returning document\&. If the document length changes during testing, the response is considered an error\&.
This is size in bytes of the first successfully returning document\&. If the document length changes during testing, the response is considered an error\&.
.TP
Concurrency Level
The number of concurrent clients used during the test
.TP
Time taken for tests
This is the time taken from the moment the first socket connection is created to the moment the last response is recieved
This is the time taken from the moment the first socket connection is created to the moment the last response is received
.TP
Complete requests
The number of successful responses recieved
The number of successful responses received
.TP
Failed requests
The number of requests that were considered a failure\&. If the number is greater than zero, another line will be printed showing the number of requests that failed due to connecting, reading, incorrect content length, or exceptions\&.

View File

@@ -237,7 +237,7 @@
<dd>The request URI parsed from the command line string.</dd>
<dt>Document Length</dt>
<dd>This is size in bytes of the first succesfully returning document.
<dd>This is size in bytes of the first successfully returning document.
If the document length changes during testing, the response is
considered an error.</dd>
@@ -246,10 +246,10 @@
<dt>Time taken for tests</dt>
<dd>This is the time taken from the moment the first socket connection
is created to the moment the last response is recieved</dd>
is created to the moment the last response is received</dd>
<dt>Complete requests</dt>
<dd>The number of successful responses recieved</dd>
<dd>The number of successful responses received</dd>
<dt>Failed requests</dt>
<dd>The number of requests that were considered a failure. If the

View File

@@ -232,7 +232,7 @@
<dd>The request URI parsed from the command line string.</dd>
<dt>Document Length</dt>
<dd>This is size in bytes of the first succesfully returning document.
<dd>This is size in bytes of the first successfully returning document.
If the document length changes during testing, the response is
considered an error.</dd>
@@ -241,10 +241,10 @@
<dt>Time taken for tests</dt>
<dd>This is the time taken from the moment the first socket connection
is created to the moment the last response is recieved</dd>
is created to the moment the last response is received</dd>
<dt>Complete requests</dt>
<dd>The number of successful responses recieved</dd>
<dd>The number of successful responses received</dd>
<dt>Failed requests</dt>
<dd>The number of requests that were considered a failure. If the