mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 05:34:55 +02:00
Revert "Reorganize README.md (#90)"
This reverts commit b5d735d72abb482d3ca99a28db277c29e9837f3c.
This commit is contained in:
parent
2e4f155f9e
commit
b4752ccfe2
36
README.md
36
README.md
@ -67,24 +67,6 @@ In case you encounter any problems with `auto-cpufreq-installer`, please [submit
|
|||||||
|
|
||||||
[AUR package is available](https://aur.archlinux.org/packages/auto-cpufreq-git/) for install. After which `auto-cpufreq` will be available as a binary and you can skip to [auto-cpufreq: modes and options](https://github.com/AdnanHodzic/auto-cpufreq#auto-cpufreq-modes-and-options) for further reference.
|
[AUR package is available](https://aur.archlinux.org/packages/auto-cpufreq-git/) for install. After which `auto-cpufreq` will be available as a binary and you can skip to [auto-cpufreq: modes and options](https://github.com/AdnanHodzic/auto-cpufreq#auto-cpufreq-modes-and-options) for further reference.
|
||||||
|
|
||||||
### Install - auto-cpufreq daemon
|
|
||||||
|
|
||||||
Necessary changes are made to the system for auto-cpufreq CPU optimizaton to persist across reboots. Daemon is deployed and then started as a systemd service. Changes are made automatically and live log is made for monitoring purposes.
|
|
||||||
|
|
||||||
`sudo auto-cpufreq --install`
|
|
||||||
|
|
||||||
After daemon is installed, `auto-cpufreq` is available as a binary and is running in the background. Its logs can be viewed by running: `auto-cpufreq --log`
|
|
||||||
|
|
||||||
Since daemon is running as a systemd service, its status can be seen by running:
|
|
||||||
|
|
||||||
`systemctl status auto-cpufreq`
|
|
||||||
|
|
||||||
### Remove - auto-cpufreq daemon
|
|
||||||
|
|
||||||
auto-cpufreq daemon and its systemd service, along with all its persistent changes can be removed by running:
|
|
||||||
|
|
||||||
`sudo auto-cpufreq --remove`
|
|
||||||
|
|
||||||
## How to run auto-cpufreq
|
## How to run auto-cpufreq
|
||||||
|
|
||||||
auto-cpufreq can be run by simply running the `auto-cpufreq` and following on screen instructions, i.e:
|
auto-cpufreq can be run by simply running the `auto-cpufreq` and following on screen instructions, i.e:
|
||||||
@ -105,6 +87,24 @@ No changes are made to the system, and is solely made for demonstration purposes
|
|||||||
|
|
||||||
Necessary changes are temporarily made to the system which are lost with system reboot. This mode is made to evaluate what the system would behave with auto-cpufreq permanently running on the system.
|
Necessary changes are temporarily made to the system which are lost with system reboot. This mode is made to evaluate what the system would behave with auto-cpufreq permanently running on the system.
|
||||||
|
|
||||||
|
### Install - auto-cpufreq daemon
|
||||||
|
|
||||||
|
Necessary changes are made to the system for auto-cpufreq CPU optimizaton to persist across reboots. Daemon is deployed and then started as a systemd service. Changes are made automatically and live log is made for monitoring purposes.
|
||||||
|
|
||||||
|
`sudo auto-cpufreq --install`
|
||||||
|
|
||||||
|
After daemon is installed, `auto-cpufreq` is available as a binary and is running in the background. Its logs can be viewed by running: `auto-cpufreq --log`
|
||||||
|
|
||||||
|
Since daemon is running as a systemd service, its status can be seen by running:
|
||||||
|
|
||||||
|
`systemctl status auto-cpufreq`
|
||||||
|
|
||||||
|
### Remove - auto-cpufreq daemon
|
||||||
|
|
||||||
|
auto-cpufreq daemon and its systemd service, along with all its persistent changes can be removed by running:
|
||||||
|
|
||||||
|
`sudo auto-cpufreq --remove`
|
||||||
|
|
||||||
### Log
|
### Log
|
||||||
|
|
||||||
If daemon has been instaled, live log of CPU/system load monitoring and optimizaiton can be seen by running:
|
If daemon has been instaled, live log of CPU/system load monitoring and optimizaiton can be seen by running:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user