LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tuned-adm

Manage system performance tuning profiles

TLDR

List available profiles
$ tuned-adm list
copy
Show the currently active profile
$ tuned-adm active
copy
Set a specific tuning profile
$ tuned-adm profile [profile_name]
copy
Recommend a suitable profile based on the current system
$ tuned-adm recommend
copy
Disable tuning
$ tuned-adm off
copy

SYNOPSIS

tuned-adm [command] [arguments]

DESCRIPTION

tuned-adm manages system performance tuning profiles provided by the tuned daemon. Profiles optimize various kernel and system parameters for specific workloads like throughput, latency, power saving, or virtualization.Common profiles include: balanced, throughput-performance, latency-performance, powersave, virtual-guest, and virtual-host. The recommend command analyzes the system to suggest the best profile.

PARAMETERS

list

List available tuning profiles
active
Show currently active profile
profile _name_
Switch to specified profile
recommend
Recommend optimal profile for this system
off
Disable tuned and reset to defaults
verify
Verify current profile settings match configuration
auto_profile
Enable/disable automatic profile selection

CAVEATS

Requires the tuned service to be running. Profile changes take effect immediately. Some settings may require a reboot to fully apply. Available profiles vary by distribution.

SEE ALSO

Copied to clipboard
Kai