From: Eric Covener Date: Mon, 2 Apr 2012 12:53:49 +0000 (+0000) Subject: Merge r1308327 from trunk: X-Git-Tag: 2.4.2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c791a88d5be709abe6bc3281211a081d8de7585b;p=apache Merge r1308327 from trunk: remove the example output because
 and  cause fatal XSLT when
creating the manpage version of apxs.  This seems to not run for some other
folks.  (also, move new decsription stuff so it precedes bugs)




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1308330 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/programs/ab.xml b/docs/manual/programs/ab.xml
index 52f7b86b9c..b3f58d7f93 100644
--- a/docs/manual/programs/ab.xml
+++ b/docs/manual/programs/ab.xml
@@ -205,57 +205,7 @@
     
 
 
-
Bugs -

There are various statically declared buffers of fixed length. Combined - with the lazy parsing of the command line arguments, the response headers - from the server and other external inputs, this might bite you.

- -

It does not implement HTTP/1.x fully; only accepts some 'expected' forms - of responses. The rather heavy use of strstr(3) shows up top - in profile, which might indicate a performance problem; i.e., you - would measure the ab performance rather than the server's.

-
- -
Example Output - -

Sample output is provided here.

-
Server Software:        Apache/2.2.17
-Server Hostname:        testserver.com
-Server Port:            80
-
-Document Path:          /index.html
-Document Length:        787 bytes
-
-Concurrency Level:      5
-Time taken for tests:   0.436 seconds
-Complete requests:      1000
-Failed requests:        0
-Write errors:           0
-Total transferred:      1026000 bytes
-HTML transferred:       787000 bytes
-Requests per second:    2292.26 [#/sec] (mean)
-Time per request:       2.181 [ms] (mean)
-Time per request:       0.436 [ms] (mean, across all concurrent requests)
-Transfer rate:          2296.74 [Kbytes/sec] received
-
-Connection Times (ms)
-              min  mean[+/-sd] median   max
-Connect:        0    1   0.4      1       3
-Processing:     1    1   0.4      1       3
-Waiting:        0    1   0.5      1       2
-Total:          2    2   0.1      2       3
-
-Percentage of the requests served within a certain time (ms)
-  50%      2
-  66%      2
-  75%      2
-  80%      2
-  90%      2
-  95%      2
-  98%      2
-  99%      3
- 100%      3 (longest request)
- +
Description of output

The output may vary depending on the command line parameters given. Possible output with a brief explanation of each element is listed below.

@@ -341,4 +291,17 @@ Percentage of the requests served within a certain time (ms) totalread / 1024 / timetaken
+ +
Bugs +

There are various statically declared buffers of fixed length. Combined + with the lazy parsing of the command line arguments, the response headers + from the server and other external inputs, this might bite you.

+ +

It does not implement HTTP/1.x fully; only accepts some 'expected' forms + of responses. The rather heavy use of strstr(3) shows up top + in profile, which might indicate a performance problem; i.e., you + would measure the ab performance rather than the server's.

+
+ +