Import 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.

ok bernd@
This commit is contained in:
ajacoutot 2007-05-10 11:17:20 +00:00
parent d17da77419
commit 7caf75ff6a
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/10 11:17:20 ajacoutot Exp $
COMMENT= "filesystem benchmark"
DISTNAME= blogbench-1.0
CATEGORIES= benchmarks
HOMEPAGE= http://www.pureftpd.org/project/blogbench
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.pureftpd.org/pub/blogbench/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/
WANTLIB= c pthread
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (blogbench-1.0.tar.gz) = ga0k7FYkArz2G+tIgKUcUA==
RMD160 (blogbench-1.0.tar.gz) = BWfo2M2rYjKorR1w/bkivPsrC7U=
SHA1 (blogbench-1.0.tar.gz) = CmVTLXUDQW49io550Q95VW5o2DE=
SHA256 (blogbench-1.0.tar.gz) = 3CkmGhkGSo+2TTmydgfxnTszzjeVkI5xdAQWdofvM74=
SIZE (blogbench-1.0.tar.gz) = 129356

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/10 11:17:20 ajacoutot Exp $
bin/blogbench
@man man/man8/blogbench.8