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
|
Source: sysbench
Section: misc
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
docbook-xml,
docbook-xsl,
libaio-dev [linux-any],
libck-dev,
libluajit2-5.1-dev,
libpq-dev,
libssl-dev,
pkg-config,
python3-cram,
txt2man,
xsltproc
Standards-Version: 4.6.1
Homepage: https://github.com/akopytov/sysbench
Vcs-Git: https://salsa.debian.org/jcfp/sysbench.git
Vcs-Browser: https://salsa.debian.org/jcfp/sysbench
Rules-Requires-Root: no
Package: sysbench
# exclude ppc64el; as a convenient notation like !ppc64el isn't supported
# here (see #807264) that amounts to listing everything else...
Architecture: any-alpha any-amd64 any-arm64 any-armeb any-arm any-avr32 any-hppa any-i386 any-ia64 any-m32r any-m68k any-mips any-mips64 any-mips64el any-mips64r6 any-mips64r6el any-mipsel any-mipsr6 any-mipsr6el any-nios2 any-or1k any-powerpc any-powerpcel any-ppc64 any-riscv64 any-s390 any-s390x any-sh3 any-sh3eb any-sh4 any-sh4eb any-sparc any-sparc64 any-tilegx
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-threaded benchmark tool for database systems
SysBench is a modular, scriptable and multi-threaded benchmark tool based on
LuaJIT. It is most frequently used for database benchmarks, but can also be
used to create arbitrarily complex workloads that do not involve a database
server.
.
The idea of this benchmark suite is to quickly get an impression about system
performance without setting up complex database benchmarks or even without
installing a database at all.
.
Current features allow one to test the following system parameters:
.
* file I/O performance
* scheduler performance
* memory allocation and transfer speed
* POSIX threads implementation performance
* database server performance (OLTP benchmark)
.
Primarily written for MySQL server benchmarking, SysBench will be further
extended to support multiple database backends, distributed benchmarks and
third-party plug-in modules.
|