diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:04:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:04:04 +0000 |
commit | a7963270b6afe99c6d3b6fe66c817dc33d8afbb3 (patch) | |
tree | 333b51942ae0f7961629a82ba73573eec9a72525 /benchmarks | |
parent | 4d91afbf2c0912ace2420e3ec7fd5fe50e4e61df (diff) | |
download | ports-a7963270b6afe99c6d3b6fe66c817dc33d8afbb3.tar.gz ports-a7963270b6afe99c6d3b6fe66c817dc33d8afbb3.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/blogbench/Makefile | 29 | ||||
-rw-r--r-- | benchmarks/blogbench/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/blogbench/pkg-descr | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index d6451db6d097..7b686398ae17 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -4,6 +4,7 @@ COMMENT = Benchmarking tools SUBDIR += autobench + SUBDIR += blogbench SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += dbench diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile new file mode 100644 index 000000000000..8b59e9c8ffdb --- /dev/null +++ b/benchmarks/blogbench/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: blogbench +# Date created: Feb 14, 2005 +# Whom: janos.mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= blogbench +PORTVERSION= 1.0 +CATEGORIES= benchmarks +MASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/ + +MAINTAINER= janos.mohacsi@bsd.hu +COMMENT= Performance Test of Filesystem I/O + +GNU_CONFIGURE= yes +USE_BZIP2= yes + +MAN8= blogbench.8 +PLIST_FILES= bin/blogbench +PORTDOCS= README + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/benchmarks/blogbench/distinfo b/benchmarks/blogbench/distinfo new file mode 100644 index 000000000000..da09f119a7a0 --- /dev/null +++ b/benchmarks/blogbench/distinfo @@ -0,0 +1,2 @@ +MD5 (blogbench-1.0.tar.bz2) = 8b8c0d97cbb9ecc02a4c5f1f7169bece +SIZE (blogbench-1.0.tar.bz2) = 103355 diff --git a/benchmarks/blogbench/pkg-descr b/benchmarks/blogbench/pkg-descr new file mode 100644 index 000000000000..57ba50eac34d --- /dev/null +++ b/benchmarks/blogbench/pkg-descr @@ -0,0 +1,8 @@ +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/ |