Full five minutes in the example
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -5,4 +5,4 @@ FROM [dbo].[LoadTestComputedCounterSample] | ... | @@ -5,4 +5,4 @@ FROM [dbo].[LoadTestComputedCounterSample] | 
| 5 | WHERE [LoadTestRunId] = 5 AND [CategoryName] = N'LoadTest:Page' | 5 | WHERE [LoadTestRunId] = 5 AND [CategoryName] = N'LoadTest:Page' | 
| 6 | AND [CounterName] = N'Avg. Page Time' AND [InstanceName] = N'_Total' | 6 | AND [CounterName] = N'Avg. Page Time' AND [InstanceName] = N'_Total' | 
| 7 | AND [IntervalStartTime] >= CONVERT ( DATETIME , '2017-10-20 15:10:00' , 102 ) | 7 | AND [IntervalStartTime] >= CONVERT ( DATETIME , '2017-10-20 15:10:00' , 102 ) | 
| 8 | AND [IntervalEndTime] <= CONVERT ( DATETIME , '2017-10-20 15:15:00' , 102 ) | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | 
| 8 | AND [IntervalEndTime] <= CONVERT ( DATETIME , '2017-10-20 15:15:15' , 102 ) | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... | 
- 
Please register or sign in to post a comment