Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.1 KB

PowerManagement

A command-line utilty that controls and moniters cpu governors and disk schedulers written in bash 4.4+

PowerMgt

PowerMgt is a command-line utilty that controls and moniters cpu governors and disk schedulers written in bash 4.4+. PowerMgt displays information about your cpu, disk, and kernel and allows you to change the governors and schedulers easily.

The purpose of PowerMgt is to allow users to change their cpu governors and disk schedulers easily.

Requirements

util-linux

kernel-tools or linux-tools-generic

acpi

ruby

facter

Installation

  1. Git clone the repo.

git clone https://github.com/Rybo713/PowerMgt

or

Download the zip

  1. Change working directory to PowerMgt

    cd PowerMgt

  2. Give bash script permissions

chmod -x powermgt.sh

  1. Run the script with root

    sudo ./powermgt.sh

Supported Distros

  • Arch Linux
  • Fedora
  • CentOS
  • Ubuntu
  • Kubuntu
  • Linux Mint
  • Kali Linux
  • Alpine Linux