Displaying 20 results from an estimated 1000 matches similar to: "Prioritizing VOIP traffic without sacrificing throughput"
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 :
2004 Sep 30
7
tc monitoring
I have managed to dynamically parse the output of commands:
tc qdisc ls dev eth0 and
tc -s class show dev eth0
Save statistics in an rrd database and display it via a php script.
see http://143.233.4.215/graph.php and dload scripts from
http://143.233.4.210/qos/
My next step in developing this monitoring software is to somehow manage to
create a tree out of tc and then use it to greatly
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
2006 Mar 13
3
hfsc and dropped packets
Hi,
I''m trying to get a handle on hfsc. Here is my configuration:
root@jmnrouter:/jmn# tc class show dev vlan1
class hfsc 1: root
class hfsc 1:1 parent 1: ls m1 0bit d 0us m2 225000bit ul m1 0bit d 0us m2
225000bit
class hfsc 1:10 parent 1:1 rt m1 191000bit d 25.0ms m2 135000bit ls m1 0bit
d 0us m2 135000bit ul m1 0bit d 0us m2 225000bit
class hfsc 1:20 parent 1:1 rt m1 22008bit d
2006 Mar 21
5
HFSC and default qdisc backlog
I don''t understand the following:
root@jmnrouter:~# tc -s class ls dev vlan1 && tc -s qdisc ls dev vlan1
class hfsc 1: root
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
period 0 level 2
class hfsc 1:1 parent 1: sc m1 0bit d 0us m2 220000bit ul m1 0bit d 0us m2
220000bit
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
period 31304 work 7533852 bytes level 1
class hfsc 1:10
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
2002 Oct 15
1
Réf . : Re: trying to use wondershaper on a dedicated line (not adsl)
here''s the output :
# tc -s -d class show dev eth0
class cbq 1: root rate 10Mbit cell 8b (bounded,isolated) prio
no-transmit/8 weight 10Mbit allot 1514b
level 2 ewma 5 avpkt 1000b maxidle 23us
Sent 294 bytes 7 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 605 undertime 0
class cbq 1:10 parent 1:1 leaf 10: rate 100Kbit cell 8b prio 1/1 weight
100Kbit allot 1600b
2002 Dec 07
4
Why my script doesn''t work ???
Hi All,
I''m using iptables-1.2.7a on RedHat8 kernel 2.4.20.
I wanted to limit the file-sharing traffic to the internet.
I marked the packets with iptables:
iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d !
192.168.1.1/24 --dport 1024:1862 -j MARK --set-mark 1
iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d !
192.168.1.1/24 --dport 1864:65535 -j MARK --set-mark 1
2005 Mar 11
4
HTB statistics
Hi,
there is something I''m not able to understand about HTB statistics.
Why the qdisc show show how many packets are overlimits but in the
classes there are always 0 packets overlimits or dropped?
I try to expain with a simple example. I create a qdisc htb with only a
class and then i do a lot of traffic.
pc-innocenti:~# tc qdisc add dev eth0 parent root handle 1: htb default 10
2012 Jul 20
4
Control y axis
I can't get the y axis to extend the full range that I need, which is -8 to 8
Here's my code. I tried using ylim, but it's still truncating at the
extremes in my data.
plot(x, y, type ="o", xlab="Panelist", ylab="T value",lwd=1.5,lty=1)
xlim=range(1:14),ylim=range(-8:8), las=1)
Any suggestions?
Thanks!
--
View this message in context:
2006 Sep 12
3
Completely isolating P2P/BitTorrent traffic
Hi all,
I''m tring to isolate P2P traffic, specifically BitTorrent, for my QoS
scripts. I can''t seem to completely isolate ALL BitTorrent traffic.
I identify & mark packets and then use tc filters to put them into
appropriate classes. My firewall rules (below) do the markings. My VoIP
boxes'' and ICMP traffic get highest priority (mark 1). Then comes DNS, SSH,
2019 Feb 18
4
Troubles upgrading jailed DC from 4.8.7 to 4.8.9
On 2/17/19 8:18 PM, Rowland Penny via samba wrote:
> Possible things to check:
> Is the ip for vlan1 10.1.2.34 ?
Sure.
It's the only IP vlan1 has inside the jail; it's shown as an alias on
the base host.
> Try just setting 'vlan1'
You mean change "interfaces=vlan1 10.1.2.34/24" to just "interfaces=vlan1"?
It doesn't change anything (still
2003 Oct 06
2
installation of R
Hi,
I wish to install R on my computer but I do not know how to do this. I have a Windows ME.
Please advise on how to install R.
Thank you.
Stefanie
[[alternative HTML version deleted]]
2006 Mar 12
2
tapply with unequal length of arguments
Hi everyone,
Is it possible to use tapply(x,y,mean) if not all groups of x by y are
of the same length (for example if you have one missing observation)?
I tried tapply(x,y,mean,na.omit=T) but it doesn't work!
Steffi
--
---------------------------------
Stefanie von Felten
Doktorandin
ETH Z?rich
Institut f?r Pflanzenwissenschaften
ETH Zentrum, LFW A 2
Telefon: 044 632 85 97
Telefax: 044
2011 Apr 05
1
Antw: Re: Confidence interval for the difference between proportions - method used in prop.test()
Dear Josh,
Thanks for your help!
Does your answer mean, that you agree the two methods should do the same, and what I was guessing, despite the small differences?
What I prefer about ci.pd is, that the help clearly says which method is implemented, which is not the case for prop.test. But I do not know who has programmed the function.
Best wishes
Steffi
Stefanie von Felten, PhD
Statistician
2019 Feb 17
2
Troubles upgrading jailed DC from 4.8.7 to 4.8.9
Hello.
On several FreeBSD 11.2/amd64 servers, I've got a jail dedicated to
running Samba as an AD DC.
Some days ago I upgraded one of them from 4.8.7 to 4.8.9 and suddenly
everything stopped working.
Since it was a production box, I immediately restored the whole jail
from a backup, with no chance to better investigate.
Today, with more time, I tried on another server and again I run
2006 Jan 04
4
HOWTO: Render partial in div
Hey-
I''m using ROR 1.0 and script.aculo.us 1.5.1. I''ve been trying
unsuccessfully to render a partial in a DIV, but can''t seem to get the
right combination of stuff to make it work. There seems to be a few
different ways of going about it. Right now I can render a partial.
What do I need to to render the partial in a div? Here is what it
looks like so far:
#
2011 Apr 05
1
Confidence interval for the difference between proportions - method used in prop.test()
Hello,
Does anyone know which method from Newcombe (1998)* is implemented in prop.test for comparing two proportions?
I would guess it is the method based on the Wilson score (for single proportion), with and without continuity correction for prop.test(..., correct=FALSE) and prop.test(..., correct=TRUE). These methods would correspond to no. 10 and 11 tested in Newcombe, respectively. Can
2013 May 31
1
Re: Fwd: Does Set Block IO tune take effect in the same session.
On 31.05.2013 07:05, vikrant verma wrote:
> Hello Michal,
>
> Throttling is working now after setting inbound.average = 10 (i have
> set other values to 0 )
> But i am observing an inconsistent behavior in the observed throttling
> bandwidth
>
> when i set inbound.average = 10 , i observed bandwidth of 24 kbps
> when i set inbound.average = 100 , i observed
2007 May 01
2
Forwarding between untagged vlans
I''m trying to implement simple untagged vlans on our switch and have
misconfigured something..
ISP gw is on the default vlan1 (untagged)
Router
eth1 is setup on the switch with default vlan1 and member of vlan4.
eth0 is default vlan4 which connects to the clients that are all
default members of vlan4
eth0 is x.x.x.86/28 This is what clients are connecting to as their gw..
(no