mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
1050aa55fb
- Switch to options helpers - Update WWW Approved by: portmgr blanket
17 lines
600 B
Plaintext
17 lines
600 B
Plaintext
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: https://sourceforge.net/projects/thrulay/
|