File: control

package info (click to toggle)
lttnganalyses 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,924 kB
  • sloc: python: 20,929; sh: 62; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,337 bytes parent folder | download
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
Source: lttnganalyses
Maintainer: Michael Jeanson <mjeanson@debian.org>
Uploaders: Jon Bernard <jbernard@debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all (>= 3.4), debhelper (>= 9),
 python3-babeltrace (>= 1.2~), babeltrace (>= 1.2~), tzdata,
 python3-pyparsing, dh-python
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/debian/lttnganalyses.git
Vcs-Browser: https://salsa.debian.org/debian/lttnganalyses
Homepage: https://github.com/lttng/lttng-analyses

Package: python3-lttnganalyses
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-babeltrace (>= 1.2~),
 babeltrace (>= 1.2~)
Recommends: python3-progressbar
Description: LTTng 2.0 trace analysis tools (Python 3)
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package contains various tools to analyse LTTng kernel traces and extract
 monitoring data and metrics. As opposed to other diagnostic or monitoring
 solutions, this approach is designed to allow users to record their system's
 activity with a low overhead, wait for a problem to occur and then diagnose
 its cause offline.