Files
debian/README.md

24 lines
576 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# debian
Debian init scripts
### CPU 占用率保持工具使用说明:
1. 将对应架构amd64、arm64的文件拷贝到需要的目录
2. 启动 screen 或者 tmux 进程
3. 执行 `./cpulimit -l 20 -i ./keeper`
- `-l 20`: 想要限制的占用率
- `-i`: 限制对子进程也生效
例如:
```bash
$ git clone https://git.ofcss.com/kairee/debian.git
$ mv debian/bin/amd64 /usr/local/keeper
$ screen -S cpukeeper
$ cd /usr/local/keeper
$ ./cpulimit -l 19 -i ./keeper
```
另外启动一个窗口,用 top 或者 htop推荐查看 CPU 占用率