b0371aa193
pathChirp is a new active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion", pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth. WWW: http://www.spin.rice.edu/Software/pathChirp/ PR: ports/81293 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
48 lines
991 B
Makefile
48 lines
991 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += forkbomb
|
|
SUBDIR += himenobench
|
|
SUBDIR += hpl
|
|
SUBDIR += httperf
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += iperf
|
|
SUBDIR += lmbench
|
|
SUBDIR += nbench
|
|
SUBDIR += netio
|
|
SUBDIR += netperf
|
|
SUBDIR += netpipe
|
|
SUBDIR += nttcp
|
|
SUBDIR += pathchirp
|
|
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 += tmetric
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += unixbench
|
|
SUBDIR += webbench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|