Skip to content
/ iputils Public
forked from iputils/iputils

Hacked version of ping to print out periodic stats and the target name for my Splunk Network Health Checker

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.BSD3
GPL-2.0
LICENSE.GPL2
Notifications You must be signed in to change notification settings

dmuth/iputils

 
 

This is not the iputils you are looking for!

This repo is forked from the official repo, but contains a hacked version of ping that I tweaked for use in my Splunk Network Health Check.

Development Instructions

docker build -t iputils . && docker run -it -v $(pwd):/mnt iputils
# cd /mnt/
# make && /mnt/ping google.com

Sample Output

Note the following additions:

  • The target hostname/IP is included in the output.
  • Every 10 pings transmitted, stats for the last 10 pings are written.
  • ...this also means that latency followed by recovery could cause received values of higher than 10. Please plan for this!

Iputils

Build Status Coverity Status

The iputils package is set of small useful utilities for Linux networking.

These tools are included in iputils

  • arping
  • clockdiff
  • ipg
  • ping
  • rarpd
  • rdisc
  • tftpd
  • tracepath
  • traceroute6

If you still use old version, please consider moving forward to new releases placed here.

This version also fully supports glibc, uClibc and musl-libc.

About

Hacked version of ping to print out periodic stats and the target name for my Splunk Network Health Checker

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.BSD3
GPL-2.0
LICENSE.GPL2

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.3%
  • Makefile 2.2%
  • Shell 1.8%
  • Other 0.7%