strace.strace is a recode of the standard Linux program strace. It traces the execution of other programs to print their syscalls and their arguments. You can run the program as a command-line argument or attach to an already existing process using its PID.