From a7ac1e8ac46ea722b63b4c698d2e321cefd4f4a3 Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 1 Mar 2013 14:34:35 +0100 Subject: [PATCH] FAQ updated. Fixed some typos. Also some examples were no longer valid: Fixed them. --- CHANGES | 1 + FAQ | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index fa9aa44..23a9075 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,7 @@ xxxx/xx/xx: Version 10.1.4 - Sebastien Godard (sysstat orange.fr) receives SIGINT (crtl/c). * sar now stops and displays its average stats when it receives SIGINT (crtl/c). + * FAQ updated. 2012/12/23: Version 10.1.3 - Sebastien Godard (sysstat orange.fr) * Changed network counters (used by sar -n {DEV | EDEV }) to diff --git a/FAQ b/FAQ index d58cfd3..51f1b38 100644 --- a/FAQ +++ b/FAQ @@ -1,9 +1,7 @@ This is sysstat's Frequently Asked Questions! Be sure to read this carefully before asking for help... If you don't find the solution to your problem here then send me an email -(please remember to include sysstat's version number, a sample output -showing the bug, and the contents of the /proc/stat file for your system. -Also tell me what version your kernel is). +(please remember to include the version numbers of sysstat and of your kernekl). 1. GENERAL QUESTIONS @@ -209,12 +207,12 @@ Please read the sar(1) manual page! Daily data files are created in the -o with sar. Once they are created, sar can display statistics saved in those files. But sar can also display statistics collected "on the fly": Just enter -the proper option on the command line to indicate which statistics are -to be displayed, and also specify an and number. +the proper options on the command line to indicate which statistics are +to be displayed, and also specify and numbers. E.g.: # sar 2 5 --> will report CPU utilization every two seconds, five times. -# sar -n DEV 3 0 --> will report network device utilization every +# sar -n DEV 3 --> will report network device utilization every 3 seconds, in an infinite loop. ~~~ -- 2.40.0