Simula Research Laboratory / Center for Resilient Networks and Applications / NorNet
Homepage of Thomas Dreibholz / HiPerConTracer Homepage


HiPerConTracer
High-Performance Connectivity Tracer

Results Example from the SoftCOM 2020 Paper


πŸ“° News


πŸ’‘ Description

High-Performance Connectivity Tracer (HiPerConTracer) is a Ping/Traceroute measurement framework.

HiPerConTracer denotes the actual measurement tool. It performs regular Ping and Traceroute runs among sites, featuring:

Furthermore, the HiPerConTracer Framework provides additional tools for helping to obtain, process, collect, store, and retrieve measurement data:

The HiPerConTracer Framework

πŸ–‹οΈ Publications

The complete BibTeX references in a single file can be found here!

2024

2023

2022

2020

2014


πŸ“¦ Binary Package Installation

Please use the issue tracker at https://github.com/dreibh/hipercontracer/issues to report bugs and issues!

Ubuntu Linux

For ready-to-install Ubuntu Linux packages of HiPerConTracer, see Launchpad PPA for Thomas Dreibholz!

sudo apt-add-repository -sy ppa:dreibh/ppa
sudo apt-get update
sudo apt-get install hipercontracer

Fedora Linux

For ready-to-install Fedora Linux packages of HiPerConTracer, see COPR PPA for Thomas Dreibholz!

sudo dnf copr enable -y dreibh/ppa
sudo dnf install hipercontracer

FreeBSD

For ready-to-install FreeBSD packages of HiPerConTracer, it is included in the ports collection, see FreeBSD ports tree index of benchmarks/hipercontracer/!

pkg install hipercontracer

Alternatively, to compile it from the ports sources:

cd /usr/ports/benchmarks/hipercontracer
make
make install

πŸ’Ύ Sources Download

HiPerConTracer is released under the GNU General Public Licence (GPL).

Please use the issue tracker at https://github.com/dreibh/hipercontracer/issues to report bugs and issues!

Development Version

The Git repository of the HiPerConTracer sources can be found at https://github.com/dreibh/hipercontracer:

git clone https://github.com/dreibh/hipercontracer
cd hipercontracer
cmake .
make

Contributions:

Current Stable Release

The tarball has been signed with my GnuPG key 21412672­518D8B2D­1862EFEF­5CD5D12A­A0877B49. Its authenticity and integrity can be verified by:

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 21412672518D8B2D1862EFEF5CD5D12AA0877B49
gpg --verify hipercontracer-<VERSION>.tar.xz.asc hipercontracer-<VERSION>.tar.xz

Old Releases

The tarballs have been signed with my GnuPG key 21412672­518D8B2D­1862EFEF­5CD5D12A­A0877B49. Its authenticity and integrity can be verified by:

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 21412672518D8B2D1862EFEF5CD5D12AA0877B49
gpg --verify hipercontracer-<VERSION>.tar.xz.asc hipercontracer-<VERSION>.tar.xz