search for: 8sec

Displaying 9 results from an estimated 9 matches for "8sec".

Did you mean: 5sec
2006 Sep 14
10
tc is giving an error: RTNETLINK answers: File exists
...;' # high priority destination ports - I''ll fill these in later (when this # thing works) HIGHPORT= # low priority destination ports LOWPORT= $TC qdisc add dev $IDEV root handle 1: cbq bandwidth 1600Kbit cell 8\ avpkt 1000 mpu 64 $TC class add dev $IDEV parent 1: classid 1:1 est 1sec 8sec cbq\ bandwidth 1600Kbit rate 1500kbit allot 1514 maxburst 20 avpkt 1000\ prio 0 bounded isolated cat $IPS | sed -e ''s/#.*$//; s/^ *$//;'' | while read IP RATE STATUS; do if [ "x$IP" == "x" ]; then continue fi # I use the last byte of the customer...
2001 Jun 08
2
Problem with TC
...not sure if this problem has been discussed already. I am running red-hat LINUX 2.2.14 and the version of iproute that comes with it. The problem is that whatever I give as a command it tells me RTNETLINK answers : Invalid argument Example : tc qdisc add dev eth2 handle 10: root estimator 1sec 8sec prio bands 3 priomap 0 1 2 I have tried all kinds of combinations and it refuses to do anything...Can anyone please help me?? Thanks, Anand Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/
2002 Dec 29
8
wondershaper + htb prio + qdisc prio
...didn''t work so he tryed with just a prio qdisc and put the icmp packets in the 0 band, the script: $iptables -t mangle -A POSTROUTING -p icmp -j TOS --set-tos 0x10 $tc qdisc del $IF_EXT root $tc qdisc add $IF_EXT root handle 10: prio $tc qdisc add $IF_EXT parent 10:1 handle 20: est 1sec 8sec bfifo $tc qdisc add $IF_EXT parent 10:2 handle 30: est 1sec 8sec bfifo $tc qdisc add $IF_EXT parent 10:3 handle 40: est 1sec 8sec bfifo $tc filter add $IF_EXT parent 10: protocol ip prio 1 u32 match ip tos 0x10 0xff flowid 10:1 $tc filter add $IF_EXT parent 10: protocol ip prio 1 u32 match ip tos...
2007 Apr 17
0
RSVP questions?
...2.) What is the relationship between the CBQ class created for RSVP traffic and the CBQ parameter that is in RSVP.conf? - ex. ### cbq qdisc ### tc qdisc add dev eth0 root handle 1: cbq bandwidth 10mbit avpkt 1000 mpu 64 ### cbq root rate ### tc class add dev eth0 parent 1:0 classid :1 est 1sec 8sec cbq bandwidth 10mbit rate 1mbit allot 1514 maxburst 50 avpkt 1000 ### extra class ### tc class add dev eth0 parent 1:1 classid :2 est 1sec 8sec cbq bandwidth 10mbit rate 100kbit allot 1514 weight 500Kbit prio 6 maxburst 50 avpkt 1000 ### rsvp class - classid acts as filter ??? ### tc class add dev...
2007 Dec 15
1
hfsc and bps
Hi! Do you know somthing about hfsc and bps? There''s no output for speed only for packets. Doesn''t hfsc support such a field? tc -s class show dev eth0 class hfsc 1: root Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 period 0 level 2 class hfsc 1:11 parent 1:1 sc m1 0bit d 18.0ms m2 1000Kbit ul m1 0bit d 0us m2
2007 May 04
0
RSVP RESV not seen
...rate sinkrate rsvp 100 RSVP.CONF: - all nodes have the corresponding settings api 4000 interface eth1 refresh 10000 tc cbq 1000000 2500 CBQ SCRIPT: $TC qdisc add dev $DEVICE root handle 1: cbq \ bandwidth $RATE avpkt 1000 mpu 64 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \ bandwidth $RATE rate $RATE allot 1514 maxburst 50 avpkt 1000 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \ bandwidth $RATE rate $BE_RATE allot 1514 weight 500Kbit \ prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ffff borrow $TC class add dev $DEVICE parent 1:1 classid :3...
2007 May 16
5
statistics and calc bandwidth traffic using tc -s qdisc show
2020 May 08
4
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
...------------------- | Options | size | link time | used memory | ------------------------------------------------------------- | A | 1.50G(100%) | 9sec(100%) | 9307MB(100%) | ------------------------------------------------------------- | B | 0.76G( 50%) | 68sec(755%) | 15055MB(161%) | ------------------------------------------------------------- | C | 0.82G( 54%) | 8sec( 89%) | 8402MB( 90%) | ------------------------------------------------------------- | D | 0.96G( 64%) | 6sec( 67%) | 4273MB( 46%) | --------------------------...
2002 May 14
1
what''s the meaning of xchg()?
...sage: 2 >Date: Fri, 22 Mar 2002 12:49:26 -0600 (CST) >From: Alex Leyva <aleyva@pichon.df.gob.mx> >To: <lartc@mailman.ds9a.nl> >Subject: [LARTC] Determining tbf parameters > >Hi, im doing something like this: >tc qdisc add $DEV parent 1:110 handle 110: estimator 1sec 8sec \ > tbf rate 1Mbit burst ??? limit ??? > >I've been triying with diferent values for burst, limit and latency, but >we cant understand how to determine the correct values for them. > >In "Short evaluation of linux token-bucket-filter queueing discipline" >b...