Skip to content

pwhelan/gping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gping!

This is an unimaginative golang command-line terminal user interface application that allows you to continuously ping multiple hosts. It's really neat!

Quick Docker Usage

If you want to spin up a container quickly on docker just use the pwhelan/gping:latest container:

docker run --rm -ti pwhelan/gping:latest

Installation

To install the application, simply clone the repository to your local machine and then build it:

git clone https://github.com/pwhelan/gping
cd gping
go build ./

Usage

This could not be any simpler, just simply invoke gping with a list of IP addresses and hostnames to ping:

gping demo

Contributing

Contributions to this project are welcome. To contribute, simply fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT license - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published