https://github.com/dylex/pinger
A collection of utilities to ping hosts
https://github.com/dylex/pinger
Last synced: over 1 year ago
JSON representation
A collection of utilities to ping hosts
- Host: GitHub
- URL: https://github.com/dylex/pinger
- Owner: dylex
- License: lgpl-2.1
- Created: 2013-06-10T14:59:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T02:55:33.000Z (about 6 years ago)
- Last Synced: 2025-01-23T19:14:37.942Z (over 1 year ago)
- Language: C
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
A collection of miscellaneous utilities to generate ICMP pings, with a focus on
network monitoring and security.
pingdev: A (Linux) CUSE-based device driver for /dev/ping, which can be used to
monitor a single host from unprivileged userspace. More features are planned
for the future, at least bringing functionality up to match pingerd.
pingerd: A daemon that serves requests sent on a local socket to ping remote
hosts and return results. Allows unprivileged processes to ping hosts subject
to various constraints (packet limits, allowed networks, etc.).
pinger: An example client for pingerd.
pingmon: A liboping-based ping monitor that can regularly ping an number of
host and write complete but concise logs to a file at only 4 bytes per ping + 4
bytes per host. Should be converted to use one of the above.
pingstat: A haskell program to analyze pingmon output. Not nearly as efficient
or useful as it should be.