similar to: bandwidth control on htb

Displaying 20 results from an estimated 1000 matches similar to: "bandwidth control on htb"

2005 May 26
2
Leaky bucket in TC
Hi, I am trying to control bandwidths of the connections by using TC with HTB. But I want to implement Leaky Bucket on this structure so as to have a straight flow. Due to being new in this area, could anyone help me how I could do this? Does TC support leaky bucket? Best regards, Fatih Duzova
2005 May 24
2
source code of tc-traffic controller
Hi, I need the source code of tc-traffic controller tool, but due to being new here, I could not find it. And also I should know whether I can implement leaky bucket with tc. I would be grateful, if anybody could help me.. Fatih Duzova
2005 Jun 23
7
where s filtering done?
hello, I am trying to find where filtering is done in order to drop packets randomly there (eg.10%of them) for a testing purpose in a school project. I want to do this after packet is filtered and before being sent. I d aprreciate if you could help or suggest. Thanks.
2005 May 28
0
Dynamic bandwidth control on htb
Hi, I ve implemented htb queues for some ports on my computer by filtering. when creating queues at very first, i defined rate and ceil values (and made them equal to have a constant bw). How can i change dynamically after this, to increase or decrease bw then? Is there any way to do this? I would be glad, if anyone could help me.. Fatih DUZOVA
2005 Jun 09
1
Segmentation fault
Hi, I have a small question about tc''s source code. I m trying to compile the code by itself, and for this purpose i ve created a big .c file that includes all the sources it uses. the reason behind this to make a small modification for my school project. But whenever I try to do "tc qdisc add ..." or "tc class add..", it gives the error segmentation fault, and it
2015 Jun 16
3
Virtualization
ESX(i) 6 and vCloud Air. At home, KVM and Vagrant. On Tue, Jun 16, 2015 at 10:46 AM, Numan Fatih YARCI < fatih.yarci at linux.org.tr> wrote: > KVM - Vagrant - Docker :) > > On Tue, 16 Jun 2015 at 17:41 Alessandro Baggi <alessandro.baggi at gmail.com> > wrote: > > > Hi list, > > what solution do you use for virtualizzation? > > > > thanks in
2004 Jan 31
6
HTB dequeueing in pairs fixed
I posted earlier when I noticed that htb was releasing packets in pairs, even though my burst/quantums were 1 pkt. To fix I set HTB_HYSTERESIS 0 in net/sched/sch_htb.c . This gives a noticable gain in upstream worst case latency, for me with 256kbit/s up I used to see +90 sometimes, now it''s +45. For the many who have 128 up it should limit them to +90 rather than +180. Andy.
2006 Jun 15
2
[PATCH 0/2] Runtime configuration of HTB''s HYSTERESIS option
The HTB qdisc has a compile time option, HTB_HYSTERESIS, that trades accuracy of traffic classification for CPU time. These patches change hysteresis to be a runtime option under the control of "tc". The effects of HYSTERESIS on HTB''s accuracy are significant (see chapter 7, section 7.3.1, pp 69-70 in Jesper Brouer''s thesis: http://www.adsl-optimizer.dk/thesis/ ),
2010 Sep 30
4
interactive session
Hi guys, My concern is to create an automated process from the beginning to the end. I want to copy all my code together in one piece and paste it to R console and sit back and relax :) except one moment in which the program should ask me to enter a number.. and only then (only after getting a valid number from me) it should continue to read and process the rest of the code. I tried lots of
2005 Jun 08
14
HTB is being hang my computer :/
What''s wrong... I have Celeron 633MHz nd 768Mb RAM. When I''m running my script everything is OK, but when I''m connecting Internet and LAN link computer is hanging. But when i dissconnect this everything is OK. I have 500 users, 1500 classes and 3000 filters. Is it normal? What should I do?
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
Im using a Linux machine with standard pc hardware with 3 seperate PCI network interfaces to operate as a DiffServ core router using Linux traffic control. The machine is a P4 2.8ghz, 512mb RAM running fedora core 3 with the 2.6.12.3 kernel. All links and network interfaces are full duplex fast ethernet. IP forwarding is enabled in the kernel. All hosts on the network have their time sychronised
2007 May 16
5
drop a letter
hello, how can I do to drop C from this character "C325" ? _____________________________________________________________________________ [[alternative HTML version deleted]]
2005 Apr 12
8
HTB ATM MPU OVERHEAD (without any patching)
I know there is that handy patch available to very efficiently use ATM bandwidth, but I was wondering what the best values to use with a non-patched iproute2 would be. Anyone here care to check my logic in coming up with these numbers and perhaps suggest better values? My transmit speed is 768kbps per ADSL line (I have two). This is the HTB shaping I do on the interface (logic used for this
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7 -----Original Message----- From: Flechsenhaar, Jon J Sent: Wednesday, September 27, 2006 10:30 AM To: lartc@mailman.ds9a.nl Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken? Please see below Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7 -----Original Message----- From:
2006 Jan 28
2
gypsy, and not only
hi i ve seen one of your replies here and i saw that you receomend 2 modifications in the kernel files in order to improve htb. first in pkt_sched.h, changing PSCHED_JIFFIES to PSCHED_CPU. and then, sch_htb.c, changing HYSTERESIS from 1 to 0. is it that simple? i mean i just change these here variables and i get better results? i ve done a search and found the first file in 3 locations. where
2011 Sep 01
1
Hysteresis modeling and simulation
Can anyone suggest a package or code for modeling a hysteresis process in R? I'm currently modeling a certain dataset with a GAM using mgcv, something like gam(y~ s(x, by=z) + z, family = Gamma(link=log),data=data) and getting fits with about 9 estimated degrees of freedom in the smooth for each value of z. FWIW, z is a treatment applied to a system which should have made an improvement,
2005 Sep 22
2
importing mails from a outlook express .dbx files
Hi, i need to import mails from outlook express .dbx files to thunderbird, kmail or and other email client. thanks.
2015 Jun 16
0
Virtualization
What do you think about Proxmox VE? > ESX(i) 6 and vCloud Air. At home, KVM and Vagrant. > > > On Tue, Jun 16, 2015 at 10:46 AM, Numan Fatih YARCI < > fatih.yarci at linux.org.tr> wrote: > >> KVM - Vagrant - Docker :) >> >> On Tue, 16 Jun 2015 at 17:41 Alessandro Baggi <alessandro.baggi at gmail.com> >> wrote: >> >>> Hi list,
2006 Jun 15
0
[PATCH 1/2] Runtime configuration of HTB''s HYSTERESIS option (kernel)
The HTB qdisc has a compile time option, HTB_HYSTERESIS, that trades accuracy of traffic classification for CPU time. These patches change hysteresis to be a runtime option under the control of "tc". The effects of HYSTERESIS on HTB''s accuracy are significant (see chapter 7, section 7.3.1, pp 69-70 in Jesper Brouer''s thesis: http://www.adsl-optimizer.dk/thesis/ ),
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