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 |
#875 in Network programming
56 downloads per month
69KB
2K
SLoC
Uption
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
~18–34MB
~558K SLoC