torpid

Tiny linux utility to turn CPU cores on/off

Installation

cargo install --force torpid

Usage

See torpid --help, it should output something like:

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

USAGE: torpid

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

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