From 88c71cb292d5fa1d076d564880d57687b22e6a9b Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 6 Dec 1999 18:58:26 +0000 Subject: Initial import of FreeBSD postmark-1.11, a netapps filesystem benchmark. --- benchmarks/postmark/Makefile | 31 +++++++++++++++++++++++++++++++ benchmarks/postmark/files/md5 | 1 + benchmarks/postmark/pkg/COMMENT | 1 + benchmarks/postmark/pkg/DESCR | 18 ++++++++++++++++++ benchmarks/postmark/pkg/PLIST | 1 + 5 files changed, 52 insertions(+) create mode 100644 benchmarks/postmark/Makefile create mode 100644 benchmarks/postmark/files/md5 create mode 100644 benchmarks/postmark/pkg/COMMENT create mode 100644 benchmarks/postmark/pkg/DESCR create mode 100644 benchmarks/postmark/pkg/PLIST (limited to 'benchmarks') diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile new file mode 100644 index 00000000000..2a813ef82b6 --- /dev/null +++ b/benchmarks/postmark/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: postmark +# Version required: 1.11 +# Date created: Sat Sep 18, 1999 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $FreeBSD: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp $ +# + +DISTNAME= postmark-1_11 +PKGNAME= postmark-1.11 +CATEGORIES= benchmarks +MASTER_SITES= http://www.netapp.com/ftp/ \ + http://www.taronga.com/~nick/files/ +EXTRACT_SUFX= .c + +MAINTAINER= obrien@FreeBSD.org + +NO_WRKSUBDIR= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +do-build: + (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark ${DISTFILES}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/postmark ${PREFIX}/sbin + +.include diff --git a/benchmarks/postmark/files/md5 b/benchmarks/postmark/files/md5 new file mode 100644 index 00000000000..2928fbea453 --- /dev/null +++ b/benchmarks/postmark/files/md5 @@ -0,0 +1 @@ +MD5 (postmark-1_11.c) = 0a89d3849a5058651eb0eaf03e8230f2 diff --git a/benchmarks/postmark/pkg/COMMENT b/benchmarks/postmark/pkg/COMMENT new file mode 100644 index 00000000000..26f496cdfba --- /dev/null +++ b/benchmarks/postmark/pkg/COMMENT @@ -0,0 +1 @@ +NetApps file system benchmark diff --git a/benchmarks/postmark/pkg/DESCR b/benchmarks/postmark/pkg/DESCR new file mode 100644 index 00000000000..a2b487226c4 --- /dev/null +++ b/benchmarks/postmark/pkg/DESCR @@ -0,0 +1,18 @@ +PostMark is the benchmark used in the NetApp Technical Report TR-3022, +"PostMark: A New File System Benchmark". The paper fully explains how +to use this tool. + +From the paper's Abstract: + Existing file system benchmarks are deficient in portraying + performance in the ephemeral small-file regime used by Internet + software, especially: + * electronic mail + * netnews + * web-based commerce + +PostMark is a new benchmark to measure performance for this class of +application. + +WWW: http://www.netapp.com/tech_library/3022.html + + -- David (obrien@cs.ucdavis.edu) diff --git a/benchmarks/postmark/pkg/PLIST b/benchmarks/postmark/pkg/PLIST new file mode 100644 index 00000000000..f5b5d3cfe8a --- /dev/null +++ b/benchmarks/postmark/pkg/PLIST @@ -0,0 +1 @@ +sbin/postmark -- cgit v1.2.3