Skip to content

bryanv/flent

 
 

Repository files navigation

Flent: The FLExible Network Tester

Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. It was previously known as 'netperf-wrapper'. See the web site for the main documentation: https://flent.org.

Installing Flent

Installing Flent can be done in several ways, depending on your operating system:

  • Debian and Ubuntu: apt install flent.
  • Ubuntu pre-18.04: Add the tohojo/flent PPA.
  • Arch Linux: Install Flent from the AUR.
  • FreeBSD: pkg install flent to install the package or cd /usr/ports/net/flent && make install to install the port.
  • Other Linux and OSX with Macbrew: Install from the Python Package Index: pip install flent.

Quick Start

See https://flent.org/intro.html#quick-start or doc/quickstart.rst.

About

The FLExible Network Tester.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.1%
  • C 2.5%
  • Other 1.4%