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, DTrace, perf and ftrace.
- Free • Open Source
- 33 likes9 Valgrind alternatives
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 VS strace
Is Valgrind a good alternative to strace? - 12 likes16 Sysdig alternatives
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.
Sysdig VS strace
Is Sysdig a good alternative to strace? - 4 likes7 DTrace alternatives
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 VS strace
Is DTrace a good alternative to strace? - 3 likes8 perf alternatives
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 VS strace
Is perf a good alternative to strace? - 2 likes8 ftrace alternatives
Ftrace is an internal tracer designed to find what is going on inside the kernel.
ftrace VS strace
Is ftrace a good alternative to strace? - 2 likes13 ltrace alternatives
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 VS strace
Is ltrace a good alternative to strace? - 1 like8 SystemTap alternatives
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 VS strace
Is SystemTap a good alternative to strace? License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- Android
- Java Mobile
- Android Tablet
JTracer Features
DiscontinuedSourceforge says "Last Update: 2020-01-05"
JTracer VS strace
Is JTracer a good alternative to strace?- 3 likes5 Libcsdbg alternatives
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 VS strace
Is Libcsdbg a good alternative to strace? - Like this app8 ktap alternatives
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 VS strace
Is ktap a good alternative to strace?