Skip to content

DTrace vs ftrace

A side-by-side look at DTrace and ftrace. For an in-depth review of either product, follow the links below.

DTrace

DTrace

Os & Utilities

DTrace is a dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time. It allows administrators, developers, and service personnel to concisely answer arbitrary questions about the behavior of the operating system and user programs.

tracingtroubleshootingdebugging
ftrace

ftrace

System & Hardware

Ftrace is a Linux kernel internal tracer used to observe and debug kernel behavior, including scheduling, function calls, interrupts, and more. It provides detailed execution tracing of the Linux kernel with low overhead.

tracingdebuggingkernellinux

Related Comparisons

Process Monitor
SystemTap