thayub / liquidping

Basic command line ping utility designed for efficient latency monitoring of thousands of hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquidping

Basic command line ping utility designed for efficient latency monitoring of thousands of hosts

This code may require setting net.ipv4.ping_group_range sysctl on linux systems (sysctl -w net.ipv4.ping_group_range = "0 2147483647") due to the way the sockets are constructed.

About

Basic command line ping utility designed for efficient latency monitoring of thousands of hosts

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%