Skip to content

sarthakpranesh/gocpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocpu

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


Usage

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