pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/blogbench Initial import of blogbench-1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a6dc5c4ac51
branches:  trunk
changeset: 489022:8a6dc5c4ac51
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 14 22:05:53 2005 +0000

description:
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:

 benchmarks/blogbench/DESCR    |   6 ++++++
 benchmarks/blogbench/Makefile |  17 +++++++++++++++++
 benchmarks/blogbench/PLIST    |   3 +++
 benchmarks/blogbench/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 8fff5fc47f3d -r 8a6dc5c4ac51 benchmarks/blogbench/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/blogbench/DESCR        Mon Feb 14 22:05:53 2005 +0000
@@ -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 -r 8fff5fc47f3d -r 8a6dc5c4ac51 benchmarks/blogbench/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/blogbench/Makefile     Mon Feb 14 22:05:53 2005 +0000
@@ -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@localhost
+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 -r 8fff5fc47f3d -r 8a6dc5c4ac51 benchmarks/blogbench/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/blogbench/PLIST        Mon Feb 14 22:05:53 2005 +0000
@@ -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 -r 8fff5fc47f3d -r 8a6dc5c4ac51 benchmarks/blogbench/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/blogbench/distinfo     Mon Feb 14 22:05:53 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index