Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37530039
en ru br
ALT Linux repos
S:1.0.20-alt1

Group :: Other
RPM: sysbench

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: A system performance benchmark
Name: sysbench
Version: 0.4.12
Release: alt2
Url: http://sysbench.sourceforge.net/
Source: %name-%version.tar
Packager: Valentin Rosavitskiy <valintinr at altlinux.org>
License: GPLv2
Group: Other

BuildRequires: gcc-c++ libmysqlclient-devel zlib-devel libssl-devel


%description
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 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.

%prep
%setup

%build
%autoreconf
%configure
%make

%install
%makeinstall_std

%files
%_bindir/sysbench
%doc doc/manual.xml COPYING ChangeLog

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin