8455372320
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. from Jung (maintainer) with some tweaks. thanks to landry@ for testing and feedback. ok landry
13 lines
613 B
Plaintext
13 lines
613 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2008/04/15 14:14:08 sthen Exp $
|
|
--- doc/Makefile.in.orig Tue Apr 15 12:13:50 2008
|
|
+++ doc/Makefile.in Tue Apr 15 12:14:17 2008
|
|
@@ -193,7 +193,7 @@ target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
XHTML_STYLESHEET = $(srcdir)/xsl/xhtml.xsl
|
|
CHUNK_XHTML_STYLESHEET = $(srcdir)/xsl/xhtml-chunk.xsl
|
|
-XML_CATALOG_FILES = xsl/catalog.xml
|
|
+XML_CATALOG_FILES = ${PREFIX}/share/xsl/docbook/catalog.xml
|
|
htmldir = $(prefix)/share/doc/sysbench
|
|
dist_html_DATA = manual.html
|
|
EXTRA_DIST = manual.xml xsl/catalog.xml.in xsl/xhtml-chunk.xsl xsl/xhtml-common.xsl xsl/xhtml.xsl
|