Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarthakpranesh/gocpu

A simple CLI tool to help you manage your CPU
https://github.com/sarthakpranesh/gocpu

cpu cpu-frequency cpu-monitoring frequency governor linux turbo-boost turbo-boost-switcher

Last synced: about 2 months ago
JSON representation

A simple CLI tool to help you manage your CPU

Awesome Lists containing this project

README

        

# gocpu

A simple cli tool to handle and watch your CPU. This is WIP!


## Usage
```txt
Usage gocpu [subcommand] [flags]
subcommand:
watch - see the realtime cpu frequency, updated at 2 seconds by default,
can be changed using the -int flag.

turbo - sets the turbo on/off depending on the -enable flag.

govern - lets you interactively select the cpu governor out the all the
available governors.

flags:
--int - used with watch subcommand, value is treated a number of seconds
between refreshes
--enable- used with turbo subcommand, if passed turbo mode will be enabled
else turbo mode will be disabled
```


## Issues
If you find any bugs/improvements/feature requests please open them [here](https://github.com/sarthakpranesh/gocpu/issues)