Found 1 bookmarks
Newest
5 simple ways to troubleshoot using Strace
5 simple ways to troubleshoot using Strace

"It can filter based on the specific system call or groups of system calls It can profile the use of system calls by tallying up the number of times a specific system call is used, and the time taken, and the number of successes and errors. It traces signals sent to the process. It can attach to any running process by pid."

5 simple ways to troubleshoot using Strace