Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandanghosh/concurrent-ping
Ping multiple hosts concurrently
https://github.com/chandanghosh/concurrent-ping
Last synced: 28 days ago
JSON representation
Ping multiple hosts concurrently
- Host: GitHub
- URL: https://github.com/chandanghosh/concurrent-ping
- Owner: ChandanGhosh
- Created: 2021-12-08T07:23:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T07:59:24.000Z (about 3 years ago)
- Last Synced: 2024-06-20T08:52:14.854Z (8 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# concurrent-ping
Simple and fun concurrent ping utility for multiple hosts.
Uses linux cli utility "ping" underneath to stream command output concurrently in a non-blocking way.## Run
```
go run main.go 1.1.1.1 1.0.0.1 8.8.8.8
```
CTRL-C to terminate## install and run
go install github.com/ChandanGhosh/concurrent-ping@latest
```
concurrent-ping 1.1.1.1 1.0.0.1 8.8.8.8
```
CTRL-C to terminate