Install ktap by entering the following commands in the terminal:
sudo apt update sudo apt install ktap
Description:
lightweight script-based dynamic tracing tool for Linux
ktap is a new 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 kernel and application. It's similar with Linux Systemtap and Solaris Dtrace. . ktap have different design principles from Linux mainstream dynamic tracing language in that it's based on bytecode, so it doesn't depend upon GCC, doesn't require compiling kernel module for each script, safe to use in production environment, fulfilling the embedded ecosystem's tracing needs.
Homepage: http://www.ktap.org
Version: 0.4+git20160427-1ubuntu3
Section: universe/devel