From 3e04f3ad5d6ae6c9c5b4cd109790d701989b617d Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 24 May 2014 09:23:48 +0200 Subject: [PATCH] pidstat: Update manual page Update pidstat manual page to document new option -G. Signed-off-by: Sebastien GODARD --- man/pidstat.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/pidstat.1 b/man/pidstat.1 index f4e487b..2eb1556 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -7,6 +7,8 @@ pidstat \- Report statistics for Linux tasks. .B ] ] [ -u ] [ -V ] [ -v ] .B [ -w ] [ -C .I comm +.B ] [ -G +.I process_name .B ] [ -p { .I pid .B [,...] | SELF | ALL } ] [ -T { TASK | CHILD | ALL } ] [ @@ -117,6 +119,14 @@ completion. The command name of the task. .RE .RE +.IP "-G process_name" +Display only processes whose command name includes the string +.IR process_name . +This string can be a regular expression. If option -t is used +together with option -G then the threads belonging to that +process are also displayed (even if their command name doesn't +include the string +.IR process_name ). .IP -h Display all activities horizontally on a single line. This is intended to make it easier to be parsed by other programs. -- 2.40.0