strace Alternatives for Linux
There are many alternatives to strace for Linux if you are looking for a replacement. The best Linux alternative is Valgrind, which is both free and Open Source. If that doesn't suit you, our users have ranked more than 10 alternatives to strace and ten of them are available for Linux so hopefully you can find a suitable replacement. Other interesting Linux alternatives to strace are Sysdig, ftrace, DTrace and ltrace.
Valgrind
Is this is a good alternative?YesNo8 Valgrind alternatives- Free • Open Source
- Mac
- Linux
- Android
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
- - Valgrind is the most popular Android, Mac & Linux alternative to strace.
- - Valgrind is the most popular Open Source alternative to strace.
Valgrind Features
Sysdig is open source, system-level exploration: capture system state and activity from a running Linux instance, then save, filter and analyze. Think of it as strace + tcpdump + lsof + awesome sauce.
Ftrace is an internal tracer designed to find what is going on inside the kernel.
ftrace Features
DTrace
Is this is a good alternative?YesNo- Free • Open Source
7 DTrace alternatives- Mac
- Linux
- BSD
- Solaris
- FreeBSD
DTrace is a performance analysis and troubleshooting tool that is included by default with various operating systems, including Solaris, Mac OS X and FreeBSD. A Linux port is in development.
DTrace Features
ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.
ltrace Features
perf is a performance analyzing tool in Linux, available from Linux kernel version 2.6.31 under tools/perf, and is frequently updated and enhanced. It is capable of lightweight profiling, supports hardware performance counters, tracepoints, software performance counters (e.g.
perf Features
JTracer
Is this is a good alternative?YesNo- Free • Open Source
5 JTracer alternatives- Mac
- Windows
- Linux
- Android
- Java Mobile
- Android Tablet
C++ exception (and generic) stack trace debug suite.
- - JTracer is the most popular Android Tablet alternative to strace.
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled.
Libcsdbg Features
ktap is a script-based dynamic tracing tool for Linux. It uses a scripting language and lets users trace the Linux kernel dynamically. ktap is designed to give operational insights with interoperability that allows users to tune, troubleshoot and extend the kernel and...
ktap Features
SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. This assists diagnosis of a performance or functional problem. SystemTap eliminates the need for the developer to go through the tedious and disruptive...
SystemTap Features