Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event tracing for Windows support #33

Open
MatthiasWeiser opened this issue Sep 5, 2016 · 2 comments
Open

Event tracing for Windows support #33

MatthiasWeiser opened this issue Sep 5, 2016 · 2 comments

Comments

@MatthiasWeiser
Copy link

It would be nice if there would be an out-of-the-box way to use input from ETW events as input.
I will look into this as I think that things like this should be done out-of-process. As the .NET garbage collector also publishes stats via ETW, it would give a standard way to look at Garbage collection times of programs.

@LeeCampbell
Copy link
Collaborator

Initial thoughts are that this may be as simple as providing a template C# script to show how you would use an ETW Log file as an input to an HdrHistogram. Presumable the HdrHistogram in this scenario would be used as an intermediary just for reporting purposes?

@MatthiasWeiser
Copy link
Author

Yes - but I think that in general for real production usage it should be recommended to log into the ETW and use the etl file for reporting. I have not used Tx yet, but I think that these two libraries could fit together well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants