← 返回命令列表

Linux command

tuned-adm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List

tuned-adm list

Show

tuned-adm active

Set

tuned-adm profile [profile_name]

Recommend

tuned-adm recommend

Disable

tuned-adm off

说明

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.

参数

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

FAQ

What is the tuned-adm command used for?

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.

How do I run a basic tuned-adm example?

Run `tuned-adm list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in tuned-adm?

List available tuning profiles