Sponsored Link
Install wondershape on ubuntu
Open the terminal and run the following command
sudo apt-get install wondershaper
Wondershaper syntax
Shows the status of traffic shaping on that interface.
wondershaper [interface]
Example
sudo wondershaper eth0 1000 500
Removes all traffic shaping from that interface.
wondershaper clear [interface]
Example
sudo wondershaper clear eth0
Configures the wondershaper on the specified interface, given the specified downlink speed in kilobits per second, and the specified uplink speed in kilobits per second.
wondershaper [interface] [downlink] [uplink]
Example
sudo wondershaper wlan0 512 128
You can also use Wondershaper on network bridge interface.
One thing of note, though, if you mistype the clear command as
sudo wondershaper eth0 clear
you will still get a response saying that the interface is cleared, even when it isn’t.