----------------------------------------------------------------- # Just a litle setup to test the Lartc Token Bucket Filter on a 16000kbit/1024kbit internet connection so called ADSL Setup: Modem <|=|> DSL-Router <|=|> Debian-Router <|=|> Windows Client All tests have been done from the Windows Client with a 1GB File over FTP to a vsftpd-Server Results of the ping is a average time of 50 pings (ping -n 50) ----------------------------------------------------------------- Ping without any download to a german host = 20 ms Download from a german server = 10500kbit Upload to a german server = 1000kbit Upload & download together Download = 3000kbit Upload = 1000kbit Ping = 372ms Download and upload together with TBF-tc rule: (tc qdisc add dev eth0 root tbf rate 980kbit latency 30ms burst 1540) Download = 8500kbit Upload = 950kbit Ping = 54ms