#!/bin/bash
curl -L \
--output /dev/null \
--silent \
--show-error \
--write-out 'lookup: %{time_namelookup}\nconnect: %{time_connect}\nappconnect: %{time_appconnect}\npretransfer: %{time_pretransfer}\nredirect: %{time_redirect}\nstarttransfer: %{time_starttransfer}\ntotal: %{time_total}\n' \
http://[Log in to view URL]
To embed this program on your website, copy the following code and paste it into your website's HTML: