Not saying it’s the way, but I find it often handy for quick troubleshooting performance issues, either as is or scripted.
-
Not saying it’s the way, but I find it often handy for quick troubleshooting performance issues, either as is or scripted. #curl #sysadmin #devOps
curl -s -o /dev/null -w " \
DNS Lookup: %{time_namelookup}s\n \
TCP Connect: %{time_connect}s\n \
App/TLS Connect: %{time_appconnect}s\n \
Pre-transfer: %{time_pretransfer}s\n \
Start Transfer: %{time_starttransfer}s\n \
----------\n \
Total Time: %{time_total}s\n" <url> -
Not saying it’s the way, but I find it often handy for quick troubleshooting performance issues, either as is or scripted. #curl #sysadmin #devOps
curl -s -o /dev/null -w " \
DNS Lookup: %{time_namelookup}s\n \
TCP Connect: %{time_connect}s\n \
App/TLS Connect: %{time_appconnect}s\n \
Pre-transfer: %{time_pretransfer}s\n \
Start Transfer: %{time_starttransfer}s\n \
----------\n \
Total Time: %{time_total}s\n" <url>@adrian I had something similar, and I was so happy when they introduced the %{json} parameter
-
R relay@relay.mycrowd.ca shared this topic