diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:17:37 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:17:37 +0000 |
commit | b0371aa193d09ab7c071046132f90253a410a7f0 (patch) | |
tree | 4983eed27260619543b54308bb2c0053f3313f51 /benchmarks/Makefile | |
parent | 03f01889e6ecfa3f5ea9d884d3e00345e1f16c85 (diff) |
Add pathchirp.
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>
Notes
Notes:
svn path=/head/; revision=135995
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 58202d499db3..9db3ec53b3a1 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -23,6 +23,7 @@ SUBDIR += netperf SUBDIR += netpipe SUBDIR += nttcp + SUBDIR += pathchirp SUBDIR += pear-Benchmark SUBDIR += pipebench SUBDIR += pnetmark |