https://github.com/dedis/distributed-tcp-ping
A simple tool to check the latency of links connecting a distributed system
https://github.com/dedis/distributed-tcp-ping
Last synced: 11 months ago
JSON representation
A simple tool to check the latency of links connecting a distributed system
- Host: GitHub
- URL: https://github.com/dedis/distributed-tcp-ping
- Owner: dedis
- License: bsd-3-clause
- Created: 2024-09-21T12:53:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-20T13:05:09.000Z (12 months ago)
- Last Synced: 2025-06-20T13:45:25.459Z (12 months ago)
- Language: Go
- Size: 5.45 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distributed TCP Ping
A simple networked tool to measure the latency between each pair of machines, on top of TCP stack.
Works in a distributed environment with arbitrary number of machines.
## How to run
To build the project run ```/bin/bash build.sh```
Refer the ```setup/``` directory for instructions on how to setup and run the project in a distributed environment with
5 machines.