Crates.io | rustem |
lib.rs | rustem |
version | 0.1.0 |
source | src |
created_at | 2024-10-27 08:50:26.147996 |
updated_at | 2024-10-27 08:50:26.147996 |
description | A lightweight Rust library for system monitoring, providing CPU, memory, disk, and network statistics. |
homepage | https://trinhminhtriet.com |
repository | https://github.com/trinhminhtriet/rustem |
max_upload_size | |
id | 1424424 |
size | 148,918 |
____ _
| _ \ _ _ ___ | |_ ___ _ __ ___
| |_) || | | |/ __|| __| / _ \| '_ ` _ \
| _ < | |_| |\__ \| |_ | __/| | | | | |
|_| \_\ \__,_||___/ \__| \___||_| |_| |_|
📉 Rustem: A lightweight Rust library for system monitoring, providing CPU, memory, disk, and network statistics.
Rustem provides comprehensive system monitoring, offering real-time access to essential system metrics:
Rustem is designed for lightweight performance, making it suitable for a wide range of monitoring applications.
To install rustem, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/rustem.git
cd rustem
Running the below command will globally install the rustem
binary.
cargo install rustem
See examples/info.rs.
Running the below command will globally uninstall the rustem
binary.
cargo uninstall rustem
Remove the project repo
rm -rf /path/to/git/clone/rustem
We welcome contributions!
git checkout -b my-feature
;git commit -m "feat: my new feature"
;git push origin my-feature
.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.