View | Details | Raw Unified | Return to bug 48530
Collapse All | Expand All

(-)manager-howto.xml (+41 lines)
Lines 458-463 Link Here
458
458
459
</subsection>
459
</subsection>
460
460
461
<subsection name="Server Status">
462
463
<p>In this part, you can access different information about the server.</p>
464
465
<p>First, you have the server and JVM version number, JVM provider, OS name 
466
and number followed by the architecture type.</p>
467
468
<p>Second, there is several information about the memory usage of the JVM 
469
(available, total and max memory).</p>
470
471
<p>Then, there is information about the Tomcat AJP and HTTP connectors. 
472
The same information is available for both of them :
473
</p>
474
<ul>
475
    <li><p>Threads information : Max threads, min and max spare threads, 
476
    current thread count and current thread busy.</p></li>
477
    <li><p>Request information : Max processing time and processing time, 
478
    request and error count, bytes received and sent.</p></li>
479
    <li><p>A table showing Stage, Time, Bytes Sent, Bytes Receive, Client, 
480
    VHost and Request. All existing threads are listed in the table. 
481
    Here is the list of the possible thread stages :</p>
482
    <ul>
483
        <li><em>"Parse and Prepare request"</em> : <p>The request or request-header 
484
        are parsed or the filters are setting up.</p></li>
485
        <li><em>"Service"</em> : <p>The thread is in process. This stage follows the 
486
        "Parse and Prepare request" stage and precedes the "Finishing" 
487
        stage. There is always at least on  thread in this stage (the 
488
        server-status page).</p></li>
489
        <li><em>"Finishing"</em> : <p>The end of the request processing. This stage 
490
        is followed by "Keepalive".</p></li>
491
        <li><em>"Keepalive"</em> : <p>The thread is kept in memory for a predefined 
492
        time or until the number of threads reaches a maximum. This stage is 
493
        followed by "Ready".</p></li>
494
        <li><em>"Ready"</em> : <p>The thread is at rest and ready to be used.</p></li>
495
    </ul>
496
    </li>
497
</ul>
498
</subsection>
499
500
501
461
</section>
502
</section>
462
503
463
504

Return to bug 48530