mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
492abf37de
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
25 lines
428 B
Markdown
25 lines
428 B
Markdown
# 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`
|