mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
be5cfa9f31
TCP, SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously transmits bidirectional flows to an endpoint and measures the resulting flow bandwidths and QoS. The results are written as vector and scalar files. The vector files can e.g. be used to create plots of the results. WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/ PR: ports/148994 Approved by: tabthorpe (mentor)
76 lines
1.6 KiB
Makefile
76 lines
1.6 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += fhourstones
|
|
SUBDIR += flops
|
|
SUBDIR += forkbomb
|
|
SUBDIR += geekbench
|
|
SUBDIR += gsbench
|
|
SUBDIR += gtkperf
|
|
SUBDIR += himenobench
|
|
SUBDIR += hpl
|
|
SUBDIR += hs-criterion
|
|
SUBDIR += httperf
|
|
SUBDIR += imb
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += iperf
|
|
SUBDIR += libmicro
|
|
SUBDIR += lmbench
|
|
SUBDIR += mdtest
|
|
SUBDIR += nbench
|
|
SUBDIR += netio
|
|
SUBDIR += netperf
|
|
SUBDIR += netperfmeter
|
|
SUBDIR += netpipe
|
|
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 += pnetmark
|
|
SUBDIR += polygraph
|
|
SUBDIR += polygraph31
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += pybench
|
|
SUBDIR += raidtest
|
|
SUBDIR += randomio
|
|
SUBDIR += rawio
|
|
SUBDIR += rubygem-railsbench
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += sipp
|
|
SUBDIR += slowloris
|
|
SUBDIR += stream
|
|
SUBDIR += super-smack
|
|
SUBDIR += sysbench
|
|
SUBDIR += tcpblast
|
|
SUBDIR += thrulay
|
|
SUBDIR += tmetric
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += unixbench
|
|
SUBDIR += webbench
|
|
SUBDIR += xdd
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|