HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tuned-adm — Manage and optimize system performance tuning profiles on Linux. More information: <https://manned.o

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtuned-admandoptimizeclimanageperformancesystem
linux

Problem

How to use the tuned-adm command: Manage and optimize system performance tuning profiles on Linux. More information: <https://manned.org/tuned-adm>.

Solution

tuned-adm — Manage and optimize system performance tuning profiles on Linux. More information: <https://manned.org/tuned-adm>.

List available profiles:
tuned-adm list


Show the currently active profile:
tuned-adm active


Set a specific tuning profile:
tuned-adm profile {{profile_name}}


Recommend a suitable profile based on the current system:
tuned-adm recommend


Disable tuning:
tuned-adm off

Code Snippets

List available profiles

tuned-adm list

Show the currently active profile

tuned-adm active

Set a specific tuning profile

tuned-adm profile {{profile_name}}

Recommend a suitable profile based on the current system

tuned-adm recommend

Disable tuning

tuned-adm off

Context

tldr-pages: linux/tuned-adm

Revisions (0)

No revisions yet.