A tool to collect and export network performance metrics on devices like WLAN Pi and Raspberry Pi. This tool was inspired by wiperf project.
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/
.
sh
cargo install -f uption
wget https://raw.githubusercontent.com/uption/uption/master/uption.toml
uption
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/
.
sh
dpkg -i uption_x.y.z_amd64.deb
sudo systemctl enable uption
sudo systemctl start uption
🚧 This project is in very early stage of development 🚧
Uption has a concept of collectors and exporters. Collectors generate metrics based on different tests and exporters export the generated data.
We welcome and appreciate pull requests. Please check the issues if you wish to contribute.