Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Now that you are somewhat familiar with a single ETW event, let’s illustrate what a typical HTTP request looks like. Here, I’ve made a simple HTTP request to a web server, IIS7 in this case.
I’ve taken the liberty of pulling out all important data from the XML file. You may notice that I've placed all the Data in the same cell for each event, this is simply to save space in this web format.
Event Name | Data |
ConnConnect | ConnectionObj=0x840C9008LocalAddr=[::1]:80RemoteAddr=[::1]:50438 |
ConnIdAssgn | RequestId=0xFB00000080000004ConnectionId=0xFB00000060000003ConnectionObj=0x840C9008 |
RecvReq | RequestId=0xFB00000080000004ConnectionId=0xFB00000060000003RemoteAddr=[::1]:50438 |
Parse | RequestObj=0x840D8A38HttpVerb=4Url=https://localhost:80/ |
Deliver | RequestObj=0x840D8A38RequestID=0xFB00000080000004RequestQueueName=DefaultAppPoolUrl=https://localhost:80/ |
FastResp | RequestId=0xFB00000080000004ConnectionId=0xFB00000060000003StatusCode=200Verb=GETEntityChunkCount=0CachePolicy=0 |
FastSend | RequestId=0xFB00000080000004HttpStatus=200 |
ConnCleanup | ConnectionObj=0x840C9008 |
The first part of almost any Http.sys event trace are a series of events that shows we’ve received a request:
The rest of the trace can be interpreted as follows.
In the next ETW posts, we will discuss diagnosing typical Http.sys problems using Event Tracing.
-Jeff Balsley
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in