Ping CLI application for MacOS or Linux using goLang. The CLI app accepts a hostname or an IP address as its argument, then send ICMP "echo requests" in a loop to the target while receiving "echo reply" messages.
It also gives users features like:
- Set limit: Sets the limit to maximum successful requests. (Use -l="Limit")
- Set interval: Allows user to set how often a packet is sent. (Use -i="interval")
- RTT limit: In case this limit is surpassed report the user. (Use -rtt="limit")
- Display stats: Displays various statistics about packets and RTT (Use -stats=true)