summaryrefslogtreecommitdiff
path: root/benchmarks/thrulay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix email address of maintainer from internet2.edu to shlang.comEdwin Groothuis2007-04-021-1/+1
| | | | Notes: svn path=/head/; revision=189046
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* The program thrulay is used to measure the capacity, delay, andSergey Matveychuk2005-10-206-0/+71
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: svn path=/head/; revision=145963