1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: spew
Section: utils
Priority: optional
Maintainer: Matt Taggart <taggart@debian.org>
Build-Depends: debhelper-compat (= 10), libpopt-dev, libncurses-dev, autotools-dev
Standards-Version: 3.8.4
Package: spew
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: I/O performance measurement and load generation tool
Spew is used to measure I/O performance of character devices, block
devices, and regular files. It can also be used to generate high I/O loads
to stress systems while verifying data integrity.
.
Spew is easy to use and is flexible. No configuration files or
complicated client/server configurations are needed. Spew also generates
its own data patterns that are designed to make it easy to find and debug
data integrity problems.
|