mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 14:43:07 +00:00
30 lines
517 B
Plaintext
30 lines
517 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|