mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
4b3f37240b
commit
4047ad709d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17878
25
benchmarks/polygraph/Makefile
Normal file
25
benchmarks/polygraph/Makefile
Normal file
@ -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>
|
1
benchmarks/polygraph/distinfo
Normal file
1
benchmarks/polygraph/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380
|
1
benchmarks/polygraph/pkg-comment
Normal file
1
benchmarks/polygraph/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A benchmarking tool for Web proxies.
|
13
benchmarks/polygraph/pkg-descr
Normal file
13
benchmarks/polygraph/pkg-descr
Normal file
@ -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
|
3
benchmarks/polygraph/pkg-plist
Normal file
3
benchmarks/polygraph/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/polyclt
|
||||
bin/polysrv
|
||||
bin/lr
|
25
benchmarks/polygraph31/Makefile
Normal file
25
benchmarks/polygraph31/Makefile
Normal file
@ -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>
|
1
benchmarks/polygraph31/distinfo
Normal file
1
benchmarks/polygraph31/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380
|
1
benchmarks/polygraph31/pkg-comment
Normal file
1
benchmarks/polygraph31/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A benchmarking tool for Web proxies.
|
13
benchmarks/polygraph31/pkg-descr
Normal file
13
benchmarks/polygraph31/pkg-descr
Normal file
@ -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
|
3
benchmarks/polygraph31/pkg-plist
Normal file
3
benchmarks/polygraph31/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/polyclt
|
||||
bin/polysrv
|
||||
bin/lr
|
Loading…
Reference in New Issue
Block a user