ChandanGhosh / concurrent-ping

Ping multiple hosts concurrently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ping multiple hosts concurrently


Languages

Language:Go 100.0%