forked from flowgrind/flowgrind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
37 lines (35 loc) · 1.79 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: flowgrind
Section: net
Priority: extra
Maintainer: Christian Samsel <[email protected]>
Build-Depends: debhelper (>= 7), autotools-dev, libxmlrpc-c3-dev | libxmlrpc-core-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev
Standards-Version: 3.9.6
Homepage: http://www.flowgrind.net
Vcs-Git: git://github.com/flowgrind/flowgrind.git
Vcs-Browser: https://github.com/flowgrind/flowgrind
Package: flowgrind
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Distributed network performance measurement tool
Flowgrind is a TCP performance measurement tool similar to iperf
and netperf to measure throughput and other metrics for TCP.
In Flowgrind's distributed architecture, the flowgrind controller
is used to schedule flows between and collect live samples from
nodes running the flowgrindd daemon.
.
Features:
* Measure bandwidth, delay, and IAT and sample TCP kernel metrics (tcp_info)
* Bulk transfers, rate-limited flows, sophisticated request/response test
* Report observed MSS/MTU size
* Set buffer size on per flow basis
* Set congestion control algorithm, DSCP field, etc.
* Uses asynchronous I/O to improve fairness between flows
* Gnuplot compatible configureable output format
Tag: admin::benchmarking, implemented-in::c, interface::commandline, network::client, network::server, protocol::ethernet, protocol::ip, protocol::ipv6, protocol::tcp, role::program, scope::utility, use::analysing, use::checking, use::monitor, works-with::network-traffic
Package: flowgrind-dbg
Section: debug
Architecture: any
Depends: flowgrind (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Debugging version of flowgrind
This package contains debugging symbols for flowgrind, a
distributed network performance measurement tool.