summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-02-14 22:05:53 +0000
committerxtraeme <xtraeme>2005-02-14 22:05:53 +0000
commitec8f492173dd009573929d4ebe70e2aa13873f60 (patch)
tree277035cdabcc97780f5b19e3cf7d4008817e6952 /benchmarks
parent50cebf2631353507f746a3af9e302b64d2f23666 (diff)
downloadpkgsrc-ec8f492173dd009573929d4ebe70e2aa13873f60.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/DESCR6
-rw-r--r--benchmarks/blogbench/Makefile17
-rw-r--r--benchmarks/blogbench/PLIST3
-rw-r--r--benchmarks/blogbench/distinfo4
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