Scheduled Test on Private Instance
|
07-13-2016, 03:49 AM
Post: #2
|
|||
|
|||
RE: Scheduled Test on Private Instance
This probably isn't the cleanest way, but I used Cygwin's Curl in a batch file to make a call to WebPageTest. I tied the calling of my batch file into my build process, but you could also use CRON or Windows Task Scheduler. Here is roughly what my script looks like...
@echo off SET Curl_Path="curl.exe" SET Curl_Silent_Paramaters=-o /dev/null -s --compressed %Curl_Path% %Curl_Silent_Paramaters% http://webpagetest.mydomain.com/runtest....Page1.html %Curl_Path% %Curl_Silent_Paramaters% http://webpagetest.mydomain.com/runtest....Page1.html %Curl_Path% %Curl_Silent_Paramaters% http://webpagetest.mydomain.com/runtest....Page1.html %Curl_Path% %Curl_Silent_Paramaters% http://webpagetest.mydomain.com/runtest....Page1.html |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Scheduled Test on Private Instance - KumarGupta - 06-10-2016, 05:13 PM
RE: Scheduled Test on Private Instance - pdavis - 07-13-2016 03:49 AM
RE: Scheduled Test on Private Instance - kzarifis - 07-14-2016, 10:22 AM
|
User(s) browsing this thread: 1 Guest(s)