From 13c62739709f479b4d047d2572bd4a6e33ffa9fa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 19 Sep 1999 04:13:04 +0000 Subject: PostMark is the benchmark used in the NetApp Technical Report TR-3022, "PostMark: A New File System Benchmark" -- Existing file system benchmarks are deficient in portraying performance in the ephemeral small-file regime used by Internet software, especially: electronic mail, netnews, and web-based commerce. --- benchmarks/postmark/Makefile | 30 ++++++++++++++++++++++++++++++ benchmarks/postmark/distinfo | 1 + benchmarks/postmark/pkg-comment | 1 + benchmarks/postmark/pkg-descr | 18 ++++++++++++++++++ benchmarks/postmark/pkg-plist | 1 + 5 files changed, 51 insertions(+) create mode 100644 benchmarks/postmark/Makefile create mode 100644 benchmarks/postmark/distinfo 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 000000000000..965e76f355f2 --- /dev/null +++ b/benchmarks/postmark/Makefile @@ -0,0 +1,30 @@ +# 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$ +# + +DISTNAME= postmark-1_11 +PKGNAME= postmark-1.11 +CATEGORIES= benchmarks +MASTER_SITES= http://www.netapp.com/ftp/ +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/distinfo b/benchmarks/postmark/distinfo new file mode 100644 index 000000000000..2928fbea4534 --- /dev/null +++ b/benchmarks/postmark/distinfo @@ -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 000000000000..26f496cdfbac --- /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 000000000000..a2b487226c4f --- /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 000000000000..f5b5d3cfe8af --- /dev/null +++ b/benchmarks/postmark/pkg-plist @@ -0,0 +1 @@ +sbin/postmark -- cgit v1.2.3