File: control

package info (click to toggle)
stressant 0.6.0
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: python: 419; makefile: 201; sh: 59
file content (100 lines) | stat: -rw-r--r-- 2,960 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: stressant
Section: admin
Priority: optional
Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 12)
             , dh-python
             , python3-all
             , python3-setuptools
             , python3-setuptools-scm
             , python3-sphinx
             , python3-sphinx-rtd-theme
Standards-Version: 4.5.0
Homepage: https://gitlab.com/anarcat/stressant
Vcs-Git: https://gitlab.com/anarcat/stressant
Vcs-Browser: https://gitlab.com/anarcat/stressant/tree/master

Package: stressant
Architecture: all
Depends: ${misc:Depends}
       , ${python3:Depends}
Recommends: smartmontools
          , lshw
          , hdparm
          , fio
          , stress-ng
          , iperf3
Description: simple stress testing and burn-in tool
 stressant is designed to run on new machines to make sure they will
 work reliably by testing various parts of the system (CPU, RAM, disk,
 network) by putting them under heavy load and try to detect failures.
 .
 As much as possible, stressant tries to reuse existing tools to
 perform the various tasks and aims to be run automatically.

Package: stressant-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
       , ${sphinxdoc:Depends}
Description: simple stress testing and burn-in tool (documentation)
 stressant is designed to run on new machines to make sure they will
 work reliably by testing various parts of the system (CPU, RAM, disk,
 network) by putting them under heavy load and try to detect failures.
 .
 As much as possible, stressant tries to reuse existing tools to
 perform the various tasks and aims to be run automatically.
 .
 This package ships the Sphinx documentation builtin to Stressant.

Package: stressant-meta
Architecture: all
Depends: ${misc:Depends}
       , stressant
       , f3
       , hdparm
       , nwipe
Suggests: stressant-doc
          , blktool
          , bonnie++
          , chntpw
          , cryptsetup
          , diskscan
          , dosfstools
          , e2tools
          , eject
          , fatresize
          , foremost
          , gddrescue
          , gdisk
          , hfsplus
          , hfsprogs
          , hfsutils
          , i7z
          , lm-sensors
          , lsof
          , lsscsi
          , lvm2
          , memtest86+
          , mtd-utils
          , parted
          , partimage
          , pciutils
          , screen
          , scrub
          , sdparm
          , sg3-utils
          , s-tui
          , smartmontools
          , smp-utils
          , testdisk
          , tofrodos
          , u-boot-tools
          , wodim
Description: stress-testing, benchmarking and recovery tools (meta-package)
 Meta-pacakge for the utilities documented in the stressant project.
 .
 Packages documented in the stressant manpage are direct dependencies
 here, while the Suggested packages are general-purpose rescue,
 diagnostic, forensics or testing tools that were found in other
 rescue images.