ports/90233: [NEW PORT] benchmarks/sysbench: A modular, cross-platform and multi-threaded benchmark tool

Gea-Suan Lin gslin at ccca.nctu.edu.tw
Sun Dec 11 12:00:19 UTC 2005


>Number:         90233
>Category:       ports
>Synopsis:       [NEW PORT] benchmarks/sysbench: A modular, cross-platform and multi-threaded benchmark tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 11 12:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Dec 10 02:26:21 CST 2005
>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.

WWW:	http://sysbench.sourceforge.net/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- sysbench-0.4.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sysbench
#	sysbench/pkg-descr
#	sysbench/Makefile
#	sysbench/pkg-plist
#	sysbench/distinfo
#
echo c - sysbench
mkdir -p sysbench > /dev/null 2>&1
echo x - sysbench/pkg-descr
sed 's/^X//' >sysbench/pkg-descr << 'END-of-sysbench/pkg-descr'
XSysBench is a modular, cross-platform and multi-threaded benchmark tool
Xfor evaluating OS parameters that are important for a system running a
Xdatabase under intensive load.
X
XThe idea of this benchmark suite is to quickly get an impression about
Xsystem performance without setting up complex database benchmarks or
Xeven without installing a database at all.
X
XCurrent features allow to test the following system parameters:
X
X    * file I/O performance
X    * scheduler performance
X    * memory allocation and transfer speed
X    * POSIX threads implementation performance
X    * database server performance (OLTP benchmark)
X
XPrimarily written for MySQL server benchmarking, SysBench will be
Xfurther extended to support multiple database backends, distributed
Xbenchmarks and third-party plug-in modules.
X
XWWW:	http://sysbench.sourceforge.net/
END-of-sysbench/pkg-descr
echo x - sysbench/Makefile
sed 's/^X//' >sysbench/Makefile << 'END-of-sysbench/Makefile'
X# New ports collection makefile for:	sysbench
X# Date created:		2005-12-11
X# Whom:			Gea-Suan Lin <gslin at ccca.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sysbench
XPORTVERSION=	0.4.3
XCATEGORIES=	benchmarks databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	gslin at ccca.nctu.edu.tw
XCOMMENT=	A modular, cross-platform and multi-threaded benchmark tool
X
XGNU_CONFIGURE=	yes
X
XOPTIONS=	MYSQL "Enable MySQL support" on \
X		POSTGRESQL "Enable PostgreSQL support" off
X
X.if !defined(WITHOUT_MYSQL)
XUSE_MYSQL=	yes
XCONFIGURE_ARGS+=	--with-mysql
X.endif
X
X.if defined(WITH_POSTGRESQL)
XUSE_PGSQL=	yes
XCONFIGURE_ARGS+=	--with-pgsql
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/sysbench/sysbench ${PREFIX}/bin
X.for FILE in sb_run.sh sb_test_ps.sh
X	${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILE} ${PREFIX}/bin
X.endfor
X
X.include <bsd.port.mk>
END-of-sysbench/Makefile
echo x - sysbench/pkg-plist
sed 's/^X//' >sysbench/pkg-plist << 'END-of-sysbench/pkg-plist'
Xbin/sb_run.sh
Xbin/sb_test_ps.sh
Xbin/sysbench
END-of-sysbench/pkg-plist
echo x - sysbench/distinfo
sed 's/^X//' >sysbench/distinfo << 'END-of-sysbench/distinfo'
XMD5 (sysbench-0.4.3.tar.gz) = 34ad20419aeeba78363a340d58ebca3a
XSHA256 (sysbench-0.4.3.tar.gz) = 09ed77a640aa6bbcdf11430c9d4de1f6b7faf69dab54899ff5d5c957e40298d3
XSIZE (sysbench-0.4.3.tar.gz) = 480318
END-of-sysbench/distinfo
exit
--- sysbench-0.4.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list