12 releases

0.6.6 Feb 26, 2023
0.6.5 Aug 7, 2022
0.6.4 Jan 6, 2021
0.5.0 Jul 15, 2020
0.1.0 Mar 30, 2020

#398 in Network programming

MIT license

69KB
2K SLoC

Uption

Github Release Crates.io Crates.io CI docs

A tool to collect and export network performance metrics on Linux devices. This tool was inspired by wiperf project.

Documentation

Uption has a concept of collectors and exporters. Collectors generate metrics based on different tests and exporters export the generated data. See documentation for all the supported collectors and exporters. Documentation can be found from Uption wiki.

Installation

Cargo

When installed as a standalone executable, Uption will read configuration from the current folder or alternatively you can move the configuration file to /etc/uption/.

cargo install -f uption
wget https://raw.githubusercontent.com/uption/uption/master/uption.toml
uption

Debian package

Get the latest Debian package from Releases. Debian package allows installing Uption as a systemd service and the default configuration file is copied to /etc/uption/.

dpkg -i uption_x.y.z_amd64.deb
sudo systemctl enable uption
sudo systemctl start uption

Contributions

We welcome and appreciate pull requests. Please check the issues if you wish to contribute.

Dependencies

~17–34MB
~546K SLoC