Displaying 7 results from an estimated 7 matches for "maxidle".
Did you mean:
max_idle
2002 Oct 15
1
Réf . : Re: trying to use wondershaper on a dedicated line (not adsl)
here''s the output :
# tc -s -d class show dev eth0
class cbq 1: root rate 10Mbit cell 8b (bounded,isolated) prio
no-transmit/8 weight 10Mbit allot 1514b
level 2 ewma 5 avpkt 1000b maxidle 23us
Sent 294 bytes 7 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 605 undertime 0
class cbq 1:10 parent 1:1 leaf 10: rate 100Kbit cell 8b prio 1/1 weight
100Kbit allot 1600b
level 0 ewma 5 avpkt 1000b maxidle 23us
Sent 12274 bytes 203 pkts (dropped 0, overlimits 19)...
2002 Dec 07
4
Why my script doesn''t work ???
Hi All,
I''m using iptables-1.2.7a on RedHat8 kernel 2.4.20.
I wanted to limit the file-sharing traffic to the internet.
I marked the packets with iptables:
iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d !
192.168.1.1/24 --dport 1024:1862 -j MARK --set-mark 1
iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d !
192.168.1.1/24 --dport 1864:65535 -j MARK --set-mark 1
2004 Oct 29
1
CBQ: sibling isolated-classes lend out bandwidth
How can it be, that class 1:3 in my case borrows, when all sibling
classes are isolated ?
nessus:~# tc -s -d class show dev eth1
class cbq 1: root rate 100Mbit cell 8b (bounded,isolated) prio
no-transmit/8 weight 100Mbit allot 1514b
level 2 ewma 5 avpkt 1000b maxidle 1us
Sent 484 bytes 7 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 77 undertime 0
class cbq 1:1 parent 1: rate 768Kbit cell 8b (bounded,isolated) prio
no-transmit/8 allot 1500b
level 1 ewma 5 avpkt 1000b maxidle 3772us
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
borrowed 47...
2006 Feb 07
0
unable to get download restrictions working on an interface
...protocol ip handle 4 fw flowid 11:1
When i do a qdisc show and class show, it shows me the information.
tc -s -d qdisc show dev vm01; tc -s -d class show dev vm01
qdisc cbq 11: rate 100Mbit cell 8b mpu 64b (bounded,isolated) prio
no-transmit/8 weight 100Mbit allot 1514b
level 1 ewma 5 avpkt 1000b maxidle 2us
Sent 0 bytes 0 pkts (dropped 0, overlimits 0 requeues 0)
borrowed 0 overactions 0 avgidle 65 undertime 0
class cbq 11: root rate 100Mbit cell 8b mpu 64b (bounded,isolated) prio
no-transmit/8 weight 100Mbit allot 1514b
level 1 ewma 5 avpkt 1000b maxidle 2us
Sent 0 bytes 0 pkts (dropped 0, ov...
2002 May 14
1
what''s the meaning of xchg()?
...fs to modify?
>
>Some other debug info:
>
>*******************************************************
>[root@adsl bin]# tc -d qdisc show dev eth0
>qdisc cbq 1: rate 33600bps cell 8b (bounded,isolated) prio no-transmit/8
>weight 33600bps allot 1514b
>level 1 ewma 5 avpkt 1000b maxidle 928us
>[root@adsl bin]#
>[root@adsl bin]#
>[root@adsl bin]#
>[root@adsl bin]# tc -d class show dev eth0
>class cbq 1: root rate 33600bps cell 8b (bounded,isolated) prio no-transmit/8
>weight 33600bps allot 1514b
>level 1 ewma 5 avpkt 1000b maxidle 928us
>class cbq 1:1 paren...
2001 Apr 21
0
CBQ : does it really function?
...es 12343 pkts (dropped 0, overlimits 0)
qdisc sfq 8001: dev eth0 quantum 1514b limit 128p flows 128/1024
Sent 7481929 bytes 51839 pkts (dropped 0, overlimits 0)
qdisc cbq 10: dev eth0 rate 64Kbit cell 8b (bounded,isolated) prio no-transmit/8 weight 64Kbit allot 1514b
level 2 ewma 5 avpkt 1000b maxidle 3813us
Sent 59200280 bytes 119949 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 99999 undertime 0
What''s wrong? Why there is no dropped neither overlimits? I do everything like in AdvRouting HOWTO. Linux RedHat
7.0 2.2.17-14
--
Best regards,
Serguei...
2001 Dec 07
3
more on cbq parameters
While I''m thinking about that review of howto changes, here are a few
other responses about things I don''t believe. I''ll be interested in
more info if anyone has any.
====
[from new doc]
Besides being classful, CBQ is also a shaper and it is in that aspect
that it really doesn''t work very well. It should work like this.
I''ve not noticed that it