summaryrefslogtreecommitdiff
path: root/benchmarks/thrulay/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Add file forgoten in previous commit:Ion-Mihai Tetcu2009-09-191-0/+23
| | | | | | | | | | | | | | | | | | | - Update to 0.9 - use rc.d script - Update MASTER_SITES - use PORTDOCS - USE_LDCONFIG - obey custom PREFIX PR: 138366 Submitted by: Sylvio Cesar Approved by: maintainer Feature safe: yes Feature safe: yes Notes: svn path=/head/; revision=241768
* - Update to 0.9Ion-Mihai Tetcu2009-09-191-14/+0
| | | | | | | | | | | | | | | | - use rc.d script - Update MASTER_SITES - use PORTDOCS - USE_LDCONFIG - obey custom PREFIX PR: 138366 Submitted by: Sylvio Cesar Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=241767
* The program thrulay is used to measure the capacity, delay, andSergey Matveychuk2005-10-201-0/+14
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