https://github.com/debck/pingcli
https://github.com/debck/pingcli
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/debck/pingcli
- Owner: debck
- Created: 2020-04-14T09:49:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T15:47:59.000Z (about 6 years ago)
- Last Synced: 2023-03-07T21:57:44.225Z (over 3 years ago)
- Language: Go
- Size: 5.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pingCLI
> Ping CLI application allows user to send ICMP echo request in a loop to the target hostname or an IP address, while receiving messages and reporting loss and success % and RTT times for each message.
## Usage
- `pingcli --help`
```bash
Usage:
pingcli [arg] [flags]
Flags:
-h, --help help for pingcli
Args:
IP address / Hostname
```
## Features
- Send ICMP "echo requests" in an infinite loop.
- Reports loss% and RTT times for each message.
- Supports only IPv4 now.
### Examples
> Passing hostname as "google.com"

> Passing IP address "192.168.0.1"
