File: control

package info (click to toggle)
blktrace 1.3.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,192 kB
  • sloc: ansic: 16,896; python: 356; makefile: 211; sh: 31
file content (42 lines) | stat: -rw-r--r-- 1,503 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
36
37
38
39
40
41
42
Source: blktrace
Section: utils
Priority: optional
Maintainer: Bas Zoetekouw <bas@debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    ghostscript,
    libaio-dev,
    texlive-latex-base,
    texlive-latex-extra
Standards-Version: 4.7.0
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/about/
Vcs-Browser: https://salsa.debian.org/debian/blktrace
Vcs-Git: https://salsa.debian.org/debian/blktrace.git
Rules-Requires-Root: no

Package: blktrace
Architecture: linux-any
Depends: ${misc:Depends}
    ,${shlibs:Depends}
    ,python3
Recommends: libtheora-bin
           ,ffmpeg
           ,librsvg2-bin
Suggests: gnuplot-x11
Description: utilities for block layer IO tracing
 blktrace is a block layer IO tracing mechanism which provides detailed
 information about request queue operations up to user space. There are
 three major components that are provided:
 .
 blktrace: A utility which transfers event traces from the kernel
 into either long-term on-disk storage, or provides direct formatted
 output (via blkparse).
 .
 blkparse: A utility which formats events stored in files, or when
 run in live mode directly outputs data collected by blktrace.
 .
 iowatcher: A utility to visualize block I/O patterns. It generates graphs
 from blktrace runs to help visualize IO patterns and performance. It can
 plot multiple blktrace runs together, making it easy to compare the
 differences between different benchmark runs.