flent 2.1.1-3 source package in Ubuntu

Changelog

flent (2.1.1-3) unstable; urgency=medium

  * debian/control: Remove Build-Depends on python3-mock (Closes: #1069937).

 -- Toke Høiland-Jørgensen <email address hidden>  Fri, 3 May 2024 17:00:00 +0200

Upload details

Uploaded by:
Internet Measurement Packaging Team
Uploaded to:
Sid
Original maintainer:
Internet Measurement Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flent_2.1.1-3.dsc 1.6 KiB fc0b847d61ca7c65a66ffe708461263e8a487bb713173f6c9fe59644b125ddb2
flent_2.1.1.orig.tar.gz 3.5 MiB 214595ae0e2edfed15f7bf386c707d4b19b0ff30e8b0d1d60aa51ab32d6b8c46
flent_2.1.1-3.debian.tar.xz 3.3 KiB 4c901950ef5dce8bc79b02c870d5518ee8b9619d75b55cd7c91d15116f2a6474

Available diffs

No changes file available.

Binary packages built by this source

flent: FLExible Network Tester for bufferbloat testing and more

 The FLExible Network Tester: Python wrapper to run multiple simultaneous
 netperf/iperf/ping instances and aggregate the results.
 .
 Tests are specified as config files (which are really Python), and
 various parsers for tool output are supplied. At the moment, parsers for
 netperf in -D mode, iperf in csv mode and ping/ping6 in -D mode are
 supplied, as well as a generic parser for commands that just outputs a
 single number.
 .
 Several commands can be run in parallel and, provided they output
 timestamped values, (which netperf ping and iperf do, the latter with a
 small patch, available in the misc/ directory), the test data points can
 be aligned with each other in time, interpolating differences between
 the actual measurement points. This makes it possible to graph (e.g.)
 ping times before, during and after a link is loaded.