Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1.94 KB

Readme.md

File metadata and controls

43 lines (27 loc) · 1.94 KB

LINQPad driver for Tx

First, install LINQPad. This is the best education tool about LINQ, Regular Expressions, ... and all cutting edge features in C#

Click on Add Connection and then "View More Drivers":

TxDriverInstall.JPG

Click on the Download link, and then select the driver from the list:

TxDriver.JPG

On the next page you have a choice between past or real-time sessions. As of now the LINQPad driver supports only ETW, so past means .etl files and real time is ETW sessions.

As general rule, it is best to first try your queries on past history. This way you can try the query many times on the same data to make sure you get the desired results.

  • Click Add... for "Files" and browse for Documents\LINQPad Queries\Tx\HTTP_Server.etl
  • Click Add... for "Metadata" and add HTTP_Server.man This .etl file and manifest are from IIS (Internet Information Services) and come as samples with Tx.

Choose connection name and click OK

On the left tree you now see the schema of the events

  • In the query window, type "from p in "
  • Drag the Parse node from the left tree.
  • Complete the query with "select p.Url" and press the green button

SelectParseUrl.JPG

It is good idea to also install the Tx samples, and try them:

Click on the Samples tab, "Download more samples": TxSamplesInstall.JPG

See also: