File: control

package info (click to toggle)
flowgrind 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 784 kB
  • sloc: ansic: 7,721; sh: 86; makefile: 64; xml: 13
file content (37 lines) | stat: -rw-r--r-- 1,820 bytes parent folder | download
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: optional
Maintainer: Arnd Hannemann <arnd@arndnet.de>
Build-Depends: debhelper (>= 10), autotools-dev, libxmlrpc-core-c3-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, libgsl0-dev, libpcap-dev, uuid-dev
Standards-Version: 4.5.1
Homepage: https://flowgrind.github.io
Vcs-Git: https://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.