Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 594 Bytes

README.org

File metadata and controls

29 lines (29 loc) · 594 Bytes

QtPinger

A network latency monitoring tool with a Qt5 GUI

Features

  • Measure latency to a host using icmp4 probes
  • Compute min, max, standard deviation and average latency
  • Supports pinging several hosts at the same time
  • Plot latency over time

Screenshot

./screenshots/screenshot.png

Requirements

C++20

Qt5:

  • Widgets
  • Core
  • Gui
  • Charts

Boost

  • program_options
  • asio

Building

cd QtPinger
mkdir bin
cd bin
cmake ../src
make

Running

Requires root priviledges to run