Like ping but on TCP-level. It connects to a host (incl. portnumber) and disconnects. It then measures how long this takes giving you an idea of the latency of the tcp-service you're testing.
Like ping but on TCP-level. It connects to a host (incl. portnumber) and disconnects. It then measures how long this takes giving you an idea of the latency of the tcp-service you're testing.
To install tcping, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tcping
To see what files were installed by tcping, run:
port contents tcping
To later upgrade tcping, run:
sudo port selfupdate && sudo port upgrade tcping
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.