diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 22:05:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 22:05:53 +0000 |
commit | ff1286bcd7b9fc440536efa40d0a881e68d57151 (patch) | |
tree | 277035cdabcc97780f5b19e3cf7d4008817e6952 /benchmarks | |
parent | 993d3950288e846d91a74232ed8c81ae1f54fb59 (diff) | |
download | pkgsrc-ff1286bcd7b9fc440536efa40d0a881e68d57151.tar.gz |
Initial import of blogbench-1.0.
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.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/blogbench/DESCR | 6 | ||||
-rw-r--r-- | benchmarks/blogbench/Makefile | 17 | ||||
-rw-r--r-- | benchmarks/blogbench/PLIST | 3 | ||||
-rw-r--r-- | benchmarks/blogbench/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/benchmarks/blogbench/DESCR b/benchmarks/blogbench/DESCR new file mode 100644 index 00000000000..5aba94669d5 --- /dev/null +++ b/benchmarks/blogbench/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile new file mode 100644 index 00000000000..4b917d15883 --- /dev/null +++ b/benchmarks/blogbench/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/14 22:05:53 xtraeme Exp $ +# + +DISTNAME= blogbench-1.0 +CATEGORIES= benchmarks +MASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://blogbench.pureftpd.org/ +COMMENT= Portable filesystem benchmark + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/blogbench/PLIST b/benchmarks/blogbench/PLIST new file mode 100644 index 00000000000..a98ed20931a --- /dev/null +++ b/benchmarks/blogbench/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/14 22:05:53 xtraeme Exp $ +bin/blogbench +man/man8/blogbench.8 diff --git a/benchmarks/blogbench/distinfo b/benchmarks/blogbench/distinfo new file mode 100644 index 00000000000..0d4f06c68f4 --- /dev/null +++ b/benchmarks/blogbench/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/14 22:05:53 xtraeme Exp $ + +SHA1 (blogbench-1.0.tar.bz2) = 3e667bc9ebfee8751c28508a1840a10b9bdfc099 +Size (blogbench-1.0.tar.bz2) = 103355 bytes |