Last active
September 30, 2021 09:31
-
-
Save brandon-lockaby/aee809fdd547a4521b2eefae6770744d to your computer and use it in GitHub Desktop.
use curl to ping (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET or TFTP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch -n 0.5 curl --head --silent --write-out %{time_connect} google.com | |
watch -n 0.5 curl --head --silent --write-out %{time_connect} --output /dev/null google.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment