Skip to content

Instantly share code, notes, and snippets.

@ripplecart
Created December 17, 2021 16:30
Show Gist options
  • Save ripplecart/bb9ebe9ee2b35b2a177930b18236ed6d to your computer and use it in GitHub Desktop.
Save ripplecart/bb9ebe9ee2b35b2a177930b18236ed6d to your computer and use it in GitHub Desktop.
Installing Flent on Ubuntu 21.04
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt update
sudo apt install iperf
sudo apt install netperf
sudo apt install flent
# first try, success!
flent tcp_download -p totals -l 60 -H netperf-eu.bufferbloat.net -t my-first-flent -o first.png
# tried the gui:
flent-gui
# got error:
ERROR: unable to find a usable Qt version
# mucked about a lot, but found:
sudo apt install python3-qtpy
flent-gui
# (this now starts the gui)
# nice commands
flent --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment