An open API service indexing awesome lists of open source software.

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

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
```