ktrace Alternatives
ktrace is described as 'The ktrace utility enables kernel trace logging for the specified processes. Kernel trace data is logged to the file ktrace.out' and is an app in the Development category. There are seven alternatives to ktrace for Linux, BSD, FreeBSD, Mac and Solaris. The best alternative is strace, which is both free and Open Source. Other great apps like ktrace are DTrace (Free, Open Source), perf (Free, Open Source), ltrace (Free, Open Source) and ktap (Free, Open Source).
- Trace system calls and signals. A diagnostic, debugging and instructional userspace utility. View 13 alternatives to strace
- DTrace is a performance analysis and troubleshooting tool for Solaris, Mac OS X and FreeBSD. View 7 alternatives to DTrace
- Instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing). View 7 alternatives to perf
- ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. View 12 alternatives to ltrace
- ktap is a script-based dynamic tracing tool for Linux. It uses a scripting language and lets users trace the Linux kernel dynamically. View 7 alternatives to ktap
- SystemTap provides instrumentation for a live running kernel and user-space applications. View 7 alternatives to SystemTap
- Ftrace is an internal tracer designed to help out developers and designers of systems to find what is going on inside the kernel. View 7 alternatives to ftrace