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.
- Host: GitHub
- URL: https://github.com/annttu/latenssi-go
- Owner: annttu
- License: mit
- Created: 2020-02-27T17:38:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T10:33:56.000Z (about 4 years ago)
- Last Synced: 2025-12-19T02:59:25.216Z (6 months ago)
- Topics: latency, network, ping
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.