diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 19:32:15 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 19:32:15 +0000 |
commit | d43148058e03fa6c5c98e5a5dcec250c55e567ca (patch) | |
tree | 6bc2da933ac1b9ed887888e30a3d18ea67a7cd15 /benchmarks/thrulay/pkg-descr | |
parent | 721a3d44b6f87e3442db886b8da97fbf97ef4acc (diff) | |
download | ports-d43148058e03fa6c5c98e5a5dcec250c55e567ca.tar.gz ports-d43148058e03fa6c5c98e5a5dcec250c55e567ca.zip |
Notes
Diffstat (limited to 'benchmarks/thrulay/pkg-descr')
-rw-r--r-- | benchmarks/thrulay/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmarks/thrulay/pkg-descr b/benchmarks/thrulay/pkg-descr new file mode 100644 index 000000000000..9b5c6ab62959 --- /dev/null +++ b/benchmarks/thrulay/pkg-descr @@ -0,0 +1,16 @@ +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/ |