ASF Bugzilla – Attachment 24832 Details for
Bug 48530
Patch for the Tomcat documentation : Server status page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch for the file manager-hoxto.xml of the Tomcat documentation.
manager-howto.diff (text/plain), 2.07 KB, created by
Arnaud Espy
on 2010-01-12 06:05:00 UTC
(
hide
)
Description:
The patch for the file manager-hoxto.xml of the Tomcat documentation.
Filename:
MIME Type:
Creator:
Arnaud Espy
Created:
2010-01-12 06:05:00 UTC
Size:
2.07 KB
patch
obsolete
>Index: manager-howto.xml >=================================================================== >--- manager-howto.xml (révision 897880) >+++ manager-howto.xml (copie de travail) >@@ -458,6 +458,47 @@ > > </subsection> > >+<subsection name="Server Status"> >+ >+<p>In this part, you can access different information about the server.</p> >+ >+<p>First, you have the server and JVM version number, JVM provider, OS name >+and number followed by the architecture type.</p> >+ >+<p>Second, there is several information about the memory usage of the JVM >+(available, total and max memory).</p> >+ >+<p>Then, there is information about the Tomcat AJP and HTTP connectors. >+The same information is available for both of them : >+</p> >+<ul> >+ <li><p>Threads information : Max threads, min and max spare threads, >+ current thread count and current thread busy.</p></li> >+ <li><p>Request information : Max processing time and processing time, >+ request and error count, bytes received and sent.</p></li> >+ <li><p>A table showing Stage, Time, Bytes Sent, Bytes Receive, Client, >+ VHost and Request. All existing threads are listed in the table. >+ Here is the list of the possible thread stages :</p> >+ <ul> >+ <li><em>"Parse and Prepare request"</em> : <p>The request or request-header >+ are parsed or the filters are setting up.</p></li> >+ <li><em>"Service"</em> : <p>The thread is in process. This stage follows the >+ "Parse and Prepare request" stage and precedes the "Finishing" >+ stage. There is always at least on thread in this stage (the >+ server-status page).</p></li> >+ <li><em>"Finishing"</em> : <p>The end of the request processing. This stage >+ is followed by "Keepalive".</p></li> >+ <li><em>"Keepalive"</em> : <p>The thread is kept in memory for a predefined >+ time or until the number of threads reaches a maximum. This stage is >+ followed by "Ready".</p></li> >+ <li><em>"Ready"</em> : <p>The thread is at rest and ready to be used.</p></li> >+ </ul> >+ </li> >+</ul> >+</subsection> >+ >+ >+ > </section> > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48530
: 24832