使用参数–limit-rate = 80k,wget的下载速度可以限制在80k / s.
url="http://caesar.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-CD-1.iso";
wget --limit-rate=80k -c $url -O /tmp/debian.iso
现在我想在firefox中控制80k / s以下的下载速度.如何设定限额?
iptable还是tc可以完成任务吗?
解决方法:
使用trickle
trickle -d 80 firefox
或使用flashgot,可以使用wget下载文件.