From f75fe20d25c4f9a9fd51b158d09e96d65b3274d6 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 16 Jul 2017 11:07:01 +0200 Subject: [PATCH] pidstat: Update manual page Add definition for option -H. Signed-off-by: Sebastien GODARD --- man/pidstat.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/pidstat.1 b/man/pidstat.1 index 60dc8e8..f0056be 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -1,8 +1,8 @@ -.TH PIDSTAT 1 "MAY 2017" Linux "Linux User's Manual" -*- nroff -*- +.TH PIDSTAT 1 "JULY 2017" Linux "Linux User's Manual" -*- nroff -*- .SH NAME pidstat \- Report statistics for Linux tasks. .SH SYNOPSIS -.B pidstat [ -d ] [ -h ] [ -I ] [ -l ] [ -R ] [ -r ] [ -s ] [ -t ] [ -U [ +.B pidstat [ -d ] [ -H ] [ -h ] [ -I ] [ -l ] [ -R ] [ -r ] [ -s ] [ -t ] [ -U [ .I username .B ] ] [ -u ] [ -V ] [ -v ] .B [ -w ] [ -C @@ -127,8 +127,11 @@ 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 timestamp in seconds since the epoch. .IP -h -Display all activities horizontally on a single line. This is +Display all activities horizontally on a single line, with no +average statistics at the end of the report. This is intended to make it easier to be parsed by other programs. .IP --human Print sizes in human readable format (e.g. 1k, 1.23M, etc.) -- 2.50.1