Created
April 22, 2016 09:29
-
-
Save Mierdin/29bd5f550cf7748751e47882d9bfbe64 to your computer and use it in GitHub Desktop.
Sample output of ToDD HTTP metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@todddev:~/go/src/github.com/Mierdin/todd$ todd run test-http-saas -y -j | |
RUNNING TEST: bb54adc33eaa3fcdaa8c550a5877cc839b8784da0a510e6f82e965ed9a0f7103 | |
(Please be patient while the test finishes...) | |
2016-04-22 09:23:00.222214093 +0000 UTC INIT: (0/3) READY: (0/3) TESTING: (0/3) FINISHED: (3/3) | |
Done. | |
{ | |
"8436bfd7f28ba4a47cb0addd5738ead80a25749156890ea50b628eb1d6509a3a": { | |
"portal.office.com": { | |
"content_type": "", | |
"http_code": "302", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "686", | |
"size_request": "81", | |
"size_upload": "0", | |
"speed_download": "87.000", | |
"speed_upload": "0.000", | |
"time_connect": "1.538", | |
"time_namelookup": "1.510", | |
"time_pretransfer": "1.539", | |
"time_redirect": "0.000", | |
"time_starttransfer": "1.639", | |
"time_total": "1.639", | |
"url_effective": "http://portal.office.com/" | |
}, | |
"salesforce.com": { | |
"content_type": "", | |
"http_code": "301", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "101", | |
"size_request": "78", | |
"size_upload": "0", | |
"speed_download": "0.000", | |
"speed_upload": "0.000", | |
"time_connect": "0.218", | |
"time_namelookup": "0.125", | |
"time_pretransfer": "0.218", | |
"time_redirect": "0.000", | |
"time_starttransfer": "0.312", | |
"time_total": "0.312", | |
"url_effective": "http://salesforce.com/" | |
} | |
}, | |
"cd4dd45e07526ed0d21f3b8d85a2f8a18591b579b36cf25b4b71a21457e442d2": { | |
"portal.office.com": { | |
"content_type": "", | |
"http_code": "302", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "686", | |
"size_request": "81", | |
"size_upload": "0", | |
"speed_download": "87.000", | |
"speed_upload": "0.000", | |
"time_connect": "1.539", | |
"time_namelookup": "1.510", | |
"time_pretransfer": "1.539", | |
"time_redirect": "0.000", | |
"time_starttransfer": "1.640", | |
"time_total": "1.640", | |
"url_effective": "http://portal.office.com/" | |
}, | |
"salesforce.com": { | |
"content_type": "", | |
"http_code": "301", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "101", | |
"size_request": "78", | |
"size_upload": "0", | |
"speed_download": "0.000", | |
"speed_upload": "0.000", | |
"time_connect": "0.100", | |
"time_namelookup": "0.004", | |
"time_pretransfer": "0.100", | |
"time_redirect": "0.000", | |
"time_starttransfer": "0.194", | |
"time_total": "0.194", | |
"url_effective": "http://salesforce.com/" | |
} | |
}, | |
"f8657578df926c81cc0db2b8c4e710d32a0336ba7067b29a0b40bc53a71ba0ec": { | |
"portal.office.com": { | |
"content_type": "", | |
"http_code": "302", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "686", | |
"size_request": "81", | |
"size_upload": "0", | |
"speed_download": "87.000", | |
"speed_upload": "0.000", | |
"time_connect": "1.540", | |
"time_namelookup": "1.511", | |
"time_pretransfer": "1.540", | |
"time_redirect": "0.000", | |
"time_starttransfer": "1.639", | |
"time_total": "1.639", | |
"url_effective": "http://portal.office.com/" | |
}, | |
"salesforce.com": { | |
"content_type": "", | |
"http_code": "301", | |
"http_connect": "000", | |
"num_connects": "1", | |
"num_redirects": "0", | |
"size_download": "", | |
"size_header": "101", | |
"size_request": "78", | |
"size_upload": "0", | |
"speed_download": "0.000", | |
"speed_upload": "0.000", | |
"time_connect": "0.098", | |
"time_namelookup": "0.004", | |
"time_pretransfer": "0.098", | |
"time_redirect": "0.000", | |
"time_starttransfer": "0.193", | |
"time_total": "0.194", | |
"url_effective": "http://salesforce.com/" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment