1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/tuned-adm.md
2024-10-24 06:50:30 +02:00

24 lines
425 B
Markdown

# tuned-adm
> Manage and optimize system performance tuning profiles on Linux.
> More information: <https://tuned-project.org>.
- 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`