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

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

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.