Metadata-Version: 2.0
Name: flent
Version: 0.14.0
Summary: The FLExible Network Tester
Home-page: http://flent.org
Author: Toke Høiland-Jørgensen <toke@toke.dk>
Author-email: toke@toke.dk
License: GNU GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: KDE
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Provides-Extra: GUI
Requires-Dist: PyQt4 (>=4.9); extra == 'GUI'
Provides-Extra: Plots
Requires-Dist: matplotlib (>=1.1); extra == 'Plots'


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 users:** Use the `packages from the Open Build Service
  <https://software.opensuse.org/download.html?project=home:tohojo:flent&package=flent>`_

- **Arch Linux users:** Install 'flent' from the AUR.

- **Other Linux and OSX with Macbrew:** Install from the Python cheese shop:
  ``pip install flent``.


Quick Start
-----------

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


