How are the timing metrics captured and computed by the url_response probe?
Release: UIM 20.x. URL_response any version
Guidance
CURLINFO_TOTAL_TIME
https://curl.haxx.se/libcurl/c/CURLINFO_TOTAL_TIME.html
CURLINFO_STARTTRANSFER_TIME
https://curl.haxx.se/libcurl/c/CURLINFO_STARTTRANSFER_TIME.html
CURLINFO_CONNECT_TIME
https://curl.haxx.se/libcurl/c/CURLINFO_CONNECT_TIME.html
CURLINFO_NAMELOOKUP_TIME
https://curl.haxx.se/libcurl/c/CURLINFO_NAMELOOKUP_TIME.html
CURLINFO_REDIRECT_TIME
https://curl.haxx.se/libcurl/c/CURLINFO_REDIRECT_TIME.html
Commands to run the CURL variables:
https://blog.cloudflare.com/a-question-of-timing/
https://netbeez.net/blog/http-transaction-timing-breakdown-with-curl/