ThOLOko escreveu:
Leo,
Vc jah usou o trickle???
Fiquei bem interessado!!!
Vlw...
Faca scripts usando o trickle...
[sv20] /usr/ports> make search name=trickle
Port: trickle-1.06_6
Path: /usr/ports/net/trickle
Info: Lightweight, portable bandwidth shaper
Maint: mezz@xxxxxxxxxxx
B-deps: libevent-1.3b libtool-1.5.22_4
R-deps: libevent-1.3b
WWW: http://monkey.org/~marius/trickle/
Bandwidth Shaper em tempo de execução, nada mais facil e melhor.
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd
SIM, uso direto!
Nada mais facil e pratico!
Veja o exemplo:
ubuntu@beta:~/ATI$ wget
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
--12:01:21--
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
=> `PostgreSQL8.1.4-PV8.1.4a.pbi'
Resolving br.archive.ubuntu.com... 200.17.202.1
Connecting to br.archive.ubuntu.com|200.17.202.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,877,509 (4.7M) [text/plain]
100%[========================================================================================>]
4,877,509 467.62K/s ETA 00:00
12:01:31 (466.78 KB/s) - `PostgreSQL8.1.4-PV8.1.4a.pbi' saved
[4877509/4877509]
ubuntu@beta:~/ATI$ trickle -d 200 wget
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
trickle: Could not reach trickled, working independently: No such file
or directory
--12:01:46--
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
=> `PostgreSQL8.1.4-PV8.1.4a.pbi.1'
Resolving br.archive.ubuntu.com... 200.17.202.1
Connecting to br.archive.ubuntu.com|200.17.202.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,877,509 (4.7M) [text/plain]
100%[========================================================================================>]
4,877,509 190.34K/s ETA 00:00
12:02:11 (189.61 KB/s) - `PostgreSQL8.1.4-PV8.1.4a.pbi.1' saved
[4877509/4877509]
ubuntu@beta:~/ATI$ trickle -d 100 wget
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
trickle: Could not reach trickled, working independently: No such file
or directory
--12:02:16--
http://br.archive.ubuntu.com/pcbsd/PBI/Servers/PostgreSQL8.1.4-PV8.1.4a.pbi
=> `PostgreSQL8.1.4-PV8.1.4a.pbi.2'
Resolving br.archive.ubuntu.com... 200.17.202.1
Connecting to br.archive.ubuntu.com|200.17.202.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,877,509 (4.7M) [text/plain]
100%[========================================================================================>]
4,877,509 97.80K/s ETA 00:00
12:03:06 (94.83 KB/s) - `PostgreSQL8.1.4-PV8.1.4a.pbi.2' saved
[4877509/4877509]
|