1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: ltt
Section: devel
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: libgtk1.2-dev, debhelper (>= 3), xutils, dh-kpatches (>= 0.99.7)
Standards-Version: 3.1.1
Package: ltt
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kernel-patch-ltt
Description: Linux Trace Toolkit - tools
LTT is a kernel event tracer with low overhead.
.
LTT provides it's user with all the information required to
reconstruct a system's behavior during a certain period of time.
One can know exactly the dynamics of a system. Why do certain
synchronization problems occur? What exactly happens to an
application when a packet is received for it? Overall, where do all
the applications that I use pass their time? Where are the I/O
latencies in a given application? etc.
.
LTT requires a modified linux kernel that enables events to be
logged. This package contains only the user-level tools for
collecting and analysing the trace data. The kernel patch is
available in the kernel-patch-ltt package.
Package: kernel-patch-ltt
Architecture: all
Suggests: kernel-source, kernel-package
Depends: bash (>= 2.0)
Recommends: ltt
Description: Linux Trace Toolkit - kernel patch
A low-cost kernel event tracer.
.
This package contains a patch to the Linux kernel, which adds
support for the ltt package.
.
The current patch is for 2.4.16 kernels, but applies cleanly to
2.4.17.
|