diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:23:23 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:23:23 +0000 |
commit | c780dd56724df3b67bf683de43b9d446025d85e8 (patch) | |
tree | 72f2fd5b54120f24427092e3d1fa6c9c80a7c3ff /benchmarks/Makefile | |
parent | 11227be73784b45cf766c2b105a679059044284a (diff) |
Add pathrate.
Pathrate is a tool that can estimate the capacity of network paths. An
important feature of Pathrate is that it is robust to cross traffic effects,
meaning that it can measure the path capacity even when the path is
significantly loaded. This is crucial, since the hardest paths to measure are
the heavily loaded ones.
WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html
PR: ports/81295
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Notes
Notes:
svn path=/head/; revision=135999
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 e3da36b9fccc..66113a764480 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -25,6 +25,7 @@ SUBDIR += nttcp SUBDIR += pathchirp SUBDIR += pathload + SUBDIR += pathrate SUBDIR += pear-Benchmark SUBDIR += pipebench SUBDIR += pnetmark |