diff options
Diffstat (limited to 'docs/man/ab.1')
-rw-r--r-- | docs/man/ab.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/ab.1 b/docs/man/ab.1 index 11ad802ff4..26483e460d 100644 --- a/docs/man/ab.1 +++ b/docs/man/ab.1 @@ -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\&. |