https://github.com/uption/uption
A tool to collect and export network performance metrics on Linux devices mainly targeting smaller resource constrained devices like Raspberry Pi.
https://github.com/uption/uption
metrics network raspberry-pi rust wifi
Last synced: 7 months ago
JSON representation
A tool to collect and export network performance metrics on Linux devices mainly targeting smaller resource constrained devices like Raspberry Pi.
- Host: GitHub
- URL: https://github.com/uption/uption
- Owner: uption
- License: mit
- Created: 2020-03-13T15:11:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:50:14.000Z (about 1 year ago)
- Last Synced: 2025-03-06T00:45:40.129Z (11 months ago)
- Topics: metrics, network, raspberry-pi, rust, wifi
- Language: Rust
- Homepage:
- Size: 312 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Uption
[](https://github.com/uption/uption/releases)
[](https://crates.io/crates/uption)
[](./LICENSE)
[](https://github.com/uption/uption/actions?query=workflow%3ACI)
[](https://github.com/uption/uption/wiki)
A tool to collect and export network performance metrics on Linux devices.
This tool was inspired by [wiperf](https://github.com/wifinigel/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](https://github.com/uption/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/`.
```sh
cargo install -f uption
wget https://raw.githubusercontent.com/uption/uption/master/uption.toml
uption
```
### Debian package
Get the latest Debian package from [Releases](https://github.com/uption/uption/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
```
## Contributions
We welcome and appreciate pull requests. Please check the issues if you wish to contribute.