Displaying 20 results from an estimated 9000 matches similar to: "RED show command parameters"
2007 Dec 07
1
how RED should work ?
Hi , i am trying to understand how RED queue discipline works but i am
having a few troubles.
The parameters are MIN , MAX , LIMIT , BURST
I put LIMIT = 64Kb, so if i am not wrong it should PDROP anything over
this value , right ?
i put MIN = 8Kb , so no drops at all below this value, right ?
i put MAX = 16Kb, starts to early drop anything above this using probability P.
I put probability at
2005 Nov 11
0
Re: RED qdisc not working...
Daniel J Blueman wrote:
> Has anyone been able to get the RED (random early detection) qdisc
> working lately?
>
> I can''t get anything going through it to be dropped or marked; the
> ''marked'', ''early'', ''pdrop'' and ''other'' fields remain at 0 [1]. In my
> example script [2], I get the 3072Kbits/s
2004 May 31
0
dsmark qdisc in tc(iproute2)
hi,
i am currently working on a project on "design of diffserv testbed
in linux". i am using tc utility of iproute2 for it. The qdisc dsmark used
for marking the DS codepoint at the first hop router makes number of classes
depending on the indices given in the command. But i am not clear how at
the first hop router does scheduling takes place. what i mean is if i have
two flows, whose
2004 Jun 01
0
what does overlimit parameter mean?
hi,
can someone tell me what does "overlimit" means with repect to TBF at the
root when the "show -s qdisc .." is run .
it reports 3 parameters - drops, overlimits and backlog. How are the three
related? is overlimit specified in terms of bytes or packets.
need help urgently
Amita
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2011 May 29
3
Re: error while installing orcad
I get this message when i try to launch the setup of OrCAD version 10.0. I have wive version 1.2.
[quote]Archive: /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe
[/media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe]
End-of-central-directory signature not found. Either this file is not
a zipfile,
2009 Apr 12
1
handling ActiveRecord::RecordNotFound
How should we handle requests for invalid objects which do not exist in
database, ActiveRecord::RecordNotFound error ?
I am writing begin-rescue as follows:
def show
begin
@phone = Phone.find(params[:id])
rescue ActiveRecord::RecordNotFound
flash[:notice] = NONEXIST_OBJECT
redirect_to :controller => :phone, :action => :index
else
respond_to do |format|
2004 May 26
0
(no subject)
hi,
I am currently working on a project on implementation of diffserv testbed
using tc utility from iproute2 package. i am struck in the dsmark qdisc
which allows to mark the DSCP field in IP header at the first hop router.
Once the packets are marked at the first hop , how to schedule them at the
outgoing interface of the router.What i mean is after creating classes for
each DS value, how to set
2001 Apr 30
1
R package
I am looking for the R install package. Any leads to sites from where I
can download the same?
Thanks
Robert
=====
Robert John
Graduate Student
Centre for Ecological Sciences
Indian Institute of Science
Bangalore 560 012
INDIA
Phone : 91-80-3600985
91-80-3092506
Fax : 91-80-3601428
e-mail : robert at ces.iisc.ernet.in
2007 Jun 25
5
RED to use ECN (or work at all?)
Dear Community,
sorry for the somewhat dumb question. Maybe someone has any pointer
to how to setup the RED queue to mark pakets with ECN. In particular
what are appropriate parameter settings for limit, min, max, etc.
All my trials end up with either "RTNETLINK answers: Invalid
argument", although the command line (at least for me) looks fine in
regard to what is said on the
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hi Unnikrishnan C,
On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote:
> Hello,
>
> I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
> module which I wrote. How to run SPEC2000 benchmark in LLVM?
>
> Unnikrishnan C
do you know how to run LLVM's nightly testsuite? It has support for SPEC.
When you configure LLVM you need to use --with-externals to
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello,
I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
module which I wrote. How to run SPEC2000 benchmark in LLVM?
Unnikrishnan C
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2004 Oct 07
0
background graphics under ppt show up as red 'x'
Has anyone ever seen a problem where any graphics on a ppt background (master) show up as one big red 'x'? I can easily reproduce this if this has never been reported before. Everything else in powerpoint seems to work fine.
Using wine-20040914-SuSELinux91.i586.rpm.
PatC
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 19
1
how to identify RTP packets?
Hi,
I am working on voice application. I want to identify RTP packets
and set DSCP for those. Is there anyway to accomplish this task either
using tc or iptables. Please help me..
Thank you
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
Hello,
I modified the PathProfiling.cpp and run opt -inesrt-path-profiling. it
works correctly ,but after path-profile is complete in
Verifier::visitTerminatorInst it prints "Terminator found in the middle
of a basic block!" .
error is I added two basic blocks after return basic block and return has
br label %newprint when printed in pathprofile module
but in
2003 Apr 16
2
Files Show in Windows but not on the Red Hat server
*I just recently migrated our web server to Red Hat 8.0 running Samba 2.2.7
from FreeBSD 4.2 running Samba 2.2.3a.
In windows, a user copy or moves files to there home directory on the server
running samba. The file seems to copy or move fine (It is visible when
accessing the share from explorer), but if I telnet to the server the file
is not in the user's home directory. I have tailed the
2012 Apr 27
0
[LLVMdev] Problem in accessing Loops in other Functions Problem in accessing Loops in other Functions problem in accessing the Loops in other functions
On 4/27/12 2:05 PM, shanmuk rao wrote:
> Hi,
> I am using Loop pass ( runOnLoop() function )
> In this function I want to access all the Loops in all the functions
> in the current Module
>
> the LoopInfo Pass only gives the Loops in the function where the
> current Loop resides :-(
>
> Is there any other Pass by which I can access the Loops in others
> functions
2007 Apr 18
1
[Bridge] Re: 2.6.0-test9 : bridge freezes
On Sat, 22 Nov 2003 20:57:44 +0530 (GMT+05:30)
anand@eis.iisc.ernet.in (SVR Anand) wrote:
> Hi,
>
> I am one of the system administrators who manage a campus network of 5000 users
> that is connected to Internet. We have placed a Linux bridge to isolate the
> Internet from the campus. To nullify network flooding effect, we have used
> iptables. The kernel is 2.6.0-test9, the
2011 Jul 06
2
rrd_updates do not show all parameters
hi
when I try to fetch vm metrics using http://<hostname>/rrd_updates?......
I don'' get all the parameters listed on
http://wiki.xensource.com/xenwiki/XAPI_RRDs for vm
specifically I need ''memory_internal_free'' parameter which is not
provided in rrd export
format I get by above URL
also i don''t get cs other than AVERAGE. when I specify cs=MIN or MAX it
2012 Apr 27
2
[LLVMdev] Problem in accessing Loops in other Functions Problem in accessing Loops in other Functions problem in accessing the Loops in other functions
Hi,
I am using Loop pass ( runOnLoop() function )
In this function I want to access all the Loops in all the functions in the
current Module
the LoopInfo Pass only gives the Loops in the function where the current
Loop resides :-(
Is there any other Pass by which I can access the Loops in others functions
as well ?
......
Regards,
Shanmukha Rao
-------------- next part --------------
An HTML
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
Hi,
I have a default class for my un-marked traffic (prio 5) and a prio 0 class for the important stuff,
but I do not understand why my download traffic is duplicated in both.
It work fine for my upload traffic (same setting except the red class but I have the same
result if I create an esfq instead).
Any comments/information will be appreciated.
Below my config :
tc commands from my scirpt :