]> granicus.if.org Git - sysstat/commit
Add new option "-e" to pidstat, which can be used to pass a program
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 17 Jul 2017 15:44:56 +0000 (17:44 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 17 Jul 2017 15:44:56 +0000 (17:44 +0200)
commitda65dcc109359f3c55b613c2699209f895028e80
tree4a0518598084c97002897b90341609d17c3e15fe
parentf75fe20d25c4f9a9fd51b158d09e96d65b3274d6
Add new option "-e" to pidstat, which can be used to pass a program
to execute and make pidstat monitor it.
When the program terminates, pidstat will catch the SIGCHLD signal and
display the average statistics.

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