mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
tuned-adm: add page (#14339)
This commit is contained in:
parent
04d056b693
commit
1030067682
1 changed files with 24 additions and 0 deletions
24
pages/linux/tuned-adm.md
Normal file
24
pages/linux/tuned-adm.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue