Scroll to navigation

KTAP(1) User Commands KTAP(1)

NAME

ktap - lightweight script-based dynamic tracing tool for Linux

SYNOPSIS

ktap [options] file [script args] -- cmd [args]
ktap [options] -e one-liner -- cmd [args]

DESCRIPTION

Options and arguments:

: send script output to file, instead of stderr
: specific tracing pid
: cpu to monitor in system-wide
: show timestamp for event
: show version
: enable verbose mode
: suppress start tracing message
: dry run mode(register NULL callback to perf events)
: simple event tracing
: list byte codes
: list pre-defined events in system
: list available functions from DSO
: list available sdt notes from DSO
: program read from script file
: workload to tracing

NOTES

To make ktap work, firstly you need to load "ktapvm" module:


modprobe ktapvm

April 2016 ktap 0.4+git20160427-1