./benchmarks/sysbench, Modular, cross-platform and multi-threaded benchmark tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.12nb1, Package name: sysbench-0.4.12nb1, Maintainer: pkgsrc-users

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)


Required to build:
[devel/libtool-base]

Master sites:

SHA1: 3f346e8b29b738711546970b027bbb7359d4672a
RMD160: b77c8bf31d84f075ec69ef3972afb8baed02e6bc
Filesize: 412.043 KB

Version history: (Expand)


CVS history: (Expand)


   2011-04-22 16:40:46 by OBATA Akio | Files touched by this commit (58)
Log message:
recursive bump from gettext-lib shlib bump.
   2010-05-27 12:49:08 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 0.4.12:
* Made forced shutdown introduced in 0.4.11 optional via the --forced-shutdown
  switch and off by default.

Changes 0.4.11:
* Added --oltp-reconnect-mode to the OLTP test.
* Minor fixes to remove compiler warnings and DocBook processing on Mac OS X.
* Added forced test shutdown to avoid endless execution when DB server freezes
* Backport of Windows support from the 0.5 branch

Changes 0.4.10:
* Fixed the bug with empty --mysql-create-options
* Merge two patches from Tim Cook:
- use lrand48() as random() is not thread-safe on most platforms
- use libumem/mtmalloc for memory allocation if available on the target platform
* Got rid of some unnecessary malloc() calls in drv_mysql.c
   2009-06-14 19:33:12 by Joerg Sonnenberger | Files touched by this commit (15)
Log message:
Remove @dirrm entries from PLISTs
   2007-12-21 23:30:22 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Supports DESTDIR.
   2007-05-18 15:45:58 by Thomas Klausner | Files touched by this commit (2)
Log message:
Reset maintainer on his request (in mail traffic for PR 35824).
   2007-03-11 02:37:56 by Mindaugas Rasiukevicius | Files touched by this commit (2)
Log message:
Fix building:
 - Install manual.html as in default package's behaviour.
 - Remove do-install part as not nessecary.
   2007-03-05 16:55:26 by Mindaugas Rasiukevicius | Files touched by this commit (6) | Imported package
Log message:
PR/35905: New pkg: benchmarks/sysbench 0.4.8
Thanks for Kimura Fuyuki. OK: agc@

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.