Timestamps in ReqCancelled
Hits
When a request is cancelled either by the visitor or the server, timestamps may not be inserted as normal based upon the time of cancellation.
About this task
Discover inserts timestamps according to the following table.
Current action at time of cancel | Request Timestamp | Response Timestamp |
---|---|---|
Request submitted, Response not started (Response Size = 0) | request timestamp | Use RequestEndTimeEx value |
Request submitted, Response started (Response Size > 0) | request timestamp | response timestamp |
The reason for a response not starting can include any of the following:
Procedure
- Visitor cancellation
- Server cancellation
- Network issue
- Server took too long to response and DNCA packet timeout was exceeded
- DNCA unable to match request to response
Results
Note: When reporting using the
Req Cancelled Count
event,
you can tabulate the counts of all occurrences by specifying the data
type for the event to be a [Sum]
, instead of a [Count]
.