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
39077dc2
...
39077dc2de228343d02798db487c50d949a09e68
authored
2018-04-09 18:51:48 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Typo
1 parent
223ab8ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
TestProject1/PageTimeExample.sql
TestProject1/PageTimeExample.sql
View file @
39077dc
...
...
@@ -2,7 +2,7 @@
COUNT
([
ComputedValue
])
AS
'# Samples'
,
MIN
([
IntervalStartTime
])
AS
'Start Time'
,
MAX
([
IntervalEndTime
])
AS
'End Time'
FROM
[
dbo
].[
LoadTestComputedCounterSample
]
WHERE
[
LoadTestRunId
]
=
5
AND
[
CategoryName
]
=
N
'LoadTest:
p
age'
WHERE
[
LoadTestRunId
]
=
5
AND
[
CategoryName
]
=
N
'LoadTest:
P
age'
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
...
...
Please
register
or
sign in
to post a comment