UNPKG

autocannon

Version:

Fast HTTP benchmarking tool written in Node.js

287 lines 9.51 kB
{ "log": { "version": "1.2", "creator": { "name": "Firefox", "version": "80.0.1" }, "browser": { "name": "Firefox", "version": "80.0.1" }, "pages": [ { "startedDateTime": "2020-09-28T21:41:16.913+02:00", "id": "page_1", "title": "httpbin.org", "pageTimings": { "onContentLoad": -100471, "onLoad": -100459 } } ], "entries": [ { "pageref": "page_1", "startedDateTime": "2020-09-28T21:41:16.913+02:00", "request": { "bodySize": 362, "method": "POST", "url": "https://httpbin.org/post", "httpVersion": "HTTP/2", "headers": [ { "name": "Host", "value": "httpbin.org" }, { "name": "User-Agent", "value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "fr,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate, br" }, { "name": "Referer", "value": "https://httpbin.org/" }, { "name": "Content-Type", "value": "multipart/form-data; boundary=---------------------------31420230025845772252453285324" }, { "name": "Origin", "value": "https://httpbin.org" }, { "name": "Content-Length", "value": "362" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "TE", "value": "Trailers" } ], "cookies": [], "queryString": [], "headersSize": 426, "postData": { "mimeType": "multipart/form-data; boundary=---------------------------31420230025845772252453285324", "params": [], "text": "-----------------------------31420230025845772252453285324\r\nContent-Disposition: form-data; name=\"text\"\r\n\r\na text value\r\n-----------------------------31420230025845772252453285324\r\nContent-Disposition: form-data; name=\"file\"; filename=\"blob\"\r\nContent-Type: application/octet-stream\r\n\r\nHello World!\n\r\n-----------------------------31420230025845772252453285324--\r\n" } }, "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/2", "headers": [ { "name": "date", "value": "Mon, 28 Sep 2020 19:41:16 GMT" }, { "name": "content-type", "value": "application/json" }, { "name": "content-length", "value": "766" }, { "name": "server", "value": "gunicorn/19.9.0" }, { "name": "access-control-allow-origin", "value": "https://httpbin.org" }, { "name": "access-control-allow-credentials", "value": "true" }, { "name": "X-Firefox-Spdy", "value": "h2" } ], "cookies": [], "content": { "mimeType": "application/json", "size": 766, "text": "{\n \"args\": {}, \n \"data\": \"\", \n \"files\": {\n \"file\": \"Hello World!\\n\"\n }, \n \"form\": {\n \"text\": \"a text value\"\n }, \n \"headers\": {\n \"Accept\": \"*/*\", \n \"Accept-Encoding\": \"gzip, deflate, br\", \n \"Accept-Language\": \"fr,en;q=0.5\", \n \"Content-Length\": \"362\", \n \"Content-Type\": \"multipart/form-data; boundary=---------------------------31420230025845772252453285324\", \n \"Dnt\": \"1\", \n \"Host\": \"httpbin.org\", \n \"Origin\": \"https://httpbin.org\", \n \"Referer\": \"https://httpbin.org/\", \n \"User-Agent\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0\", \n \"X-Amzn-Trace-Id\": \"Root=1-5f723c5c-b0e8a0609820985731015e80\"\n }, \n \"json\": null, \n \"origin\": \"78.192.173.27\", \n \"url\": \"https://httpbin.org/post\"\n}\n" }, "redirectURL": "", "headersSize": 242, "bodySize": 1008 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 89, "receive": 0 }, "time": 89, "_securityState": "secure", "serverIPAddress": "35.170.21.246", "connection": "443" }, { "pageref": "page_1", "startedDateTime": "2020-09-28T21:43:55.877+02:00", "request": { "bodySize": 27, "method": "POST", "url": "https://httpbin.org/post", "httpVersion": "HTTP/2", "headers": [ { "name": "Host", "value": "httpbin.org" }, { "name": "User-Agent", "value": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "fr,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate, br" }, { "name": "Referer", "value": "https://httpbin.org/" }, { "name": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "name": "Origin", "value": "https://httpbin.org" }, { "name": "Content-Length", "value": "27" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "TE", "value": "Trailers" } ], "cookies": [], "queryString": [], "headersSize": 372, "postData": { "mimeType": "application/x-www-form-urlencoded", "params": [ { "name": "text", "value": "a text value" }, { "name": "number", "value": "10" } ], "text": "text=a+text+value&number=10" } }, "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/2", "headers": [ { "name": "date", "value": "Mon, 28 Sep 2020 19:43:55 GMT" }, { "name": "content-type", "value": "application/json" }, { "name": "content-length", "value": "701" }, { "name": "server", "value": "gunicorn/19.9.0" }, { "name": "access-control-allow-origin", "value": "https://httpbin.org" }, { "name": "access-control-allow-credentials", "value": "true" }, { "name": "X-Firefox-Spdy", "value": "h2" } ], "cookies": [], "content": { "mimeType": "application/json", "size": 701, "text": "{\n \"args\": {}, \n \"data\": \"\", \n \"files\": {}, \n \"form\": {\n \"number\": \"10\", \n \"text\": \"a text value\"\n }, \n \"headers\": {\n \"Accept\": \"*/*\", \n \"Accept-Encoding\": \"gzip, deflate, br\", \n \"Accept-Language\": \"fr,en;q=0.5\", \n \"Content-Length\": \"27\", \n \"Content-Type\": \"application/x-www-form-urlencoded\", \n \"Dnt\": \"1\", \n \"Host\": \"httpbin.org\", \n \"Origin\": \"https://httpbin.org\", \n \"Referer\": \"https://httpbin.org/\", \n \"User-Agent\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0\", \n \"X-Amzn-Trace-Id\": \"Root=1-5f723cfb-880669c8b0b3a9628bea7db3\"\n }, \n \"json\": null, \n \"origin\": \"78.192.173.27\", \n \"url\": \"https://httpbin.org/post\"\n}\n" }, "redirectURL": "", "headersSize": 242, "bodySize": 943 }, "cache": {}, "timings": { "blocked": 0, "dns": 1, "connect": 0, "ssl": 0, "send": 0, "wait": 91, "receive": 0 }, "time": 92, "_securityState": "secure", "serverIPAddress": "35.170.21.246", "connection": "443" } ] } }