Monitoring Current Web Server Activity
You can monitor your server's usage with the Monitor Current Activity page. You can see how many requests your server is handling and how it is handling these requests. If the interactive server monitor reports that the server is handling a large number of requests, you might need to adjust the server configuration or the system's network kernel to accommodate the requests.
-
From the Web Manager home page, click Enterprise Web Server servername > Server Status > Monitor Current Activity.
-
Click Monitor Server Activity on Port port_number.
The interactive server monitor reports the totals for the following server values on a new screen:
- Bytes Transferred: Number of bytes the server is transferring
- Total Requests: Number of requests the server is handling
- Bad Requests: Number of bad requests the server is handling
- 2xx: Number of status codes ranging from 200 to 299 that the server is handling
- 3xx: Number of status codes ranging from 300 to 399 that the server is handling
- 4xx: Number of status codes ranging from 400 to 499 that the server is handling
- 5xx: Number of status codes of 500 and higher that the server is handling
- xxx: Total number of 2xx, 3xx, 4xx, and 5xx status codes the server is handling minus time-outs and other errors that returned an HTTP status code
- 200: Number of successful transactions the server is processing
- 302: Number of relocated URL status codes the server is processing
- 304: Number of requests for which the server tells the client to use a local copy of a URL instead of retrieving a newer version from the server
- 401: Number of unauthorized requests the server is handling
- 403: Number of forbidden URL status codes the server is handling
Previous | Next