/QtPing

gui application for network connectivity statistics

Primary LanguageC++

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