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
|
Source: stress-ng
Rules-Requires-Root: no
Section: devel
Priority: optional
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Standards-Version: 4.7.3
Build-Depends: debhelper (>= 13),
debhelper-compat (=13),
libacl1-dev,
zlib1g-dev,
libbsd-dev,
libeigen3-dev,
libcrypt-dev,
libjpeg-dev,
libmpfr-dev,
libgmp-dev,
libkeyutils-dev [linux-any],
libapparmor-dev [linux-any],
apparmor [linux-any],
libaio-dev [linux-any],
libcap-dev [linux-any],
libsctp-dev [linux-any],
libjudy-dev,
libatomic1 [linux-any],
libkmod-dev [linux-any],
libxxhash-dev,
libglvnd-dev,
libgbm-dev [linux-any],
liblzma-dev
Homepage: https://github.com/ColinIanKing/stress-ng
Package: stress-ng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool to load and stress a computer
stress-ng can stress various subsystems of a computer. It can stress load
CPU, cache, disk, memory, socket and pipe I/O, scheduling and much more.
stress-ng is a re-write of the original stress tool by Amos Waterland but
has many additional features such as specifying the number of bogo operations
to run, execution metrics, a stress verification on memory and compute
operations and considerably more stress mechanisms.
|