search for: jjo

Displaying 5 results from an estimated 5 matches for "jjo".

Did you mean: jj
2006 Apr 26
1
HTB - Rate errors
Hi, I''m trying to get HTB working correctly on Centos4 (RHEL-based) with kernel 2.6.9-34.EL. I have two gigabit network interfaces bridged together and I have created the following: tc qdisc add dev eth2 root handle 1: htb default 1 r2q 8000 tc class add dev eth2 parent 1: classid 1:1 htb rate 100Mbit burst 24k cburst 24k (I have been trying different parameters). The network is
2006 Apr 27
1
Unsubscribe
...ly reporting just >> under 8Mbits/sec. Has anyone got any suggestions for me to try? > > CentOS''s tc version(iproute2-ss040831) is known to have buggy rates(at > least > for htb). You have to multiply by 8 the rate value. > > You can use htb-stats[1] script made bye jjo ciarlante, it is bery usefull > to > see real-time htb class rates, this script has a (soft)fix for the bug in > CentOS and display htb rates correctly. > > [1] http://freshmeat.net/projects/htb-stats/ > -- > Luciano > > > ------------------------------ > > Messa...
2006 May 10
11
HTB at 100+ Mbits/sec
Hello all, I''ve been trying to test HTB performance for different link bandwidths to find potential limits and this is what I have so far: http://home.comcast.net/~msethuraman/htbtest/ Can members please go over the setup, test procedure and the results and answer a few questions? 1. Is the testing methodology okay and can the results be considered accurate? If so, is this a decent
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;}9DKH&I(HKT&zV@^nBeQ{K<&9)n z%PYmQjh;@Pj-G3pc at kL7?@87Rp6teINyE}A!8-I<)wt~HuJv at x|Mj|DajiD-G*)r8 z%~9A3CaL>f9)UB5nVE$F>0p!q<(L2Ju(Oh@=wDQtkyt~2UnH-w3PjC9^`jpIby<UM z&bO@&4*On3N6iEJu>tZEfy34Shka3>E!^D_^BF?9Wu-@?TMl!y30L(9kNq<BQtJ_G z>;Y?G|7*=htYvjjO*l`rb>XTe=;G~lQ0q#+ucDiMAD)u%Qd*aSCq7cEl?TFVxSCbS zwa0=|2~*|sMEM;}JS}$g>Fep=t*}>-5w=NA$x#^a52<mK_U-5CRn((Y_lhJ7_-ckk zs^kX=ah|lkCFdsmFr`cM&2Dxg-TVU6I+57;??Em}WV-0-f3x4Hq<Q>rKDs0wx^?Nr z&@gs+`%XcgX?v7b`3e%Y{DSfzHttZJ at JI`Wd$H)?T=*&qhFAG&3L at Z+FD@Cpk%CqQ z{p2B{02?...
2001 Feb 14
0
[SOLVED] tc qdisc ingress setup problems...
After digging, straceĀ“ing ... etc I found that the common error with eg.: # tc qdisc add dev eth0 handle ffff: ingress RTNETLINK answers: No such file or directory is due to *iproute2* tool default configuration (and most iproute precompiled packages) in addition to correct kernel setup. You must change in iproute2/Config: TC_CONFIG_DIFFSERV=y and recompile, etc