spaghettidba / WorkloadTools

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

CPU is not in the same unit measure as duration. #25

Closed spaghettidba closed 5 years ago

spaghettidba commented 5 years ago

For all types of listeners, make sure that CPU and duration are captured in the same unit measure and converted to milliseconds, because that's what's on the tin (analysis consumer writes both to columns that have "_ms" in the name, so I'd expect milliseconds)