|
3 | 3 |
|
4 | 4 | Commands: |
5 | 5 |
|
6 | | - status [options] <id> check test status |
7 | | - results [options] <id> get test results |
8 | | - locations [options] list locations and the number of pending tests |
9 | | - testers [options] list testers status and details |
10 | | - test [options] <url_or_script> run test |
11 | | - cancel [options] <id> cancel running/pending test |
12 | | - har <id> get the HTTPS Archive (HAR) from test |
13 | | - pagespeed [options] <id> get the Google Page Speed results (if available) from test |
14 | | - utilization [options] <id> get the CPU, bandwidth and memory utilization data from test |
15 | | - request [options] <id> get the request data from test |
16 | | - timeline [options] <id> get the Chrome Developer Tools Timeline data (if available) from test |
17 | | - netlog [options] <id> get the Chrome Developer Tools Net log data (if available) from test |
18 | | - console [options] <id> get the browser console log data (if available) from test |
19 | | - testinfo <id> get test request info/details |
20 | | - history [days] get history of previously run tests |
21 | | - googlecsi [options] <id> get Google CSI data (Client Side Instrumentation) |
22 | | - response [options] <id> get response body for text resources |
23 | | - waterfall [options] <id> get the waterfall PNG image |
24 | | - screenshot [options] <id> get the fully loaded page screenshot in JPG format (PNG if in full resolution) |
25 | | - video [options] <tests> create a video from <tests> (comma separated test ids) |
26 | | - player <id> get a html5 player for a video <id> |
27 | | - listen [options] [hostname:port] start webpagetest-api proxy server on <hostname>:<port> [hostname:7791] |
28 | | - batch <file> run commands in batch, i.e. one command per line from <file> in parallel |
| 6 | + status [options] <id> |
| 7 | + check test status |
| 8 | + |
| 9 | + results [options] <id> |
| 10 | + get test results |
| 11 | + |
| 12 | + locations [options] |
| 13 | + list locations and the number of pending tests |
| 14 | + |
| 15 | + testers [options] |
| 16 | + list testers status and details |
| 17 | + |
| 18 | + test [options] <url_or_script> |
| 19 | + run test |
| 20 | + |
| 21 | + cancel [options] <id> |
| 22 | + cancel running/pending test |
| 23 | + |
| 24 | + har <id> |
| 25 | + get the HTTPS Archive (HAR) from test |
| 26 | + |
| 27 | + pagespeed [options] <id> |
| 28 | + get the Google Page Speed results (if available) from test |
| 29 | + |
| 30 | + utilization [options] <id> |
| 31 | + get the CPU, bandwidth and memory utilization data from test |
| 32 | + |
| 33 | + request [options] <id> |
| 34 | + get the request data from test |
| 35 | + |
| 36 | + timeline [options] <id> |
| 37 | + get the Chrome Developer Tools Timeline data (if available) from test |
| 38 | + |
| 39 | + netlog [options] <id> |
| 40 | + get the Chrome Developer Tools Net log data (if available) from test |
| 41 | + |
| 42 | + chrometrace [options] <id> |
| 43 | + get the Chrome Trace data (if available) from test |
| 44 | + |
| 45 | + console [options] <id> |
| 46 | + get the browser console log data (if available) from test |
| 47 | + |
| 48 | + testinfo <id> |
| 49 | + get test request info/details |
| 50 | + |
| 51 | + history [days] |
| 52 | + get history of previously run tests |
| 53 | + |
| 54 | + googlecsi [options] <id> |
| 55 | + get Google CSI data (Client Side Instrumentation) |
| 56 | + |
| 57 | + response [options] <id> |
| 58 | + get response body for text resources |
| 59 | + |
| 60 | + waterfall [options] <id> |
| 61 | + get the waterfall PNG image |
| 62 | + |
| 63 | + screenshot [options] <id> |
| 64 | + get the fully loaded page screenshot in JPG format (PNG if in full resolution) |
| 65 | + |
| 66 | + video [options] <tests> |
| 67 | + create a video from <tests> (comma separated test ids) |
| 68 | + |
| 69 | + player <id> |
| 70 | + get a html5 player for a video <id> |
| 71 | + |
| 72 | + listen [options] [hostname:port] |
| 73 | + start webpagetest-api proxy server on <hostname>:<port> [hostname:7791] |
| 74 | + |
| 75 | + batch <file> |
| 76 | + run commands in batch, i.e. one command per line from <file> in parallel |
| 77 | + |
29 | 78 |
|
30 | 79 | Options: |
31 | 80 |
|
|
0 commit comments