Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarthakpranesh/gocpu
- Owner: sarthakpranesh
- License: mit
- Created: 2021-11-07T07:20:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T11:14:07.000Z (about 3 years ago)
- Last Synced: 2024-10-12T10:19:02.369Z (3 months ago)
- Topics: cpu, cpu-frequency, cpu-monitoring, frequency, governor, linux, turbo-boost, turbo-boost-switcher
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)