Skip to content

obviyus/pong

Repository files navigation

pong

pong-demo

Pong is a simple CLI program that measures and compares AWS region latencies in a terminal table. This version is written in Rust with ratatui and crossterm.

Features

  • Concurrent HTTP HEAD probes across AWS regions (one worker per region).
  • Live TUI table sorted by lowest average latency.
  • Rolling min/avg/max/stddev/p95/p99 stats with fixed-capacity ring buffer percentiles.
  • Optional warmup delay before sample collection.

Build and run

cargo run

With warmup:

cargo run -- --warmup 5

About

A TUI app to ping all AWS regions around the world.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages