Categorygithub.com/sdnsquare/go-pinger
modulepackage
1.0.2
Repository: https://github.com/sdnsquare/go-pinger.git
Documentation: pkg.go.dev

# README

go-pinger

Go library for perform ICMP ping checks to 1 or more destination addresses.

This "pinger" service is designed to support pinging 1000's of hotss concurrently and is used in the monitoring probes for the worldPing service run by Grafana Labs.

Getting started

  • API documentation is available via godoc.
  • A demo cli tool is available at ping-all

# Packages

No description provided by the author

# Functions

create a new EchoRequest instance.
Creates a new Pinger service.

# Constants

Internet Control Message.
ICMP for IPv6.

# Structs

An EchoRequest is a single ICMP echo request packet that will be sent.
No description provided by the author
Pinger represents a service that can be used for sending IMCP pings to hosts.
PingStats are the results from sending ICMP echo requests to a host.