Commit dc975a6c authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1308327 from trunk:

remove the example output because <pre> and <note> 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.2.x@1308340 13f79535-47bb-0310-9956-ffa450edef68
parent f92b43fd
Loading
Loading
Loading
Loading
+14 −50
Original line number Diff line number Diff line
@@ -201,56 +201,7 @@
    </dl>
</section>

<section id="bugs"><title>Bugs</title>
    <p>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.</p>

    <p>It does not implement HTTP/1.x fully; only accepts some 'expected' forms
    of responses. The rather heavy use of <code>strstr(3)</code> shows up top
    in profile, which might indicate a performance problem; <em>i.e.</em>, you
    would measure the <code>ab</code> performance rather than the server's.</p>
</section>
<section id="output"><title>Example Output</title>

    <p>Sample output is provided here.</p>
    <note><pre>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)</pre></note>

<section id="output"><title>Description of output</title>
    <p>The output may vary depending on the command line parameters given.
    Possible output with a brief explanation of each element is listed below.
    </p>
@@ -336,4 +287,17 @@ Percentage of the requests served within a certain time (ms)
        <code>totalread / 1024 / timetaken</code></dd>
    </dl>
</section>

<section id="bugs"><title>Bugs</title>
    <p>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.</p>

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


</manualpage>