Top 15 ktrace Alternative and Similar Softwares | Apr 2024

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 exits or the trace point is cleared. A traced process can generate enormous amounts of log data quickly; It is strongly suggested that users memorize how to disable tracing before attempting to trace a process. The following command is sufficient to disable tracing on all user-owned processes, and, if executed by root, all processes: ...

1. 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......

2. 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......

3. DTrace

DTrace 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......

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. 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......

6. JConsole

JConsole The JConsole graphical user interface is a monitoring tool that complies to the Java Management Extensions (JMX) specification. JConsole uses the extensive instrumentation of the Java Virtual Machine (Java VM) to provide information about the performance and resource consumption of applications running on the Java platform.......

7. IntelliDebugger

IntelliDebugger IntelliDebugger is an extension of Visual Studio that aims to simplify code debugging. The current version supports Microsoft Visual Studio 2010/2012, unmanaged C++, C# languages and the following main features:a) Save variable values during debugging; b) Compare variable values; c) Break exceptions only from Solution.......

8. 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......

9. 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......

10. 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.......

11. NotMyFault

NotMyFault This program is a supplement to "Windows Internals, 5th Edition", though anyone may download and use it.From the book's web page:Notmyfault: Use this executable and driver to crash your system in several different ways. Chapter 7 uses Notmyfault to demonstrate pool leak troubleshooting and Chapter 14 uses it for crash......

12. Exceptionless

Exceptionless You can send any type of event to your Exceptionless dashboard. Create tags for organization, and you've got a robust event logging system!What Is Exceptionless?The definition of the word exceptionless is: to be without exception. Our product provides real-time error, feature, and log reporting for your ASP.NET, Web API, WebForms,......

13. thinBasic

thinBasic thinBasic is a simple, flexible, and easy-to-learn interpreted programming language. It lets you quickly and easily develop programs for Windows. thinBasic was first released in 2004. Since then thinBasic has steadily improved thanks also to the help of a growing number of enthusiastic users. Although thinBasic is an interpreted language......

14. ftrace

ftrace Ftrace is an internal tracer designed to help out developers anddesigners of systems to find what is going on inside the kernel.It can be used for debugging or analyzing latencies andperformance issues that take place outside of user-space.Although ftrace is typically considered the function tracer, itis really a frame work......

15. StartBlueScreen

StartBlueScreen This utility, just as it sounds, allows your to crash the Windows operating system by initiating a Blue Screen of Death according to 5 parameters that you specify from command-line.......