/RK-Manager

simple kernel manager with GUI (for linux)

Primary LanguageTclGNU General Public License v3.0GPL-3.0

RK Manager

RK manager is a simple manager/monitor for the linux kernel. Comes with GUI (From https://github.com/rdbende/Azure-ttk-theme).

What can you do with this tool?

Built with python resources you can:

  • Look at the CPU structure and usage information;
  • Look at RAM usage;
  • Look at the governor and frequency settings.

Download and run

the following steps are basic and can be performed in a lot of alternative ways, altrought if you don't know what you're doing just follow the guide to make sure everithing will work fine

clone this repo:

git clone https://github.com/Peppe289/RK-Manager.git

move into the folder and give exec permissions

cd RK-Manager
chmod +x main.py

install dependencies

Install all the modules with pip3 install -r requirements.txt

Enjoy!

./main.py

Notes

Monitoring takes place via the main cluster (policy0). On multi-cluster linux devices with different settings, the information displayed is not reliable.