Open the console and select Server Activity. The console displays a dialog listing the current active connections. For each connection, the following properties are reported:
The IP address of the client
The HTTP verb of the request being served on the connection
The URL being served on the connection
The HTTP status code of the response served on the connection
The elapsed time since the beginning of the service of the request associated to the connection
The amount of data sent so far as a response on the connection
The list of the active connections is automatically refreshed every 10 seconds. Pressing the Refresh button forces an immediate update of the view.
Press OK to go back to the main console page.
Note: Connections that are still established waiting for a subsequent request are shown with the text Kept-alive connection. These connections are actually made from HTTP/1.1 clients which support the HTTP keep-alive feature (serving more than a single request on one connection.)
Note: The listing may include the connection serving the URL associated with the Server Activity feature.