Skip to content

Aashishthakur10/PingCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PingCLI

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 reports loss and RTT times for each sent message.

It also gives users features like:

  1. Set limit: Sets the limit to maximum successful requests. (Use -l="Limit")
  2. Set interval: Allows user to set how often a packet is sent. (Use -i="interval")
  3. RTT limit: In case this limit is surpassed report the user. (Use -rtt="limit")
  4. Display stats: Displays various statistics about packets and RTT (Use -stats=true)

About

PingCLI project for Cloudflare

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages