An open API service indexing awesome lists of open source software.

https://github.com/annttu/latenssi-go

Latenssi 2, network latency monitoring tool.
https://github.com/annttu/latenssi-go

latency network ping

Last synced: 3 months ago
JSON representation

Latenssi 2, network latency monitoring tool.

Awesome Lists containing this project

README

          

Latenssi-Go
============

Latency measurement collector. Successor for [Latenssi](https://github.com/annttu/latenssi/).

Currently only icmp latency and loss collection using fping(6) is supported.

Probe
=====

Probe runs fping processes and send collected data points to collector over GRPC connection.

Collector
=========

Collects data points from Probe and stores those to time series database.
Currently InfluxDB is only supported time series database.

Installation
===========

* Install go >= 1.17
* Install fping
* run make
* Edit probe.yaml and collector.yaml

Usage
=====

bin/latenssi-probe
bin/latenssi-collector

License
=======

See LICENSE file.