File: control

package info (click to toggle)
lttnganalyses 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,936 kB
  • sloc: python: 20,929; sh: 62; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,375 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
30
31
32
33
34
35
Source: lttnganalyses
Maintainer: Michael Jeanson <mjeanson@debian.org>
Uploaders: Jon Bernard <jbernard@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
 babeltrace (>= 1.2~),
 dh-python,
 python3-all (>= 3.4),
 python3-babeltrace (>= 1.2~),
 python3-pyparsing,
 python3-setuptools,
 tzdata
Rules-Requires-Root: no
Standards-Version: 4.6.0.1
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.