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 Trace Log Re-logger (ETLSmasher) #16

Open
itoleck opened this issue Dec 5, 2023 · 0 comments
Open

Event Trace Log Re-logger (ETLSmasher) #16

itoleck opened this issue Dec 5, 2023 · 0 comments
Assignees

Comments

@itoleck
Copy link
Owner

itoleck commented Dec 5, 2023

ETLSmasher is a very small console application that can reduce the size of .etl event race logs.

If you would like to try, check the Releases

If you would like to contribute; https://github.com/itoleck/ETLSmasher

Also, a more general Windows performance repository is available with scripts, commands, profiles and more; WindowsPerformance

Usage

  • Compress and remove events with provider ed54dff8-c409-4cf6-bf83-05e1e61a09c4(WinSATAssessment) and remove events after 60 seconds in the trace.

ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true --removeproviders:ed54dff8-c409-4cf6-bf83-05e1e61a09c4 --removetimeafter:60000

  • Compress and remove events with provider ed54dff8-c409-4cf6-bf83-05e1e61a09c4(WinSATAssessment)

ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true --removeproviders:ed54dff8-c409-4cf6-bf83-05e1e61a09c4

  • Remove events after 60 seconds in the trace, do not compress.

ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --removetimeafter:60000

  • Only compress a trace.

ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true

@itoleck itoleck self-assigned this Dec 5, 2023
@itoleck itoleck transferred this issue from itoleck/Blog Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant