PingPort is a command-line utility that will let you ping a TCP port and see what is the latency between you and the pinged server.

FEATURES

 

  • Ping any TCP port
  • Can be called using protocol port name (such as https,dns,rpc … full list in Sources/Protocol.ini)
  • Can beep if status is changing from online to offline and vice versa
  • Customizable timeout

USER’S GUIDE

Usage : pingport HOSTNAME:PROTOCOL [--timeout:VALUE] [--beep]

Options :

  • HOST : can be supplied using either its HOSTNAME or IP
  • PORT : a valid TCP port / protocol shortname (http,ssh,telnet,dns …)
  • –beep / -b : beep when coming offline/online
  • –timeout: / -t: Timeout in milliseconds (default is 1000)

Examples :

  • pingport google.com:http
  • pingport 173.194.67.104:443 –beep -t:2000

SCREENSHOTS