Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
VSTT-Plugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d16f64d4
...
d16f64d483fd1c33e965dcfa5278cfac444dd265
authored
2018-04-09 18:57:58 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Full five minutes in the example
1 parent
39077dc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
TestProject1/PageTimeExample.sql
TestProject1/PageTimeExample.sql
View file @
d16f64d
...
...
@@ -5,4 +5,4 @@ FROM [dbo].[LoadTestComputedCounterSample]
WHERE
[
LoadTestRunId
]
=
5
AND
[
CategoryName
]
=
N
'LoadTest:Page'
AND
[
CounterName
]
=
N
'Avg. Page Time'
AND
[
InstanceName
]
=
N
'_Total'
AND
[
IntervalStartTime
]
>=
CONVERT
(
DATETIME
,
'2017-10-20 15:10:00'
,
102
)
AND
[
IntervalEndTime
]
<=
CONVERT
(
DATETIME
,
'2017-10-20 15:15:00'
,
102
)
\ No newline at end of file
AND
[
IntervalEndTime
]
<=
CONVERT
(
DATETIME
,
'2017-10-20 15:15:15'
,
102
)
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment