Monitor Current Activity

Application Activity

The main screen of the Administrator displays a treeview on the left, showing a parent for each registered WebApp and child nodes for Sessions, Processes and the Event Log. The right shows the application activity for the selected application.

Sessions

Sessions are mostly web services sessions of very short duration that are activated as a call from a web application is made.

 

Processes

Processes are probably the most important metric from a system tuning perspective.

 

Load

The server keeps track of the load by calculating the percentage of time processes are in use over the last 30 seconds.

 

Messages

 

Times

 

User

 

Session Activity

In WebApps that use the Web Application Framework, most IIS sessions happen in such a short time that they are rarely around long enough to be seen. You will most likely see session information only for processes like batch updates or reports.

Session ID

The ID of the session.

IP Address

The IP address of the client accessing the web application for this session.

PID

The Windows Process ID of the WebApp process handling the request for this session.

Client Messages

The number of requests and responses sent since the session was started.

Server Messages

The number of requests and responses sent since the session was started.

Time

This is how long the session has been running.

 

Process Activity

Slave Node

The IP address of the slave node handling this process (if Load Balancing is in use).

Client Messages

The number of requests received by this process.

Server Messages

The number of responses sent by this process.

Time

How long the process has been running..

 

Event Log Activity

 

 

See Also

Using the Web Application Administrator