]> granicus.if.org Git - sysstat/commit
pidstat: Add new option to display timestamps in seconds since the Epoch
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 16 Jul 2017 08:51:29 +0000 (10:51 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 16 Jul 2017 08:51:29 +0000 (10:51 +0200)
commit39f3a7117d1e50d4778b0fd630d0e71eb67ed5f8
tree2b8cb4236913b799cdf1239adc872371df3069b1
parentcd2c30504fe29f8b19b273c109909ad150402a39
pidstat: Add new option to display timestamps in seconds since the Epoch

Previously, option -h used to display all activities horizontally on a
single line also displayed timestamps in second since the Epoch. Though
this was intended to be used by scripts, it was not necessarily a
desired feature (see #155).
This patch changes option -h so that time format remains unmodified (all
activities are displayed on a single line with no average statistics)
and adds a new option (-H) that tells pidstat to display time in seconds
since the Epoch. This option may be used separately from option -h.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
pidstat.c
pidstat.h