https://github.com/keke-li/detection
resource monitor tool
https://github.com/keke-li/detection
monitor probe rust
Last synced: 4 months ago
JSON representation
resource monitor tool
- Host: GitHub
- URL: https://github.com/keke-li/detection
- Owner: KeKe-Li
- Created: 2024-11-25T09:22:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-14T04:55:30.000Z (7 months ago)
- Last Synced: 2025-12-16T06:20:24.687Z (7 months ago)
- Topics: monitor, probe, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### detection
server system resource monitoring probe memory tool is a tool used to monitor system resources (such as CPU, memory, disk, etc.)
#### build & run
check the code and run .
```bash
> cargo clean
> cargo update
> cargo build
> cargo check
> cargo run
```