Monitoring SOAP Sessions

To monitor SOAP sessions, the following performance counters are included in SQL Server 2005.

Performance counter Description Comment

SOAP Session Initiate Requests

Monitors the number of SOAP session-initiate requests started per second.

Incremented for each HTTP request handled by the server that represents a client request to initiate a new session. The count is reset each second.

SOAP Session Terminate Requests

Monitors the number of SOAP session-terminate requests started per second.

Incremented for each HTTP request handled by the server that represents a client request to end a session. The count is reset each second.

See Also

Other Resources

Performance Monitoring and Tuning How-to Topics
Working with SOAP Sessions

Help and Information

Getting SQL Server 2005 Assistance