Test TCP connectivity to a host and port with ping-like output
TCP connect to the given IP/port combo
tcping
$ tcping example.com 80
$ tcping -c 5 example.com 443
$ tcping -t 2000 192.168.1.100 3306