Hey folks,
So, I’m running the one-click AWS EC2 instance. I followed all the steps in the README.md, including changing instance size to a c3.large
.
The goal is to run the batch script wpt_batch.py
over a list of about 250 URLs.
From what I can tell, the tests seem to be running fine. By getting the test IDs from /var/www/webpagetest/www/logs/DATE.log
I can check the results by navigating to http://XX.XX.XX.XX/result/TESTID where XX.XX.XX.XX is the EC2 AMI instance.
However, the script is failing to compile those results and deliver the XML payload to /var/www/webpagetest/batchtool/result/
.
It seems that if I break the list of URLs into smaller batches, I sometimes have success, but rarely. If the first URL the batch script runs doesn’t return an XML file, none of the following ones will.
Is anyone familiar with this issue, and if so, how did you resolve it?
In the absence of a solution which will return the XML results to the batch script folder, is there a good way to retrieve the test data from the /var/www/webpagetest/www/results
folder?
Thanks in advance for any help you can provide. Please let me know if you need any additional information!