search for: 8000bit

Displaying 4 results from an estimated 4 matches for "8000bit".

Did you mean: 80000bit
2006 Feb 23
1
1k: 1000 or 1024?
The docs[1][2] suggest it''s 1024, but tc says something else: # tc qdisc add dev eth0 root tbf rate 1kbps latency 50ms burst 1500 # tc -s qdisc ls dev eth0 qdisc tbf 8009: rate 8000bit burst 1499b lat 48.8ms ^^^^^^^ Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 If 1k were 1024, then I would have 8192bit above. 1. http://www.docum.org/docum.org/faq/cache/74.html 2.http://ds9a.nl/2.4Networking/howto/lartc...
2005 Sep 26
1
Hmmm... Weird results with HTB in kernel 2.6.11
...burst 1603b/8 mpu 0b overhe ad 0b cburst 1809b/8 mpu 0b overhead 0b level 6 Sent 27361971 bytes 52043 pkt (dropped 0, overlimits 0 requeues 0) rate 32704bit 6pps backlog 0b 0p requeues 0 lended: 16076 borrowed: 2007 giants: 0 tokens: -1796566 ctokens: 16310 class htb 1:39 parent 1:1 rate 8000bit ceil 1686Kbit burst 1600b/8 mpu 0b overhe ad 0b cburst 1809b/8 mpu 0b overhead 0b level 6 Sent 258423850 bytes 281091 pkt (dropped 0, overlimits 0 requeues 0) rate 132152bit 19pps backlog 0b 0p requeues 0 lended: 5241 borrowed: 270604 giants: 0 tokens: -1073545 ctokens: 1525 As you can se...
2007 Sep 16
5
doubt about bridge qdisc
Hi guys, i have a little doubt ; I have eth0 ethernet and eth1 wireless , and they are bridged in br0 Is there any difference in the behavior between do tc qdisc add dev br0 root sfq OR tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq -- []''s Salatiel "O maior prazer do inteligente é bancar o idiota diante de um idiota que banca o
2005 Jul 12
0
PLEASE HELP! SHAPING P2P STILL NOT WORKING
...{ sfq; } ; $interactive = class ( prio 1, rate 18kBps, ceil UPRATE ) { sfq; } ; } } } } CLASSES class htb 2:1 root rate 200000bit ceil 200000bit burst 1624b cburst 1624b class htb 2:2 parent 2:1 leaf 3: prio 0 rate 48000bit ceil 200000bit burst 1605b cburst 1624b class htb 2:3 parent 2:1 leaf 4: prio 7 rate 8000bit ceil 80000bit burst 1600b cburst 1609b class htb 2:4 parent 2:1 leaf 5: prio 1 rate 144000bit ceil 200000bit burst 1617b cburst 1624b As you can see here, class 2:3 stands for the p2p class, and that...