开发者

Flexible trace viewer (for etl files and runtime traces) [closed]

开发者 https://www.devze.com 2023-02-07 05:13 出处:网络
Closed.开发者_如何学Python This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed.开发者_如何学Python This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

Improve this question

I'm looking for a trace viewer which will allow me to view ETL (Event Tracing for Windows) traces (created using WPP). I did found some ETL file viewers, but they don't support looking at traces at runtime.

I'm aware only of the TraceView.exe available at the DDK; but it lacks support for finding trace text, easy filtering per component or file, and changing log level at runtime.

Suggestions? Any decent .net tool written to support .net usage of ETW?


You can take a look to this tools set. It allow to receive traces from ETW sessions, redirect them over network and it is more stable than ETViewer.


Have a look at log2console. It can catch filter and display many different trace sources (file, tcp/ip, trace, ...)


After accepting the answer above as correct I find a better solution: ETViewer from codeplex. It is tailored to be used with WPP, extensible and easy-to-use.

0

精彩评论

暂无评论...
验证码 换一张
取 消