Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 463345) +++ head/benchmarks/Makefile (revision 463346) @@ -1,95 +1,96 @@ # $FreeBSD$ # COMMENT = Benchmarking tools + SUBDIR += apib SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs SUBDIR += dhrystone SUBDIR += dkftpbench SUBDIR += expedite SUBDIR += fhourstones SUBDIR += filebench SUBDIR += fio SUBDIR += flamegraph SUBDIR += flops SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 SUBDIR += gtkperf SUBDIR += hey SUBDIR += himenobench SUBDIR += hpl SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += interbench SUBDIR += iorate SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf SUBDIR += iperf3 SUBDIR += libmicro SUBDIR += lmbench SUBDIR += lzbench SUBDIR += mdtest SUBDIR += nbench SUBDIR += netio SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += netpipe SUBDIR += nosqlbench SUBDIR += nqueens SUBDIR += nttcp SUBDIR += nuttcp SUBDIR += octave-forge-benchmark SUBDIR += p5-Benchmark-Forking SUBDIR += p5-Benchmark-Stopwatch SUBDIR += pathchirp SUBDIR += pathload SUBDIR += pathrate SUBDIR += pear-Benchmark SUBDIR += phoronix-test-suite SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark SUBDIR += py-naarad SUBDIR += py-throughpy SUBDIR += py-zopkio SUBDIR += pybench SUBDIR += raidtest SUBDIR += ramspeed SUBDIR += randomio SUBDIR += rubygem-benchmark-ips SUBDIR += rubygem-railsbench SUBDIR += scimark2 SUBDIR += scimark2c SUBDIR += siege SUBDIR += sipp SUBDIR += slowloris SUBDIR += smhasher SUBDIR += spp SUBDIR += stream SUBDIR += stress-ng SUBDIR += super-smack SUBDIR += sysbench SUBDIR += tcpblast SUBDIR += thrulay SUBDIR += tsung SUBDIR += ttcp SUBDIR += typometer SUBDIR += ubench SUBDIR += unixbench SUBDIR += vegeta SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/apib/Makefile =================================================================== --- head/benchmarks/apib/Makefile (nonexistent) +++ head/benchmarks/apib/Makefile (revision 463346) @@ -0,0 +1,36 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= apib +PORTVERSION= 1.0 +CATEGORIES= benchmarks www + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Simple, fast HTTP performance-testing tool + +LICENSE= APACHE20 + +LIB_DEPENDS= libapr-1.so:devel/apr1 + +USE_GITHUB= yes +GH_ACCOUNT= apigee +GH_TAGNAME= 7e8dea9 + +USES= localbase ssl +GNU_CONFIGURE= yes +CONFIGURE_ENV= APR_LOC="${LOCALBASE}/include/apr-1" + +PLIST_FILES= bin/apib bin/apibmon +PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson + +OPTIONS_DEFINE= EXAMPLES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \ + ${STAGEDIR}${PREFIX}/bin + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samplescripts/* ${STAGEDIR}${EXAMPLESDIR} + +.include Property changes on: head/benchmarks/apib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/apib/distinfo =================================================================== --- head/benchmarks/apib/distinfo (nonexistent) +++ head/benchmarks/apib/distinfo (revision 463346) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503959917 +SHA256 (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = d54d3abef0123071d349aff47b6bf7477ad45056c876a704e6693c894da3611e +SIZE (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = 77363 Property changes on: head/benchmarks/apib/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/apib/pkg-descr =================================================================== --- head/benchmarks/apib/pkg-descr (nonexistent) +++ head/benchmarks/apib/pkg-descr (revision 463346) @@ -0,0 +1,16 @@ +apib is a tool that makes it easy to test API servers. It is supported +on Unix systems that include the Apache Portable Runtime and OpenSSL. + +apib has most of the features of Apache Bench (ab), but is also intended +to be a more modern replacement. In particular, it supports: + + - Proper HTTP 1.1 support including keep-alives and chunked encoding + - Ability to spawn multiple I/O threads to take advantage of multiple + CPU cores + - Non-blocking I/O for high concurrency + - Support for POST and PUT of large objects + - Support for OAuth 1.0 signatures + - Ability to output results to a file so they may be automated + - Remote CPU monitoring + +WWW: https://github.com/apigee/apib Property changes on: head/benchmarks/apib/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property