Displaying 20 results from an estimated 7000 matches similar to: "heavy VBR traffic with HTB"
2004 Oct 10
2
Use l7-filter in/and TCNG.
Hello every one!
I''m making a project to a discipline in the university and the project
is make a Linux router that grants QoS to Multimedia connections (the
prof. say we can use Open Source Soft. :) or reinvent the wheel). I have
been googeling and googeling and i found the l7-filter in source forge
and the spectacular simple language that is TCNG. Well the problem is
how can i
2004 Aug 27
5
Large number of HTB classes
I am planning a setup with thousands of classes in a HTB qdisc, say from
1:1000 to 1:2000, each with a very small rate and a big ceil, for fair
sharing of a 45mbit link.
I suspect some problems could be lurking in there.
Anyone having good/bad experience with such number of classes?
Simon
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2007 Aug 01
4
tc shown rate larger than ceil (was "Weird rate in HTB")
An earlier exchange about someone seeing the rate larger than the
ceiling is posted below. Andy explained the reason for the "above
ceiling" rate in Daniel''s output . . . but I just saw an example that
doesn''t fit.
>> tc output >>
class htb 1:14 parent 1:1 leaf 14: prio 1 quantum 3072 rate 256000bit
ceil 282000bit burst 1820b/8 mpu 0b overhead 0b
2007 Mar 06
1
Help needed with HTB
Hello, a few days ago I sent an email asking for help with my tc htb
rules I''ve got (a script), but I''m not sure if that email got to you...
anyway, I''m sending it again along with my htb script and I''ll tell you
the problem once again:
I have a computer with ip 192.168.0.100 which is acting as a p2p server,
so I want to shape traffic coming out from that
2016 Mar 15
2
no puedo instalar knitr y Rmarkdown en ubuntu
Buenas, he intentado varias veces instalar knitr y Rmarkdown tanto desde
Rstudio como desde la terminal de Ubuntu usando diferentes codigos y en
nunca consegui q lo instalara.
el error q tira es el siguiente:
Warning in install.packages :
installation of package
?/tmp/RtmpavyTWw/downloaded_packages/stringr_1.0.0.tar.gz? had non-zero
exit status
Alguien me podria ayudar, porq estoy dejando
2004 Nov 24
5
HTB Script
2016 Mar 16
2
no puedo instalar knitr y Rmarkdown en ubuntu
Hola Carlos, el ubuntu tiene compilador :)
Este es el error completo al querer instalar el paquete stringr
Installing package into ?/home/jose210179/R/i686-pc-linux-gnu-library/3.2?
(as ?lib? is unspecified)
--2016-03-15 21:46:23--
https://cran.rstudio.com/src/contrib/stringr_1.0.0.tar.gz
Resolviendo cran.rstudio.com (cran.rstudio.com)... 54.230.163.212
Conectando con cran.rstudio.com
2004 Oct 28
4
HTB is losing packets ?
Hello all,
I have using htb for last 10-12 months to manage the bandwidth share.
Until last month everything was ok, but now after a kernel upgrade (from
2.4.20 to 2.4.26 because a kernel bug that generate a oops) the Linux router
is droping packets. It is weird because the "tc -s class ls dev eth1" (in the
class I monitor) reports no packet drop, the "tc -s qdisc ls dev
2001 Jul 12
4
kernel panic with ext3 and cbq
Hello,
I'm usign Kernel 2.2.19 with ext3 0.0.7b patches. I'm also
using cbq to control bandwidth. The cbq is correctly creating
the classes and queueing disciplines but, whenever I call cbq stop
I get a kernel panic:
> Aiee, killing interrupt handler
> Kernel panic: Attempted to kill idle task!
> In interrupt handler - not syncing
The exact line in cbq script that is
2005 Jun 09
3
Understanding of HTB classes
Hi all,
I have configured HTB classes on my public interface. I have split the
bandwidth among two subclasses say 1:2 and 1:3.
Lets say if I configure the rate limit of say 1:2 as 250kbps with a ceil
setting of 1000kbps,
I presume it means that the class can have bandwidth upto 1000kbps,
provided the bandwidth is unused, if not it is assured a bandwidth of
250kbps.
Is my understanding
2017 Jul 13
2
consulta por varTypes de sqlSave en RODBC
Hola Javier, si no estoy entendiendo mal, lo q deseo hacer no se trata de
configurar los parametros SQL, sino solo de colocar un vector en el
argumento VarTypes de la funcion sqlSave.
El manual especifica esa opcion, pero no da ningun ejemplo de como usarla.
*varTypes an optional named character vector giving the DBMSs datatypes to
be used for*
*some (or all) of the columns if a table is to be
2004 Nov 16
1
Dynamic traffic shaping or ATM like classes
Is it possible to dynamically do bandwidh reservation?
That is, I want to limit the traffic to 50% for upload
and download, but if there aren''t onbound traffic, who
is doing a download will get 100% of bandwidh and if
there aren''t inbound traffic, who is doing a upload
will get 100%, but if there are both inbound and
outbount traffic, each one get limited to 50%.
I think this
2017 Jul 13
2
consulta por varTypes de sqlSave en RODBC
Buen dia Javier, muchas gracias por tu ayuda y el script compartido.
Me va a servir como ayuda para seguir aprendiendo sobre RODBC pero no
encuentro una solucion para este problema puntual de poder definir el tipo
y ancho de las variables, q segun creo se hace con el argumento varTypes.
Si alguien tien algun ejemplo donde haya usado la SqlSave y VarTypes, me
sera de gran ayuda.
Abrazo a todos
2006 Sep 13
1
HTB shaping problem
Hi all !
I''m building a network appliance whose goals are to enhance Voip
quality on 512/128k DSL links. But, i have a voice quality problem,
and i think i''m doing something wrong, but i can''t find what. Please
excuse my terrible english, i''m french.
>From what i''ve read, tc is the tool i need. I read the documentations,
readmes and lartc.org
2018 Dec 26
3
You removed Weboob package over political reasons? Whole Internet laughs at you
On Mon, Dec 24, 2018 at 01:26:15PM -0500, rj coleman wrote:
>
>
> > On Dec 24, 2018, at 10:42 AM, Alice Wonder <alice at domblogger.net> wrote:
> >
> >> On 12/24/18 7:21 AM, vsnsdualce at memeware.net wrote:
> >> Debian is not ruled by the men who actually write the software, but instead women.
> >
> > *snip*
> >
> > Can we
2006 Jan 06
6
HTB traffic shaping odd effects
Hi,
I''m trying to perform some (what I consider) basic traffic shaping on
our network utilising HTB. I have mostly reused the example on the
lartc.org site:
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil
80mbit burst 19k
tc class add dev eth0
2004 Jun 17
19
HTB is nor fair when ''borrowing? Can someone correct me or maybe Devik''s HTB has a bug?
Hello there!
Yesterday I started my experiments with HTB.
I configured it this way:
1: root HTB qdisc
|
1:1 HTB class rate 1000kbit
|
/-------+------\
1:40 1:50 1:60
user1 user2 user3
rate 333 & ceil 1000 for everyone.
User2 is disconnected and user1 and user3 are downloading.
For all the time (t1-t5) there are ONLY these two users downloading!
HTB should give
2008 Oct 28
7
RHEL4 = Use "yum"
Hello guys,
I would like to configure my puppet to use "yum" instead "up2date" (default
RHEL4).
How can I do this? :)
Thanks!
--
Tiago Cruz
Linux User #282636
Mandriva Conectiva PRO Certified Linux Instructor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2007 Dec 08
4
disconnect after too many errors?
There are a couple of jerks that are tying to dictionary attack my
email server, and one of the vectors is pop3/imap logins. Something I
would like to do in dovecot, but can't seem to find, is the ability to
disconnect after a certain number of errors. The vast majority of my
users (i.e. me) don't hand-type POP3 or IMAP transactions, but when we
do, we know how to spell things
2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
Hello,
I have a serious problem with HTB which I wasn''t able to solve myself.
I run a masquerading router with ppp0 as interface to the Internet.
Three clients need to share a downstream of 1 MBit, which I want
to divide with tc.
When I see a packet being forwarded to one of these clients, I give
it the appropriate unique mark:
iptables -t mangle -A FORWARD -d 192.168.34.141 -j MARK