Monitoring SOAP Sessions
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
To monitor SOAP sessions, the following performance counters are included in SQL Server.
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. |