Skip to content

Instantly share code, notes, and snippets.

@chihchun
Created January 23, 2017 06:11
Show Gist options
  • Save chihchun/2f83ed03ac3cf186db55ca65430051f6 to your computer and use it in GitHub Desktop.
Save chihchun/2f83ed03ac3cf186db55ca65430051f6 to your computer and use it in GitHub Desktop.
$ curl -w "@curl-format.txt" -o /dev/null -s 'http://maps.nlsc.gov.tw/S_Maps/wmts/EMAP5/default/GoogleMapsCompatible/18/112221/219558'
time_namelookup: 0.064
time_connect: 0.078
time_appconnect: 0.000
time_pretransfer: 0.079
time_redirect: 0.000
time_starttransfer: 0.087
----------
time_total: 0.109
$ curl -w "@curl-format.txt" -o /dev/null -s 'http://maps.nlsc.gov.tw/S_Maps/wmts/EMAP5/default/GoogleMapsCompatible/18/112221/219558'
time_namelookup: 0.014
time_connect: 0.022
time_appconnect: 0.000
time_pretransfer: 0.022
time_redirect: 0.000
time_starttransfer: 0.621
----------
time_total: 0.642
$ curl -w "@curl-format.txt" -o /dev/null -s 'http://maps.nlsc.gov.tw/S_Maps/wmts/EMAP5/default/GoogleMapsCompatible/18/112221/219558'
time_namelookup: 0.014
time_connect: 0.028
time_appconnect: 0.000
time_pretransfer: 0.028
time_redirect: 0.000
time_starttransfer: 0.241
----------
time_total: 0.260
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment