ktap 0.4+git20150927-1 source package in Ubuntu

Changelog

ktap (0.4+git20150927-1) unstable; urgency=low

  * Initial release (Closes: #740061)

 -- Azat Khuzhin <email address hidden>  Sun, 27 Sep 2015 20:25:48 +0300

Upload details

Uploaded by:
Azat Khuzhin
Uploaded to:
Sid
Original maintainer:
Azat Khuzhin
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
ktap_0.4+git20150927-1.dsc 1.9 KiB 9c82ce07e804cdc55a974faf13ae96df080dae3ae4f08178dea1f7cd5a0523e0
ktap_0.4+git20150927.orig.tar.gz 167.1 KiB 214b3433d0d8f1ed2f3fa0b5b727481e1d690416c3e4e0cb57bc83d985deb4ae
ktap_0.4+git20150927-1.debian.tar.xz 3.4 KiB 5a0337ef5db025bf238cbaf1c8d9613c1299dafd4275dfae99fd2d279c0405b6

No changes file available.

Binary packages built by this source

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