bandwidth - linux

Limit bandwidth using wondershaper


# limit to ~1 MB/s download and  ~200 kbps upload
sudo ~/wondershaper/wondershaper -a enp37s0 -d 1000 -u 200

# limit to ~500 kb/s download and  ~200 kbps upload
sudo ~/wondershaper/wondershaper -a enp37s0 -d 500 -u 200

# clear bandwidth limiting
sudo ~/wondershaper/wondershaper -c -a enp37s0