ports/149838: New port: benchmarks/randomio disk i/o benchmark
pluknet
pluknet at gmail.com
Fri Aug 20 16:10:04 UTC 2010
>Number: 149838
>Category: ports
>Synopsis: New port: benchmarks/randomio disk i/o benchmark
>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: Fri Aug 20 16:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: pluknet
>Release: 7.2-STABLE
>Organization:
>Environment:
FreeBSD 7.2-STABLE #4: Wed Jan 13 11:26:44 MSK 2010 root at host-156.nic.ru:/usr/obj/usr/home/pluknet/cvs-7/src/sys/JAW i386
>Description:
New port. A multithreaded disk i/o microbenchmark.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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:
#
# randomio
# randomio/Makefile
# randomio/distinfo
# randomio/files
# randomio/files/patch-Makefile
# randomio/pkg-descr
#
echo c - randomio
mkdir -p randomio > /dev/null 2>&1
echo x - randomio/Makefile
sed 's/^X//' >randomio/Makefile << '83b53caf0cebcef790cb33611ab20b7e'
X# New ports collection makefile for: randomio
X# Date created: 20 Aug 2010
X# Whom: Sergey Kandaurov <pluknet at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= randomio
XPORTVERSION= 1.4
XCATEGORIES= benchmarks
XMASTER_SITES= http://www.arctic.org/~dean/randomio/
X
XMAINTAINER= pluknet at gmail.com
XCOMMENT= A multithreaded disk i/o microbenchmark
X
XUSE_BZIP2= yes
XUSE_GMAKE= yes
XPLIST_FILES= bin/${PORTNAME}
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
83b53caf0cebcef790cb33611ab20b7e
echo x - randomio/distinfo
sed 's/^X//' >randomio/distinfo << '2bbbf4a04bdc4e7cba2feb90daed5ce9'
XMD5 (randomio-1.4.tar.bz2) = df8cd74b234045c001ce93fef0abb75b
XSHA256 (randomio-1.4.tar.bz2) = 384da98a7d3da1df2a1bffb9fb499fce6d043588bbf225673fda028bdfd2386f
XSIZE (randomio-1.4.tar.bz2) = 4249
2bbbf4a04bdc4e7cba2feb90daed5ce9
echo c - randomio/files
mkdir -p randomio/files > /dev/null 2>&1
echo x - randomio/files/patch-Makefile
sed 's/^X//' >randomio/files/patch-Makefile << '507e22d58ac4675e404460bdd531d1e1'
X--- Makefile.orig 2010-08-20 19:36:08.000000000 +0400
X+++ Makefile 2010-08-20 19:39:25.000000000 +0400
X@@ -5,3 +5,5 @@
X
X clean:
X rm -f *.o randomio
X+
X+all: randomio
507e22d58ac4675e404460bdd531d1e1
echo x - randomio/pkg-descr
sed 's/^X//' >randomio/pkg-descr << '09f2f15209cd494a8c45832e5f14cab7'
XRandomio is a multithreaded disk i/o microbenchmark. It requires O_DIRECT,
Xpread/pwrite, and pthreads.
X
XWWW: http://www.arctic.org/~dean/randomio/
09f2f15209cd494a8c45832e5f14cab7
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list