Skip to content

Commit e79e967

Browse files
committed
Spelling is harder
1 parent 3a3a5ff commit e79e967

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

ETLReports/Program.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ Module Program
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("")
2089-
Console.WriteLine("Example:")
2089+
Console.WriteLine("Examples:")
20902090
Console.WriteLine("ETLReports.exe --infile:c:\trace.etl --processor:processes --outfolder:c:\")
20912091
Console.WriteLine("ETLReports.exe --infile:c:\trace.etl --processor:diskio --outfolder:c:\")
20922092
Console.WriteLine("ETLReports.exe --infile:'c:\trace with space in name.etl' --processor:cpusample --outfolder:'c:\'")

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,27 @@ Produces various reports, usually in .csv format from Windows Event .etl log fil
55
Program will open and read a .etl trace and produce .csv formatted output to console based on the --processor: selected.
66

77
Accepted arguments:
8+
89
h | -h | /h | help | -help | /help | ? | -? | /? Shows this help screen
10+
911
--infile:<ETLFILENAME> (REQUIRED)
12+
1013
--processor:[processes tasks gpos winlogon pnp services hardfaults diskio fileio providerinfo minifilter minifiltersummary cpusample cpusamplenoidle bootphases processzombies] (REQUIRED)
14+
1115
--ms:<MILLISECONDS> - Used with minifilter processor to specify how many milliseconds above to save events
16+
1217
--outfolder:<.CSV Report OUTPUTFOLDER> (REQUIRED)
18+
1319
--measure - Show start time, end time and count of events being processed in console
1420

15-
Example:
21+
## Examples
22+
1623
ETLReports.exe --infile:c:\trace.etl --processor:processes --outfolder:c:\
24+
1725
ETLReports.exe --infile:c:\trace.etl --processor:diskio --outfolder:c:\
26+
1827
ETLReports.exe --infile:'c:\trace with space in name.etl' --processor:cpusample --outfolder:'c:\'
28+
1929
ETLReports.exe --infile:c:\trace.etl --processor:minifilter --ms:15 --measure --outfolder:c:\
2030

2131
* Only 1 <processor> can be specified each run. Run multiple times for more reports.

0 commit comments

Comments
 (0)