Crates.io | uption |
lib.rs | uption |
version | 0.6.6 |
source | src |
created_at | 2020-03-30 17:48:03.624897 |
updated_at | 2023-02-26 18:07:06.607654 |
description | A tool to collect and export network performance metrics on Linux devices. |
homepage | https://github.com/uption/uption |
repository | https://github.com/uption/uption |
max_upload_size | |
id | 224489 |
size | 128,554 |
A tool to collect and export network performance metrics on Linux devices. This tool was inspired by wiperf project.
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.
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
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
We welcome and appreciate pull requests. Please check the issues if you wish to contribute.