My application uses squid proxy (squid3) and since the requests are sent through a http tunnel to the proxy am unable to fetch some response time parameters like DNS lookup time and TCP handshake time. Am wondering if Squid has any API or logs that contain data like time taken for DNS lookup, TCP handshake, SSL handshake, etc... which I can implement in my NodeJS app.
Thanks in advance !!!