amenonsen / heaping

Ping a list of IP addresses forever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heaping

This program takes a list of IP addresses on the command line and sends
an ICMP echo request to each one every 10 seconds. For each response, it
prints the response time in ms (or "unreachable"). It does nothing else.

It was written to monitor the reachability of a large number of hosts
in conjunction with rrdtool or something similar.

It has been tested on Linux (by me), FreeBSD, and OS X (by other people)
so far. It may or may not work elsewhere.

Feedback is welcome.

--
Abhijit Menon-Sen <ams@toroid.org>
http://github.com/amenonsen/heaping

About

Ping a list of IP addresses forever


Languages

Language:C 100.0%