Author: arekm Date: Tue Aug 12 06:29:26 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: sysbench.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/sysbench.spec diff -u /dev/null SPECS/sysbench.spec:1.1 --- /dev/null Tue Aug 12 08:29:26 2008 +++ SPECS/sysbench.spec Tue Aug 12 08:29:20 2008 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +Summary: a system performance benchmark +Name: sysbench +Version: 0.4.8 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://dl.sourceforge.net/sysbench/%{name}-%{version}.tar.gz +# Source0-md5: da17b9654ec7cb8ebc0b8a8062a41dce +URL: http://sysbench.sourceforge.net/ +BuildRequires: mysql-devel +BuildRequires: postgresql-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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 -q + +%build +%configure \ + --with-mysql \ + --with-pgsql +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README TODO doc/manual.html +%attr(755,root,root) %{_bindir}/s* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/08/12 06:29:20 arekm +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
