summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-04-14 20:31:57 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-04-14 20:31:57 +0000
commit4047ad709da01c56fee1b27a23958a7244b4b6f4 (patch)
tree7a38130ba0d1755b8c54c87050fcd7600846bde3 /benchmarks
parentCATEGORIES was wrong (net came before benchmarks) (diff)
Polygraph is a benchmarking tool for Web proxies. Polygraph
distribution includes a high-performance client and server simulators. The simulators create a stream of HTTP requests that can be routed through a Web proxy. Studying proxy performance under various [stress] conditions is essential for performance tuning, evaluation of new algorithms, analysis of hardware configurations, and comparing available proxy products. PR: ports/10375 Submitted By: Dima Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=17878
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/polygraph/Makefile25
-rw-r--r--benchmarks/polygraph/distinfo1
-rw-r--r--benchmarks/polygraph/pkg-comment1
-rw-r--r--benchmarks/polygraph/pkg-descr13
-rw-r--r--benchmarks/polygraph/pkg-plist3
-rw-r--r--benchmarks/polygraph31/Makefile25
-rw-r--r--benchmarks/polygraph31/distinfo1
-rw-r--r--benchmarks/polygraph31/pkg-comment1
-rw-r--r--benchmarks/polygraph31/pkg-descr13
-rw-r--r--benchmarks/polygraph31/pkg-plist3
10 files changed, 86 insertions, 0 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
new file mode 100644
index 000000000000..66eee19d30ad
--- /dev/null
+++ b/benchmarks/polygraph/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: polygraph
+# Version required: 1.0p6
+# Date created: 3 March 1999
+# Whom: Dima Sivachenko <dima@chg.ru>
+#
+# $Id: $
+#
+
+DISTNAME= polygraph-1.0p6-src
+PKGNAME= polygraph-1.0p6
+CATEGORIES= benchmarks www
+MASTER_SITES= http://polygraph.ircache.net/sources/ \
+ http://www.chg.ru/~dima/
+
+MAINTAINER= dima@Chg.RU
+
+WRKSRC= ${WRKDIR}/polygraph/src
+
+do-install:
+
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/benchmarks/polygraph/distinfo b/benchmarks/polygraph/distinfo
new file mode 100644
index 000000000000..c21e8022fa25
--- /dev/null
+++ b/benchmarks/polygraph/distinfo
@@ -0,0 +1 @@
+MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380
diff --git a/benchmarks/polygraph/pkg-comment b/benchmarks/polygraph/pkg-comment
new file mode 100644
index 000000000000..a3bff74e4877
--- /dev/null
+++ b/benchmarks/polygraph/pkg-comment
@@ -0,0 +1 @@
+A benchmarking tool for Web proxies.
diff --git a/benchmarks/polygraph/pkg-descr b/benchmarks/polygraph/pkg-descr
new file mode 100644
index 000000000000..b305f34bf642
--- /dev/null
+++ b/benchmarks/polygraph/pkg-descr
@@ -0,0 +1,13 @@
+Web Polygraph is a benchmarking tool for Web proxies. Polygraph
+distribution includes a high-performance client and server simulators.
+The simulators create a stream of HTTP requests that can be routed through
+a Web proxy. Studying proxy performance under various [stress] conditions is
+essential for performance tuning, evaluation of new algorithms, analysis of
+hardware configurations, and comparing available proxy products.
+
+Documentation can be found at http://polygraph.ircache.net/doc/
+
+http://polygraph.ircache.net/
+
+--Dima
+dima@chg.ru
diff --git a/benchmarks/polygraph/pkg-plist b/benchmarks/polygraph/pkg-plist
new file mode 100644
index 000000000000..7b2faadd20ac
--- /dev/null
+++ b/benchmarks/polygraph/pkg-plist
@@ -0,0 +1,3 @@
+bin/polyclt
+bin/polysrv
+bin/lr
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
new file mode 100644
index 000000000000..66eee19d30ad
--- /dev/null
+++ b/benchmarks/polygraph31/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: polygraph
+# Version required: 1.0p6
+# Date created: 3 March 1999
+# Whom: Dima Sivachenko <dima@chg.ru>
+#
+# $Id: $
+#
+
+DISTNAME= polygraph-1.0p6-src
+PKGNAME= polygraph-1.0p6
+CATEGORIES= benchmarks www
+MASTER_SITES= http://polygraph.ircache.net/sources/ \
+ http://www.chg.ru/~dima/
+
+MAINTAINER= dima@Chg.RU
+
+WRKSRC= ${WRKDIR}/polygraph/src
+
+do-install:
+
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/benchmarks/polygraph31/distinfo b/benchmarks/polygraph31/distinfo
new file mode 100644
index 000000000000..c21e8022fa25
--- /dev/null
+++ b/benchmarks/polygraph31/distinfo
@@ -0,0 +1 @@
+MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380
diff --git a/benchmarks/polygraph31/pkg-comment b/benchmarks/polygraph31/pkg-comment
new file mode 100644
index 000000000000..a3bff74e4877
--- /dev/null
+++ b/benchmarks/polygraph31/pkg-comment
@@ -0,0 +1 @@
+A benchmarking tool for Web proxies.
diff --git a/benchmarks/polygraph31/pkg-descr b/benchmarks/polygraph31/pkg-descr
new file mode 100644
index 000000000000..b305f34bf642
--- /dev/null
+++ b/benchmarks/polygraph31/pkg-descr
@@ -0,0 +1,13 @@
+Web Polygraph is a benchmarking tool for Web proxies. Polygraph
+distribution includes a high-performance client and server simulators.
+The simulators create a stream of HTTP requests that can be routed through
+a Web proxy. Studying proxy performance under various [stress] conditions is
+essential for performance tuning, evaluation of new algorithms, analysis of
+hardware configurations, and comparing available proxy products.
+
+Documentation can be found at http://polygraph.ircache.net/doc/
+
+http://polygraph.ircache.net/
+
+--Dima
+dima@chg.ru
diff --git a/benchmarks/polygraph31/pkg-plist b/benchmarks/polygraph31/pkg-plist
new file mode 100644
index 000000000000..7b2faadd20ac
--- /dev/null
+++ b/benchmarks/polygraph31/pkg-plist
@@ -0,0 +1,3 @@
+bin/polyclt
+bin/polysrv
+bin/lr