strace Alternatives, Similar

strace
All strace Alternatives
Valgrind
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory...
Sysdig
Sysdig is open source, system-level exploration: capture system state and activity from a running Linux instance, then save, filter and...
Libcsdbg
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to...
DTrace
DTrace is a performance analysis and troubleshooting tool that is included by default with various operating systems, including Solaris, Mac...
JTracer
JTracer is a remote debugger client for the Libcsdbg debugger Libcsdbg is a C++ exception stack tracer. When an exception...
strace About
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
Some Unix-like systems provide other diagnostic tools similar to strace, such as truss.