From 9d8e94bfd1e48dd5bb1eece7978b7a0b86e76127 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 6 Aug 2018 18:33:06 +0200 Subject: [PATCH] Update FAQ Signed-off-by: Sebastien GODARD --- FAQ.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 681ea6c..5dc05c9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -549,7 +549,7 @@ Example: To tell sadc to collect only temperature sensors activity in addition to the default set of activities, enter: ``` -sadc -S A_PWR_TEMP +sadc -S A_PWR_TEMP (...) ``` followed by the other classic options (interval, count, filename...) @@ -557,10 +557,16 @@ Now assume you want to collect temperature sensors activity **without** the other activities collected by default, add the special report name A_NULL to the list passed to sadc, e.g.: ``` -sadc -S A_NULL,A_PWR_TEMP +sadc -S A_NULL,A_PWR_TEMP (...) ``` Of course you can enter as many report names as you want to collect different activities. +Last you can exclude a specific activity from a list by prefixing its +report name with a dash. For example, to collect all possible activities +**except** statistics for interrupts, enter: +``` +sadc -S XALL,-A_IRQ (...) +``` This way you can tell sadc to collect only the desired activities. --- -- 2.40.0