From 44241c0df4a5f809d829512a96cfd4f4e3d95b31 Mon Sep 17 00:00:00 2001 From: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:41:42 +0800 Subject: [PATCH] tuned: add page (#22305) --- pages/linux/tuned.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/linux/tuned.md diff --git a/pages/linux/tuned.md b/pages/linux/tuned.md new file mode 100644 index 0000000000..85a853a4ce --- /dev/null +++ b/pages/linux/tuned.md @@ -0,0 +1,29 @@ +# tuned + +> Dynamic adaptive system tuning daemon. +> See also: `tuned-adm`. +> More information: . + +- 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]}}`