strace Alternatives
strace is described as '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' and is an app in the development category. There are more than 10 alternatives to strace for a variety of platforms, including Linux, Mac, Windows, BSD and FreeBSD. The best alternative is Process Monitor, which is free. Other great apps like strace are API Monitor, Sysdig, Valgrind and ftrace.
- 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.
API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.
Discontinued
Last version is from 2013. See: http://www.rohitab.com/apimonitor/changelog
- Free • Open Source
- Mac
- Windows
- Linux
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.
No screenshots yetValgrind 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.
Ftrace is an internal tracer designed to find what is going on inside the kernel.
No screenshots yetApproveAPI? is a developer API for requesting a user's real-time approval on anything via Email, SMS, and in-app Mobile Push notifications with a consistent tap-to-approve user experience.
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.
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 yet