[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| FilterHandleException |
Provides the count of exceptions that filter handled
| |
| GeoLookup |
How many geo lookups have been requested
| |
| GeoLookupHit |
How many geo lookups have resulted in finding the geo location
| |
| ServerAcceptSemaphoreCount |
The current level of taken request accept semaphore slots
| |
| ServerGateDenial |
Provides request count that were denied by the server gate
| |
| ServerHandleException |
Provides the count of exceptions that server had to handle as no other memebr of processing chain did
| |
| ServerPortalRequest |
Provides request count received by server portal
| |
| ServerRequest |
Provides request count received by server
| |
| ServerWorkSemaphoreCount |
The current level of taken request work semaphore slots
| |
| SessionEnd |
How many sessions ended by request
| |
| SessionExisting |
How many existing sessions found
| |
| SessionInvalidID |
How many sessions supplied invalid identifier (by client)
| |
| SessionNew |
How many new sessions created
| |
| WaveDoubleGauge |
Provides base for Wave double gauges
| |
| WaveLongGauge |
Provides base for Wave long gauges
| |
| WorkContextAborted |
How many work contexts got aborted
| |
| WorkContextBufferedResponse |
How many response object were buffered
| |
| WorkContextBufferedResponseBytes |
How many response bytes were buffered
| |
| WorkContextCtor |
How many work contexts were created
| |
| WorkContextDctor |
How many work contexts were destroyed
| |
| WorkContextHandled |
How many work contexts got handled
| |
| WorkContextNeedsSession |
How many work contexts requested session state
| |
| WorkContextNoDefaultClose |
How many work contexts requested not to be closed at the end of the initial request processing cycle
| |
| WorkContextWorkSemaphoreRelease |
How many times work semaphore was released
| |
| WorkContextWrittenResponse |
How many response object were written into
|