diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml index f9678f415e4f..e90a35e52aea 100644 --- a/webapps/docs/manager-howto.xml +++ b/webapps/docs/manager-howto.xml @@ -1043,22 +1043,27 @@ href="config/listeners.html#StoreConfig_Lifecycle_Listener_-_org.apache.catalina

From the following links you can view Status information about the server. -Any one of manager-xxx roles allows access to this page.

+The manager-status role or any one of the other +manager-xxx roles allow access to this page.

http://localhost:8080/manager/status http://localhost:8080/manager/status/all

Displays server status information in HTML format.

-http://localhost:8080/manager/status?XML=true -http://localhost:8080/manager/status/all?XML=true +http://localhost:8080/manager/status?XML=true -

Displays server status information in XML format.

+

Displays server status information in XML format. The XML format does +not include the detailed per web application statistics.

http://localhost:8080/manager/status?JSON=true http://localhost:8080/manager/status/all?JSON=true -

Displays server status information in JSON format.

+

Displays server status information in JSON format. The JSON format does +not include the per thread state information. If using a client visualization +tool for active monitoring and server status alerts (such as Grafana), the JSON +output provided by the Manager will likely provide the easiest and most secure +solution.

First, you have the server and JVM version number, JVM provider, OS name and number followed by the architecture type.

@@ -1073,8 +1078,9 @@ The same information is available for both of them : current thread count and current thread busy.

  • Request information : Max processing time and processing time, request and error count, bytes received and sent.

  • -
  • A table showing Stage, Time, Bytes Sent, Bytes Receive, Client, - VHost and Request. All existing threads are listed in the table. +

  • If not using the JSON format, the state of threads with 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 :

    If you are using /status/all command, additional information -on each of deployed web applications will be available.

    +on each of deployed web applications will be available, except for the XML +format.