From 1030067682b1fee87d972d52d8b0f42662d37850 Mon Sep 17 00:00:00 2001 From: Shou-Chi Chen <87609690+jackiesogi@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:50:30 +0800 Subject: [PATCH] tuned-adm: add page (#14339) --- pages/linux/tuned-adm.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/tuned-adm.md diff --git a/pages/linux/tuned-adm.md b/pages/linux/tuned-adm.md new file mode 100644 index 0000000000..f853dd85af --- /dev/null +++ b/pages/linux/tuned-adm.md @@ -0,0 +1,24 @@ +# tuned-adm + +> Manage and optimize system performance tuning profiles on Linux. +> More information: . + +- 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`