aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-20 19:32:15 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-20 19:32:15 +0000
commitd43148058e03fa6c5c98e5a5dcec250c55e567ca (patch)
tree6bc2da933ac1b9ed887888e30a3d18ea67a7cd15 /benchmarks/Makefile
parent721a3d44b6f87e3442db886b8da97fbf97ef4acc (diff)
downloadports-d43148058e03fa6c5c98e5a5dcec250c55e567ca.tar.gz
ports-d43148058e03fa6c5c98e5a5dcec250c55e567ca.zip
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>
Notes
Notes: svn path=/head/; revision=145963
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 0788bac369c7..4b086c1b8767 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -43,6 +43,7 @@
SUBDIR += siege
SUBDIR += stream
SUBDIR += tcpblast
+ SUBDIR += thrulay
SUBDIR += tmetric
SUBDIR += ttcp
SUBDIR += ubench