1
0
Fork 0
tuned/doc/manual/modules/performance/proc_installing-and-enabling-tuned.adoc
Jaroslav Škarvada 16d4acbaca
Project renamed to TuneD
The 'D' is now capital to clarify pronunciation.

DBus service name is kept as '/Tuned' not to break
backward compatibility.

This will also need update of downstream tests
which rely on the specific output strings containing
the name.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2021-05-17 22:09:02 +02:00

52 lines
1.2 KiB
Text

[id="installing-and-enabling-tuned_{context}"]
= Installing and enabling TuneD
This procedure installs and enables the *TuneD* application, installs *TuneD* profiles, and presets a default *TuneD* profile for your system.
// .Prerequisites
//
// * A bulleted list of conditions that must be satisfied before the user starts following this assembly.
// * You can also link to other modules or assemblies the user must follow before starting this assembly.
// * Delete the section title and bullets if the assembly has no prerequisites.
.Procedure
. Install the [package]`tuned` package:
+
----
# yum install tuned
----
. Enable and start the `tuned` service:
+
----
# systemctl enable --now tuned
----
. Optionally, install *TuneD* profiles for real-time systems:
+
----
# yum install tuned-profiles-realtime tuned-profiles-nfv
----
. Verify that a *TuneD* profile is active and applied:
+
[subs=+quotes]
----
$ tuned-adm active
Current active profile: [replaceable]_balanced_
----
+
----
$ tuned-adm verify
Verfication succeeded, current system settings match the preset profile.
See TuneD log file ('/var/log/tuned/tuned.log') for details.
----
// .Additional resources
//
// * The `tuned-adm(8)` man page.