Your e-Business Quality Partner eValid™ -- Automated Web Quality Solution
Browser-Based, Client-Side, Functional Testing & Validation,
Load & Performance Tuning, Page Timing, Website Analysis,
and Rich Internet Application Monitoring.
© Copyright 2000-2010 by Software Research, Inc.

eValid -- Monitoring Data -- Gomez Monitor1
eValid HOME

Description
The script downloads the www.gomez.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:

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
# (c) Copyright 2000-2010 by eValid, Inc. 
# Recording made on: Microsoft Windows XP (IE 6.0)
# 

ProjectID "Gomez"
GroupID "Monitor1"
TestID "gomez"
LogID "AUTO"
ScreenSize 1024 768
FontSize 0

DeleteCache
SubWindowCloseAll
ModalDialogSuppress ALL

InitLink "http://www.gomez.com/"

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

Delay 5000
GotoLink 0 "http://www.gomez.com/" ""

# End of script.