Number of Jobs in queue
|
06-12-2012, 12:01 PM
Post: #1
|
|||
|
|||
Number of Jobs in queue
Hi
I looked around for a script that would return the number of jobs on a queue for each location, but I couldn't find one. So I just wrote up this quick script that others may find useful. PHP Code: <?php It needs to be placed in the work directory |
|||
06-12-2012, 12:11 PM
Post: #2
|
|||
|
|||
RE: Number of Jobs in queue
FYI, depending on what you want to do, you might be better off using the interfaces that produce XML reports:
/getLocations.php - Returns a list of all of the locations and number of tests in each (as well as counts at the different priority levels) /getTesters.php - Returns information about the test machines at each of the locations They both also have XSLT transforms so the output is readable in a browser (I spot check them on the public instance all the time): http://www.webpagetest.org/getLocations.php http://www.webpagetest.org/getTesters.php |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)