You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
1
# Intel Low Power Mode Daemon
2
2
3
-
Intel Low Power Mode Daemon (lpmd) is a Linux daemon designed to optimize active idle power. It selects the most power-efficient CPUs based on a configuration file or CPU topology. Depending on system utilization and other hints, it puts the system into Low Power Mode by activating the power-efficient CPUs and disabling the rest, and restores the system from Low Power Mode by activating all CPUs.
3
+
Intel Low Power Mode Daemon (lpmd) is a Linux daemon designed to optimize active
4
+
idle power. It selects the most power-efficient CPUs based on a configuration
5
+
file or CPU topology. Depending on system utilization and other hints, it puts
6
+
the system into Low Power Mode by activating the power-efficient CPUs and
7
+
disabling the rest, and restores the system from Low Power Mode by activating
8
+
all CPUs.
4
9
5
-
## Usage
10
+
## Before You Start
11
+
12
+
**Please note** that the installed configuration files serve as templates of
13
+
best practices for specific platform models and disable lpmd by default. For
14
+
LPMD to start the user is expected to either edit the main
15
+
"intel_lpmd_config.xml" config file or after starting the program, enable LPMD
16
+
by using the intel_lpmd_control tool.
6
17
7
18
Refer to the man pages for command line arguments and XML configurations:
8
19
@@ -40,10 +51,13 @@ make
40
51
sudo make install
41
52
```
42
53
43
-
The generated artifacts are copied to respective directories under `/usr/local`. If a custom install path is preferred other than system default, make sure `--localstatedir` and `--sysconfdir` are set to the right path that the system can understand. If installed via RPM then artifacts would be under `/usr`.
44
-
45
-
Example command for installation using prefix under `/opt/lpmd_install` dir with `--localstatedir` and `--sysconfdir` set to system default
54
+
The generated artifacts are copied to respective directories under `/usr/local`.
55
+
If a custom install path is preferred other than system default, make sure
56
+
`--localstatedir` and `--sysconfdir` are set to the right path that the system
57
+
can understand. If installed via RPM then artifacts would be under `/usr`.
46
58
59
+
Example command for installation using prefix under `/opt/lpmd_install` dir with
60
+
`--localstatedir` and `--sysconfdir` set to system default
0 commit comments