tuned: add page (#22305)

This commit is contained in:
Meinard Francisco
2026-06-14 21:41:42 +08:00
committed by GitHub
parent afc5c5409f
commit 44241c0df4
+29
View File
@@ -0,0 +1,29 @@
# tuned
> Dynamic adaptive system tuning daemon.
> See also: `tuned-adm`.
> More information: <https://manned.org/tuned>.
- Start the `tuned` daemon in the foreground:
`sudo tuned`
- Start the `tuned` daemon in the background:
`sudo tuned {{[-d|--daemon]}}`
- Start the `tuned` daemon with a specific profile:
`sudo tuned {{[-p|--profile]}} {{profile_name}}`
- Start the `tuned` daemon logging to a custom log file:
`sudo tuned {{[-l|--log]}} {{path/to/log_file.log}}`
- Start the `tuned` daemon writing its process ID to a custom PID file:
`sudo tuned {{[-P|--pid]}} {{path/to/pid_file.pid}}`
- Start the `tuned` daemon with debugging messages:
`sudo tuned {{[-D|--debug]}}`