From 91b81929ea84209cd82aa2a02b9b63174577a5b1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 14 Jul 2017 18:56:21 +0200 Subject: add -t for tracing process exit and duration --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index f9c20a5..83265a7 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME extrace – trace exec() calls system-wide SYNOPSIS - extrace [-deflq] [-o file] [-p pid | cmd ...] + extrace [-deflqt] [-o file] [-p pid | cmd ...] DESCRIPTION extrace traces all program executions occurring on a system. @@ -23,6 +23,8 @@ DESCRIPTION -q Suppress printing of exec(3) arguments. + -t Also display process exit and duration. + -o file Redirect trace output to file. -- cgit 1.4.1