diff options
author | beech <beech@FreeBSD.org> | 2013-03-08 10:44:53 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2013-03-08 10:44:53 +0800 |
commit | cb92535dbeb9e7c0d80b195d4af39b8483cfbd8d (patch) | |
tree | ba71da9b0b6f20c5174ef6faa28b101f1c02004b /benchmarks/Makefile | |
parent | 678811cee64c6e538d46a410b31aa8b30e6f76e2 (diff) | |
download | freebsd-ports-graphics-cb92535dbeb9e7c0d80b195d4af39b8483cfbd8d.tar.gz freebsd-ports-graphics-cb92535dbeb9e7c0d80b195d4af39b8483cfbd8d.tar.zst freebsd-ports-graphics-cb92535dbeb9e7c0d80b195d4af39b8483cfbd8d.zip |
Flowgrind grinds flows among hosts in your network. It is a tool similar
to iperf, netperf to measure throughput and other metrics for TCP.
Flowgrind is split into two components: the flowgrind daemon and the
flowgrind controller. Using the controller, flows between any two systems
running the flowgrind daemon can be setup (third party tests). At regular
intervals during the test the controller collects and displays the
measured results from the daemons. It can run multiple flows at once with
the same or different settings and individually schedule every one.
Test and control connection can optionally be diverted to different interfaces.
WWW: http://launchpad.net/flowgrind
PR: ports/176728
Submitted by: Lars Eggert <lars@eggert.org>
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index a234c325ce6..8b348db0246 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -16,6 +16,7 @@ SUBDIR += filebench SUBDIR += fio SUBDIR += flops + SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += geekbench SUBDIR += gtkperf |