spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
232 stars 52 forks source link

ConvertWorkload: Read rollover trace files #94

Closed leus closed 4 years ago

leus commented 4 years ago

Please add the feature of converting rollover trace files (right now, I need to analyze 100 trace files and cannot find a way to convert them).

leus commented 4 years ago

It appears that ConvertWorkload does indeed read files in sequence, starting from the first file specified in the command line parameters. Perhaps a documentation update is needed?