Crates.io | riscv_sysmon |
lib.rs | riscv_sysmon |
version | 0.1.2 |
source | src |
created_at | 2024-10-30 19:17:49.221964 |
updated_at | 2024-11-21 01:43:47.675978 |
description | System monitoring tool for RISC-V Linux SBCs, providing insights into CPU, memory, and system health. |
homepage | |
repository | |
max_upload_size | |
id | 1429064 |
size | 23,602 |
riscv_sysmon is a system monitoring tool for Linux-based RISC-V single-board computers (SBCs). Written in Rust, it provides real-time metrics on CPU usage, memory statistics, and system health, tailored for RISC-V Linux environments.
git clone https://github.com/bensatlantik/riscv_sysmon.git
cd riscv_sysmon
## Build the project:
```bash
cargo build --release --target=riscv64gc-unknown-linux-gnu
./target/riscv64gc-unknown-linux-gnu/release/riscv_sysmon
Run riscv_sysmon with the following command:
riscv_sysmon --interval 2
--interval <seconds>: Set the update interval for monitoring output (default: 1 second).
This project is licensed under the MIT License
bensatlantik