From 388cf1ead8a0a8113abaf40baf642f5b6692ccf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 26 May 2015 15:05:08 +0200 Subject: [PATCH] man: added verify command and other minor improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- man/tuned-adm.8 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/man/tuned-adm.8 b/man/tuned-adm.8 index 2cb9799..5f89103 100644 --- a/man/tuned-adm.8 +++ b/man/tuned-adm.8 @@ -24,9 +24,8 @@ tuned\-adm - commandline tool for switching between different tuning profiles .SH SYNOPSIS .B tuned\-adm -.B -.BR [ " list ", " active ", " profile ", " off " ] -.BR +.RB [ list " | " active " | " "profile \fI\fP" " | " off " | " verify " | " recommend ] + .SH DESCRIPTION This command line utility allows you to switch between user definable tuning profiles. Several predefined profiles are already included. You can even @@ -48,10 +47,17 @@ List all available profiles. Show current active profile. .TP -.B profile +.BI "profile " PROFILE Switches to the given profilename. If none is given or no valid one is given the command gracefully exits without performing any operation. +.TP +.B verify +Verifies current profile against system settings. Outputs information whether +system settings matches current profile or not (e.g. somebody modified +sysfs/sysctl value by hand). Detailed information what is checked, what +value is set and what value is expected can be found in the log. + .TP .B recommend Recommend profile suitable for your system. Currently only static detection is