File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2076,13 +2076,13 @@ Module Program
20762076 Private Sub ShowHelp()
20772077 Console.ResetColor()
20782078 Console.WriteLine( "" )
2079- Console.WriteLine( "Program will open and read a .etl trace and produce .csv formatted output to console based on the --procesor : selected." )
2079+ Console.WriteLine( "Program will open and read a .etl trace and produce .csv formatted output to console based on the --processor : selected." )
20802080 Console.WriteLine( "" )
20812081 Console.WriteLine( "Accepted arguments:" )
20822082 Console.WriteLine( "h | -h | /h | help | -help | /help | ? | -? | /? Shows this help screen" )
20832083 Console.WriteLine( "--infile:<ETLFILENAME> (REQUIRED)" )
20842084 Console.WriteLine( "--processor:[processes tasks gpos winlogon pnp services hardfaults diskio fileio providerinfo minifilter minifiltersummary cpusample cpusamplenoidle bootphases processzombies] (REQUIRED)" )
2085- Console.WriteLine( "--ms:<MILLISECONDS> - Used with minifilter procesor to specify how many milliseconds above to save events" )
2085+ Console.WriteLine( "--ms:<MILLISECONDS> - Used with minifilter processor to specify how many milliseconds above to save events" )
20862086 Console.WriteLine( "--outfolder:<.CSV Report OUTPUTFOLDER> (REQUIRED)" )
20872087 Console.WriteLine( "--measure - Show start time, end time and count of events being processed in console" )
20882088 Console.WriteLine( "" )
Original file line number Diff line number Diff line change 22
33Produces various reports, usually in .csv format from Windows Event .etl log files.
44
5- Accepted arguments:
5+ Program will open and read a .etl trace and produce .csv formatted output to console based on the --processor: selected.
66
7+ Accepted arguments:
78h | -h | /h | help | -help | /help | ? | -? | /? Shows this help screen
8-
9- --infile:<ETLFILENAME >
10-
11- --processor:[ processes tasks gpos winlogon pnp servicestates hardfaults diskio fileio providerinfo minifilter1ms minifiltersummary cpusample cpusamplenoidle
12- bootphases processzombies]
13-
14- --outfile:<.CSV OUTPUTFILENAME>
9+ --infile:<ETLFILENAME > (REQUIRED)
10+ --processor:[ processes tasks gpos winlogon pnp services hardfaults diskio fileio providerinfo minifilter minifiltersummary cpusample cpusamplenoidle bootphases processzombies] (REQUIRED)
11+ --ms:<MILLISECONDS > - Used with minifilter processor to specify how many milliseconds above to save events
12+ --outfolder:<.CSV Report OUTPUTFOLDER> (REQUIRED)
13+ --measure - Show start time, end time and count of events being processed in console
1514
1615Example:
16+ ETLReports.exe --infile:c:\trace.etl --processor: processes --outfolder:c:\
17+ ETLReports.exe --infile:c:\trace.etl --processor: diskio --outfolder:c:\
18+ ETLReports.exe --infile:'c:\trace with space in name.etl' --processor: cpusample --outfolder:'c:\'
19+ ETLReports.exe --infile:c:\trace.etl --processor: minifilter --ms:15 --measure --outfolder:c:\
1720
18- ETLReports.exe --infile:c:\trace.etl --processor: processes --outfile:c:\trace_processes.csv
19-
20- ETLReports.exe --infile:c:\trace.etl --processor: diskio --outfile:c:\trace_diskio.csv
21-
22- ETLReports.exe --infile:'c:\trace with space in name.etl' --processor: cpusample --outfile:'c:\trace cpusample.csv'
23-
24- * Only 1 <REPORTTYPE > can be specified each run. Run multiple times for more reports.
21+ * Only 1 <processor > can be specified each run. Run multiple times for more reports.
You can’t perform that action at this time.
0 commit comments