#cpu #turn #tiny #linux #utility #core #on-off

app torpid

小巧的Linux工具,用于开关CPU核心

4个版本

0.1.3 2021年6月29日
0.1.2 2021年6月29日
0.1.1 2021年6月23日
0.1.0 2021年6月23日

#36 in #core

MIT 许可证

4KB
55

torpid

小巧的Linux工具,用于开关CPU核心

安装

cargo install --force torpid

用法

sudo torpid <要启用的核心数量>. 例如:sudo torpid 4,将保持4个核心开启并关闭其他核心。

也可以查看 torpid --help,它应该会输出类似

torpid 0.1.0
Nipun Kumar <nipunkumar@outlook.com>
Turn off some CPU cores

USAGE:
    torpid <NUM_CPU_CORES>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <NUM_CPU_CORES>    Number of cores to enable. 
                       Must be within 1 <= ... <= number of cores present.

依赖项

~750KB