Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
/ go-pingparse Public archive

A package to parse the output of Linux ping command

Notifications You must be signed in to change notification settings

sggms/go-pingparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

Parse output of ongoing ping commands to IPv4 hosts.

Usage

	// ping every 5 seconds, with 15 seconds timeout
	po, err := pinger.Ping("127.0.0.1", 5, 15)

About

A package to parse the output of Linux ping command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published