1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/benchmarks/blogbench/Makefile
Pav Lucistnik a7963270b6 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/

PR:		ports/77490
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-02-14 21:04:04 +00:00

30 lines
564 B
Makefile

# 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>