Git Product home page Git Product logo

flent-docker's Introduction

flent-docker

Dockerized flent app for Realtime Response Under Load Network Test

If you have doubts about dockerizing flent due to its impact on results. Please compare below results. Both were done with same source and destination hosts. Only difference is dockerized version of flent.

Setup

Building image

$ docker build -t <image_name> -f <Dockerfile> .

Example:

$ docker  build -t flent -f Dockerfile .

Usage

Running default test

$ docker run --rm --volume=<path_to_local_directory>:/data flent

Example:

$ docker run --rm --volume=/data:/data flent

Results and Test chart will be stored in <path_to_local_directory>

Above command will run flent with options:

$ flent   rrul \
        -p all_scaled \
        -l 60 \
        -H netperf-eu.bufferbloat.net \
        -o /data/RRUL_Test.png \
        --figure-width=20 \
        --figure-height=15 \
        -z

Runing with different options

Flent can be run also with custom options

$ docker run --rm --volume=<path_to_local_directory>:/data flent <options>

Example:

$ docker run --rm --volume=<path_to_local_directory>:/data flent \ 
	rrul_torrent \
        -p totals \
        -l 30 \
        -H netperf-eu.bufferbloat.net \
        -o /data/RRUL_Test_Custom.png \
        --figure-width=20 \
        --figure-height=15 \
        -z

Tests worth trying:

  • rrul
  • rrul_torrent
  • rtt_fair
  • tcp_12down

All available tests can be displayed with

$ flent --list-tests

Help

$ docker run --rm --volume=<path_to_local_directory>:/data flent --help

Inspired by:

Bufferbloat - Wikiipedia

bufferbloat.net

OpenWRT SQM configuration

flent-docker's People

Contributors

arbal avatar cdeex avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.