spaghettidba / WorkloadTools

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

Add to SqlWorkload the ability to start at a specific time and stop at a specific time #130

Open spaghettidba opened 1 year ago

spaghettidba commented 1 year ago

Add parameters in WorkloadController. We already have TimeoutMinutes that could be derived from endtime. Throw error if using both. StartTime should be in the future (error if in the past) and SqlWorkload should wait until it is reached