From 75983cdedc08916cc08875cb8b543ecf6befb35f Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 24 Jul 2023 21:01:38 +0000 Subject: deploy: 5778d4cb2db3081aa346f66cf3f3b7500b342dc6 --- trace_profile/strace.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'trace_profile/strace.html') diff --git a/trace_profile/strace.html b/trace_profile/strace.html index dd72904..fb94616 100644 --- a/trace_profile/strace.html +++ b/trace_profile/strace.html @@ -172,16 +172,24 @@

strace(1)

strace [opts] [prg]
   -f .......... follow child processes on fork(2)
+  -ff ......... follow fork and separate output file per child
   -p <pid> .... attach to running process
   -s <size> ... max string size, truncate of longer (default: 32)
   -e <expr> ... expression for trace filtering
   -o <file> ... log output into <file>
   -c .......... dump syscall statitics at the end
+  -C .......... like -c but dump regular ouput as well
   -k .......... dump stack trace for each syscall
   -P <path> ... only trace syscall accesing path
   -y .......... print paths for FDs
   -tt ......... print absolute timestamp (with us precision)
   -r .......... print relative timestamp
+  -z .......... log only successful syscalls
+  -Z .......... log only failed syscalls
+  -n .......... print syscall numbers
+  -y .......... translate fds (eg file path, socket)
+  -yy ......... translate fds with all information (eg IP)
+  -x .......... print non-ASCII chars as hex string
 
<expr>:
   trace=syscall[,syscall] .... trace only syscall listed
-- 
cgit v1.2.3