|
Description
The script downloads the
www.coremetrics.com
top page 10 times
in sequence.
There are fixed delays between each download to force the
HTTP connection(s) to close.
The runs were made with detailed timing data activated so that page
download times would be revealed.
The information is updated in real time; the data always shows the
information for the last 24 hours.
Data Available
The data given in the table provides access to:
Comments
This popular website top page is very well organized and very balanced.
The 30+ components of the page are about equal-sized, and this results in
quite uniform page load times in the 5-8 second range.
This speed is very good for end-user resonse times.
From time to time we observe anomalies that probably are due to site maintenance
(realtime updates) and/or possible WWW glitches,
but in most cases the timings show a consistent, quick clean page.
Time | Test Summary | Event Log | Performance Chart |
00 | Summary | Event Log | Chart |
01 | Summary | Event Log | Chart |
02 | Summary | Event Log | Chart |
03 | Summary | Event Log | Chart |
04 | Summary | Event Log | Chart |
05 | Summary | Event Log | Chart |
06 | Summary | Event Log | Chart |
07 | Summary | Event Log | Chart |
08 | Summary | Event Log | Chart |
09 | Summary | Event Log | Chart |
10 | Summary | Event Log | Chart |
11 | Summary | Event Log | Chart |
12 | Summary | Event Log | Chart |
13 | Summary | Event Log | Chart |
14 | Summary | Event Log | Chart |
15 | Summary | Event Log | Chart |
16 | Summary | Event Log | Chart |
17 | Summary | Event Log | Chart |
18 | Summary | Event Log | Chart |
19 | Summary | Event Log | Chart |
20 | Summary | Event Log | Chart |
21 | Summary | Event Log | Chart |
22 | Summary | Event Log | Chart |
23 | Summary | Event Log | Chart |
Script
Here is the eValid script that was used to produce the data above.
# Recording by eValid V9 # Recording made on: Microsoft Windows XP (IE 6.0) ProjectID "Coremetrics" GroupID "Monitor1" TestID "coremetrics" LogID "AUTO" ScreenSize 1024 768 FontSize 0 InitLink "http://www.coremetrics.com/" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" Delay 5000 GotoLink 0 "http://www.coremetrics.com/" "" # End of script. |