用LINQPad加上Tx驱动来分析log
Contents
Tx (LINQ to Logs and Traces)是微软发布的开源工具。可以用这个工具来使用LINQ分析日志,包括
- Event Tracing for Windows (ETW)
- Event Logs (.etvtx)
- Performance counters from files (.blg, .csv, .tsv)
- IIS text logs in W3C format
- SQL Server Extended Events (XEvent)
可以自己写代码通过NuGet加上Tx相关的reference,或者更方便的使用LINQPad。在LINQPad中加上Tx的驱动,就可以使用了,具体参见LINQPad driver for Tx,还可以下载一个Tx的Sample来学习。