Top 15 DTrace Alternative and Similar Softwares | Apr 2024

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 instruments all software. Not just user-level software, including applications, databases and webservers, but also the operating system kernel and device drivers. The name is short for Dynamic Tracing: an instrumentation technique pioneered by DTrace which dynamically patches live running instructions with instrumentation code. The DTrace facility also supports Static Tracing: where user-friendly trace points are added to code and compiled-in before deployment. ...

1. perf

perf 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. hrtimer), and dynamic probes (for example, kprobes or uprobes).The output from perf can......

2. ktap

ktap 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 applications. It's similar to Systemtap and DTrace.ktap has......

3. SystemTap

SystemTap 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 instrument, recompile, install, and reboot sequence that may be otherwise......

4. Allinea Forge

Allinea Forge Allinea Forge is a toolsuite for developers of C, C++ or Fortran software. It includes a debugger and profiler that can single threaded - or multiprocess and multithreaded software running on today's multicore workstations and multi-server systems.......

5. ktrace

ktrace The 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.Once tracing is enabled on a process, trace data will be logged until either the process......

6. BugReplay

BugReplay A feedback & bug reporting tool in the form of a browser extension that creates a synchronized recording of a user's actions, network traffic, JavaScript logs & other environmental data. A user can also take multiple screenshots in one session and edit them in the built-in image editor. BugReplay currently......

7. Jubula Functional Testing Tool

Jubula Functional Testing Tool Jubula provides automated functional GUI testing for various types of applications. It is aimed at teams who want their automated tests to be written by test experts from the user perspective, without requiring any coding effort. Jubula tests incorporate best practices from software development to ensure long-term maintainability of the......

8. MacGDBp

MacGDBp Using the power of the Xdebug PHP extension, this Mac OS X application allows PHP developers to remotely debug their running PHP applications.......

9. ndm

ndm ndm - formally npm desktop manager - is the Cross-platform desktop GUI for npm.With ndm you can manage npm, npm projects and npm packages with ease.......

10. strace

strace strace is a 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. The operation of strace is made possible by the kernel feature known as ptrace.Some Unix-like systems......

11. VisualVM

VisualVM VisualVM is a tool that provides a visual interface for viewing detailed information about Java applications while they are running on a Java Virtual Machine (JVM). VisualVM organizes JVM data that is retrieved by the Java Development Kit (JDK) tools and presents the information in a way that allows data......

12. PyRegex

PyRegex PyRegex is an online Regular Expression tester for python dialect.......

13. American Fuzzy Lop

American Fuzzy Lop American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by......

14. SessionStack

SessionStack SessionStack helps you see your web app defects through a user’s eyes.--Watch user sessions live or replay them on demand. Understand how customers use your web app in their browsers.--Explore stacktraces of JavaScript errors, details of failed network requests and debug messages.--Spot recurring problems in your product. Identify critical areas......

15. Flow (type)

Flow (type) Flow uses type inference to find bugs even without type annotations. It precisely tracks the types of variables as they flow through your program.Flow is designed for JavaScript programmers. It understands common JavaScript idioms and very dynamic code.Flow incrementally rechecks your changes as you work, preserving the fast feedback cycle......