Lookbusy - make your PC busy
crates.io


This is a program can be set to eat you cpu and memory resource.
You can controll how much cpu usage per single thread.
How to use
```shell
USAGE:
lookbusy [OPTIONS]
OPTIONS:
-c, --cpu-num how many cpu thread you want use [default: 1]
-h, --help Print help information
-l, --limit cpu usage per thread % [default: 1]
-m, --mem-size how many MB you want use [default: 1024]
-V, --version Print version information
```
Just like ./lookbusy -c 2 -m 4096