How can I show the steps time of wget?
you see my snapshot, in my PC, I use wget
to download a http page.
you see there have DNS resolve, TCP connection, and the HTTP response.
how can I show every step time?
so I can know every step using time:
(DNS resolve 3ms) (TCP connection 5ms) (HTTP response 10ms)