freebsd-ports/benchmarks/Makefile
Sergey Matveychuk d43148058e The program thrulay is used to measure the capacity, delay, and
other performance metrics of a network by sending a bulk TCP or UDP
stream over it.

Special features of thrulay include:
* For TCP, ability to measure round-trip delay along with throughput
* For UDP, ability to measure
  - one-way delay, with quantiles
  - packet loss
  - packet duplication
  - reordering
* For UDP, the ability to send precisely positioned true Poisson streams
  (microsecond errors in sending times)
* Human- and machine-readable output (ready to be fed to gnuplot)

WWW: http://www.internet2.edu/~shalunov/thrulay/

PR:		ports/87683
Submitted by:	Stanislav Shalunov <shalunov@internet2.edu>
2005-10-20 19:32:15 +00:00

54 lines
1.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = Benchmarking tools
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += dkftpbench
SUBDIR += flops
SUBDIR += forkbomb
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += libmicro
SUBDIR += lmbench
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += raidtest
SUBDIR += rawio
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += siege
SUBDIR += stream
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench
SUBDIR += unixbench
SUBDIR += webbench
SUBDIR += xengine
.include <bsd.port.subdir.mk>