Code Monkey home page Code Monkey logo

intel-lpmd's Introduction

Intel Low Power Mode Daemon

Intel Low Power Model Daemon is a Linux daemon used to optimize active idle power. It selects a set of most power efficient CPUs based on configuration file or CPU topology. Based on system utilization and other hints, it puts the system into Low Power Mode by activate the power efficient CPUs and disable the rest, and restore the system from Low Power Mode by activating all CPUs.

Use man pages to check command line arguments and xml configurations

man intel_lpmd
man intel_lpmd_config.xml

Prerequisites: Prefers kernel start with TBD

Building and executing on Fedora

1. Install

dnf install automake
dnf install autoconf-archive
dnf install gcc
dnf install glib-devel
dnf install dbus-glib-devel
dnf install libxml2-devel
dnf install libnl3-devel
dnf install systemd-devel
dnf install gtk-doc
TBD

2. Build

./autogen.sh prefix=/
make
sudo make install

The prefix value depends on the distribution version. This can be "/" or "/usr". So please check existing path of intel_lpmd install, if present to update and add appropriate prefix.

3. Run

- start service

sudo systemctl start intel_lpmd.service

- Get status

sudo systemctl status intel_lpmd.service

- Stop service

sudo systemctl stop intel_lpmd.service

- Terminate using DBUS I/F

sudo test/lpm_test_interface.sh 1

Building on Ubuntu

1. Install

sudo apt install autoconf
sudo apt install autoconf-archive
sudo apt install gcc
sudo apt install libglib2.0-dev
sudo apt install libdbus-1-dev
sudo apt install libdbus-glib-1-dev
sudo apt install libxml2-dev
sudo apt install libnl-3-dev libnl-genl-3-dev
sudo apt install libsystemd-dev
sudo apt install gtk-doc-tools

For build and run, follow the same procedure as Fedora.

Building and executing on openSUSE

1. Install


    zypper in automake
    zypper in gcc
    TBD

For build and run, follow the same procedure as Fedora.


Releases

Release 0.0.1

Security

See Intel's Security Center for information on how to report a potential security issue or vulnerability.

See also: Security Policy

intel-lpmd's People

Contributors

zhang-rui avatar colinianking avatar kloczek avatar aekoroglu avatar rdower avatar spandruvada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.