]> granicus.if.org Git - sysstat/commitdiff
doc-fix: remove `-I int_list` from man-page and help.
authorJan Christoph Uhde <Jan@UhdeJC.com>
Sat, 10 Sep 2022 19:33:46 +0000 (21:33 +0200)
committerJan Christoph Uhde <Jan@UhdeJC.com>
Sun, 11 Sep 2022 14:24:41 +0000 (16:24 +0200)
Interrupts are can be specified via the `--int=int_list` option.

man/sar.in
sar.c

index 46bc7ecda0b49e13a5ce9e550e2a0a6dcd8c8176..150be018089958449a3960703449646ed7602706 100644 (file)
@@ -1650,10 +1650,10 @@ The timestamp will also be compliant with ISO 8601 format.
 .B sar -u 2 5
 Report CPU utilization for each 2 seconds. 5 lines are displayed.
 .TP
-.B sar -I 14 -o int14.file 2 10
+.B sar -I ALL -o int_all.file 2 10
 Report statistics on IRQ 14 for each 2 seconds. 10 lines are displayed.
 Data are stored in a file called
-.IR "int14.file" "."
+.IR "int_all.file" "."
 .TP
 .B sar -r -n DEV -f @SA_DIR@/sa16
 .RI "Display memory and network statistics saved in daily data file " "sa16" "."
diff --git a/sar.c b/sar.c
index 1335e13d2844a09b1e15bdc21e0e6f3fb6165ade..5b9beaccd04944edabc39355920b0fc5a23fc504 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -123,7 +123,7 @@ void usage(char *progname)
                          "[ -A ] [ -B ] [ -b ] [ -C ] [ -D ] [ -d ] [ -F [ MOUNT ] ] [ -H ] [ -h ]\n"
                          "[ -p ] [ -r [ ALL ] ] [ -S ] [ -t ] [ -u [ ALL ] ] [ -V ]\n"
                          "[ -v ] [ -W ] [ -w ] [ -y ] [ -z ]\n"
-                         "[ -I { <int_list> | SUM | ALL } ] [ -P { <cpu_list> | ALL } ]\n"
+                         "[ -I { SUM | ALL } ] [ -P { <cpu_list> | ALL } ]\n"
                          "[ -m { <keyword> [,...] | ALL } ] [ -n { <keyword> [,...] | ALL } ]\n"
                          "[ -q [ <keyword> [,...] | ALL ] ]\n"
                          "[ --dev=<dev_list> ] [ --fs=<fs_list> ] [ --iface=<iface_list> ] "
@@ -153,7 +153,7 @@ void display_help(char *progname)
        printf(_("\t-F [ MOUNT ]\n"));
        printf(_("\t\tFilesystems statistics [A_FS]\n"));
        printf(_("\t-H\tHugepages utilization statistics [A_HUGE]\n"));
-       printf(_("\t-I { <int_list> | SUM | ALL }\n"
+       printf(_("\t-I { SUM | ALL }\n"
                 "\t\tInterrupts statistics [A_IRQ]\n"));
        printf(_("\t-m { <keyword> [,...] | ALL }\n"
                 "\t\tPower management statistics [A_PWR_...]\n"