Displaying 20 results from an estimated 400 matches similar to: "new here can guide me throw :)"
2005 May 30
2
wrr in 2.6.x
Guys
Given the replies and interests lately on the WRR scheduler, and the
shameless promotion of Route Hat (only kidding), my question is
simple. Is there an alternative for the 2.6.x kernels?
>From what I gather WRR is only available for the 2.4 kernels...
Regards
--
Kenneth Kalmer
kenneth.kalmer@gmail.com
http://opensourcery.blogspot.com
2006 Feb 07
1
Reading in FORTRAN data using R
Hi There:
I was wondering if there is a way to read FORTRAN list data (similar to
IDL's readf function). I often use FORTRAN for most of my number
crunching, and use something like IDL to visualize and perform
statistical analysis on that data. Since the each file is rather large
(>100 Mb), formatting the output into columns or tables is impractical,
hence the "list"
2005 Jan 04
4
Scheduler Mechnisms!
Hello,
Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ,
are there any more? Then, there is a confusion on scheduler in Linux enviroment:
Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if
there is packet which want to enqueue the packet, the Function red_enqueue is
called, but when the packet leave the queue(when the Function red_dequeue
2005 May 19
7
equal bandwidth for all IPs
Hi,
How can I set equal bandwidth of 512kbit downlink and 256kbit uplink for
every single IP address of 254 IP addresses I have in my LAN?
Regards,
ro0ot
2006 Jan 30
2
Suggestions for a new shaper
Guys
Reading through my lartc mail, and thinking on how to tackle my next
shaping solution, gave me an idea. I''d like to propose this idea for
scrutiny and if it sounds viable I''ll definitely need to start
developing in due time.
For me in my day to day work with developing network application
specifically geared for middle-tier ISP''s, and reading on other
peoples
2005 Jul 26
4
wrr vs. htb
Guys
I''m looking for some advice on the following situation:
We''re serving a residential complex with internet, the network has
grown and with it has the problems, below is a descriptive layout of
our current setup:
Connection: ADSL
Down/Up speed: 512kbps/256kbps (1024kbps/256kbps in the near future)
2.0GHz Celeron D with 512MB RAM
Current users: 140
Maximum amount of users:
2009 Nov 10
3
creating multiple plots using a splitting factor
Hello,
I am new to R. I often collect data at multiple sites and need to
create separate graphs (such as scatterplots or histograms) of specific
variables for each site. I have tried to do this by splitting the data
frame and then using lapply, but it seems that the graphing commands
cannot be called as functions. Here is a sample of my data, called
"seeddist2":
site
2005 Jun 07
7
wrr question
Guys
All the recent discussions recently, and the knowledge of a 2.6 port,
of WRR has made me very keen on trying it. I had a look at the docs
and examples know but my mind is not in a very receptive state.
Take this simple example.
Incoming internet connection of 1mbps. Shared between up to 25 users
simultaneously.
I know that WRR can fairly distribute the traffic amongst the
currently
2006 Jan 20
5
multiple wrr as child of htb
Hi all,
Here''s the situation.
I have 80 users sharing a internet link of 5Mb link.
The users are grouped in /29 ip addr classes so I have 10 classes of users
I want to create a root htb, then 10 htb childs each with 0.5Mb
bandwidth. The traffic will be directed to each class using tc filters.
Now, I want that each of 8 users from each class to share equally the
class bandwidth. Can I
2005 Jul 11
4
wonder-shaper
Hi all,
I need to provide shell hosting for about 40 users, and few
days ago I found the wondershaper script, so Im trying to
know if this script could help me to improve interactive ssh/telnet
connections.
Wondershaper could help me or its only efective on OUTGOINGS requests?
Ok, any comment and feedback will be welcome.
Sorry for my bad english and THANKS in advance.
2005 Oct 15
5
esfq ? or wrr ?
Hi
If I have a HTB class with 128kbit, and I want to
put "N" users in that class ( in order to share
bandwidth fairly ) ,
which is better for me ? esfq (hash dst) or wrr ?
I would attach esfq or wrr to HTB parent class.
Also I''ve readed on Jim script that over WRR put
a RED qdisc, but I don''t understand it.
bests
andres
2001 Feb 08
5
kernel freeze after cbq startup
Hello,
I want to ask what am I doing wrong. A few seconds after running this script
my gateway freezes. I use the 2.4.1 kernel compiled on RH 7.0 system using
the kgcc (egcs-1.1.2) compiler.
I have two ethernet cards. The Internet interface eth1 is connected to the
ISP, who shapes out traffic to 128Kbit. I would like to give the high
priority to the e-mail and ssh traffic and to shape others
2002 Jul 10
7
Anything out there that is similar to Cisco''s WFQ?
> From: "CIT/Paul" <xerox@foonet.net>
> Any help would be greatly appreciated :) This is much better than SFQ :>
Sounds like SFQ to me. Can you tell us what the differences are?
2007 Aug 29
5
Round Robin trafic shapping
I have this problem:
I have an Internet line input with variable speed. I have a max speed and a
min speed: Vmax and Vmin.
The speed is always changing between Vmax and Vmin. I want to share the
actual bandwidth (you don''t not how much, you only know the speed is between
Vmax and Vmin) for N clients. The bandwidth should be shared so nobody can
get more bandwidth than the others.
2003 Nov 26
3
Fair queueing: SFQ vs TBF
Hello,
I have one Q. What is better when using as leaf in one leaf with
several hosts (like subnet) to splice traffic equaly to user number?
Like 2 users = 256/2, 3 = 256/3 and so on. WRR was pretty good for this
job, but it''s only for 2.4.21 kernels and mine''s 2.4.22.
So what is better: SFQ or TBF?
--
Artūras Šlajus
_______________________________________________
2004 Sep 17
4
Guaranteed rate per class and maximum ceiling per element in class???
Hi all,
It is my understanding that with HTB, the rate and the ceiling are divided over the elements of the class. E.g. using a rate of 100 kb and a ceiling of 2000 kb for a class with 10 elements on a 100Mb NIC, the effect of the ceiling will be that if all elements are generating their maximimum possible trafic they will be effectively limited to ~ ceiling / number of elements, in this case
2005 Nov 01
4
How to priorize Traffic
Hi guys, I want to priorize traffic comming down from internet on my
ppp0 int
I want port 80 and 21 (and others ) to have preference over P2P traffic,
I don''t want to bann P2P just give to it less prio than other more vital
services... does anyone know how to do it or where to read on.
Thanks in advance
2005 Oct 14
2
share bandwith fairly
Dear members,
I am trying to share the bandwith for all users fairly. because some users heavily uses p2p programs and a few hosts consume most of bandwith. when we limit each flow it does not work as one client has many connection at same time.
Firstly I tried to write a script that use
the ipfm(which accounts traffic usage) logs as follow
.extract ip addresses heavy bandwith users from
2004 Jan 26
3
R2Q
Hello again,
I need to change the R2Q for my script, as setting the quantum manually for
each class is painful. Can you tell me exactly where to set R2Q = x?
I get syntax errors all the time. Should it be specified for each class? I
do not know where to place this setting...
Thanks in advance,
Vlad Mihai
_______________________________________________
LARTC mailing list /
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi,
I have a Debian based NAT router. How can I manage upstream egress
bandwidth based on the LAN ipadress in the network below? My goal is
that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of
90Mbit up/down, both max 100Mbit up/down?
targethost
172.16.255.254
|
|
172.16.0.1
natrouter