Date: Mon, 14 Feb 2005 11:05:31 +0100 (CET) From: Janos Mohacsi <janos.mohacsi@niif.hu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/77490: [NEW PORT] benchmarks/blogbench: Performance Test of Filesystem I/O Message-ID: <200502141005.j1EA5Vpd049401@scone.ki.iif.hu> Resent-Message-ID: <200502141010.j1EAAGXl010996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77490 >Category: ports >Synopsis: [NEW PORT] benchmarks/blogbench: Performance Test of Filesystem I/O >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: Mon Feb 14 10:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.3-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #5: Thu Nov 11 05:45:29 CET 2004 >Description: Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server. It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle. WWW: http://blogbench.pureftpd.org/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- blogbench-1.0.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: # # blogbench # blogbench/pkg-plist # blogbench/pkg-descr # blogbench/distinfo # blogbench/Makefile # echo c - blogbench mkdir -p blogbench > /dev/null 2>&1 echo x - blogbench/pkg-plist sed 's/^X//' >blogbench/pkg-plist << 'END-of-blogbench/pkg-plist' Xbin/blogbench X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-blogbench/pkg-plist echo x - blogbench/pkg-descr sed 's/^X//' >blogbench/pkg-descr << 'END-of-blogbench/pkg-descr' XBlogbench is a portable filesystem benchmark that tries to reproduce the Xload of a real-world busy file server. X XIt stresses the filesystem with multiple threads performing random reads, Xwrites and rewrites in order to get a realistic idea of the scalability Xand the concurrency a system can handle. X XWWW: http://blogbench.pureftpd.org/ END-of-blogbench/pkg-descr echo x - blogbench/distinfo sed 's/^X//' >blogbench/distinfo << 'END-of-blogbench/distinfo' XMD5 (blogbench-1.0.tar.bz2) = 8b8c0d97cbb9ecc02a4c5f1f7169bece XSIZE (blogbench-1.0.tar.bz2) = 103355 END-of-blogbench/distinfo echo x - blogbench/Makefile sed 's/^X//' >blogbench/Makefile << 'END-of-blogbench/Makefile' X# New ports collection makefile for: blogbench X# Date created: Feb 14, 2005 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= blogbench XPORTVERSION= 1.0 XCATEGORIES= benchmarks XMASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/ X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Performance Test of Filesystem I/O X XGNU_CONFIGURE= yes XUSE_BZIP2= yes X XMAN8= blogbench.8 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-blogbench/Makefile exit --- blogbench-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502141005.j1EA5Vpd049401>