SystemTap Alternatives
SystemTap is described as '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' and is an app in the development category. There are eight alternatives to SystemTap for a variety of platforms, including Linux, BSD, FreeBSD, Mac and Windows. The best alternative is Process Monitor, which is free. Other great apps like SystemTap are ftrace, strace, DTrace and ltrace.
- Free • Proprietary
- Windows
- PortableApps.com
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity.
Ftrace is an internal tracer designed to find what is going on inside the kernel.
No screenshots yetDTrace 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.
No screenshots yetperf 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.
No screenshots yetktap is a script-based dynamic tracing tool for Linux. It uses a scripting language and lets users trace the Linux kernel dynamically.
No screenshots yetThe ktrace utility enables kernel trace logging for the specified processes. Kernel trace data is logged to the file ktrace.out. The kernel operations that are traced include system calls, namei translations, signal processing, and I/O.
No screenshots yet