search for: txmin

Displaying 2 results from an estimated 2 matches for "txmin".

Did you mean: xmin
2004 Jul 20
3
Fw: HTB - Really Big problem
...ik+1] done for x in $(awk ''{ print $1 }'' /skrytpy/ip6); do licznik=$[$licznik+1] done #Server licznik=$[$licznik+1] #plus router licznik=$[$licznik+1] echo number of users to $licznik #counting rate rx1=$[$rxmax-10] tx1=$[$txmax-10] # dla klasy domyslnej rxmin=$[$rx1/$licznik] txmin=$[$tx1/$licznik] echo rx $rxmin tx $txmin #echo $rxmin #root classes #rx tc qdisc del root dev eth1 tc qdisc add dev eth1 root handle 1:0 htb r2q 1 default 2 tc class add dev eth1 parent 1:0 classid 1:1 htb rate $rxmax$kbit ceil $rxmax$kbit #tx tc qdisc del root dev eth0 tc qdisc add dev eth0 root...
2004 Jul 28
3
Re: Re: HTB 3.13 please help
...t; > > > > echo number of users to $licznik > > > > > > #counting rate > > > > > > rx1=$[$rxmax-10] > > > > > > tx1=$[$txmax-10] # dla klasy domyslnej > > > > > > rxmin=$[$rx1/$licznik] > > > > > > txmin=$[$tx1/$licznik] > > > > > > echo rx $rxmin tx $txmin > > > > > > #echo $rxmin > > > > > > #root classes > > > > > > #rx > > > > > > tc qdisc del root dev eth1 > > > > > > tc qdisc add dev et...