summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0fbb43ce7a598a6987e90e3e275cec6bc3e27cc8 (plain)
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
Source: sysbench
Section: misc
Priority: extra
Maintainer: JCF Ploemen (jcfp) <linux@jcf.pm>
Build-Depends:
 dh-autoreconf,
 debhelper (>= 10),
 default-libmysqlclient-dev,
 docbook-xml,
 docbook-xsl,
 libaio-dev,
 libck-dev,
 libluajit-5.1-dev,
 libpq-dev,
 pkg-config,
 python-cram,
 txt2man,
 vim-common,
 xsltproc
Standards-Version: 4.0.0
Homepage: https://github.com/akopytov/sysbench
Vcs-Git: https://github.com/jcfp/debpkg-sysbench.git
Vcs-Browser: https://github.com/jcfp/debpkg-sysbench/

Package: sysbench
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-threaded benchmark tool for database systems
 SysBench is a modular, cross-platform and multi-threaded benchmark tool for
 evaluating OS parameters that are important for a system running a database
 under intensive load.
 .
 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.