search for: staszewski

Displaying 10 results from an estimated 10 matches for "staszewski".

2005 Nov 11
6
action redirect and dummy interface
Hello i have some problems on 2.6.14 kernel dummy and iproute :) i have server with 2 nics : eth0 <> inet eth1 <> lan dummy0 (i want to shape incoming traffic from lan machine on this interface) my config: tc qdisc del dev dummy0 root tc qdisc add dev dummy0 root handle 1: htb tc class add dev dummy0 parent 1: classid 1:1 htb rate 100kbit ceil 100kbit tc class add dev dummy0
2011 Apr 13
0
ordinal predictor in anova
...anova(lm(length ~ treatment_ordered+treatment2+treatment_ordered:treatment2, sugars)) Any suggestions? Thanks, V. -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. ----- End forwarded message ----- -- Vincent STASZEWSKI Institute of Infection and Immunology Research Ashworth Laboratories Kings' Buildings EH9 3JT Edinburgh Scotland, UK Tel: 0044(0)131 650 8682 webpage: http://reece.bio.ed.ac.uk/vincent-staszewski.html -- The University of Edinburgh is a charitable body, registered in Scotland, with registrati...
2007 Apr 18
1
[Bridge] Performance problem with linux bridge ... compare kernel 2.6.13.4 to 2.6.15.1
With kernel 2.6.13.4 linux bridge with traffic management for 4000users and 20.4 MB/s(tx)/22.4 MB/s(rx) data load of CPU is max 50% With kernel 2.6.15.1 the same linux bridge with the same traffic has 100% CPU load and in top I have ksoftirqd proccess. The machine is P4 3.2 GHz with 1GB of ram and 4 NetGear 620 cards The config is: /sbin/modprobe acenic link=0x0100,0x0100,0x0100,0x0100
2005 Jul 16
0
Odp: LARTC Digest, Vol 5, Issue 34
...r. Date: Fri, 15 Jul 2005 14:16:33 +0200 From: Peter Surda <surda@shurdix.com> Subject: Re: [LARTC] Use of qcdisc+htb To: lartc@mailman.ds9a.nl Message-ID: <200561514163326735@mail.routehat.org> Content-Type: text/plain; charset=UTF-8 On Fri, 15 Jul 2005 11:55:34 +0200 "Pawe** Staszewski" <pstaszewski@artcom.pl> wrote: >Hello Hello >I have 40Mbit/s internet uplink >Average transfer 25Mbit/s >- 3957 users [cut] Well, the question is what kind of TC-setup you have. Do you have a separate HTB class for every user? Yours sincerely, Peter
2004 May 05
1
Limit filters
it is posible to do more than 2048 filter rules and classes like this: /sbin/tc class add dev eth1 parent 1:15 classid 1:101 htb rate 1kbit ceil 6128kbit prio 1 quantum 1500 /sbin/tc filter add dev eth1 protocol ip pref 0 parent 1: u32 match ip dst 10.10.24.17 flowid 1:101 /sbin/tc qdisc add dev eth1 parent 1:101 handle 101: sfq /sbin/tc class add dev eth1
2004 Aug 31
4
WRR problem and other things
...protocol ip prio 2 u32 match ip dst 1.1.1.1 flowid 1:2049 RTNETLINK answers: File exist tc filter add dev imq1 parent 1:0 protocol ip prio 2 u32 match ip dst 1.1.1.1 flowid 1:2050 RTNETLINK answers: File exist So classes are added corectly but filters not. WHY .... Please help me Regards Paweł Staszewski
2005 Jul 14
5
Use of qcdisc+htb
Hi folks. This message may be a bit verbose and not as techie as the ones I''ve seen in this list, but describing the scenario will save a lot of messages. Scenario: A building with 17 floors, each floor with 24 offices (totals 408 offices) connected to the backbone through a border switch (1 vlan for each office). The offices can lease bandwidth of 64k, 128k, 256k, 512k, 1M and 2Mbps,
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello You must add first: vlan (tagged) to eth2 eth2 interface is not tagged by default and not know vlan-s . It is like a cisco if you have 24 ports in cisco by default all ports are in vlan1. if you want to do trunk (with vlans) you myst add (vlans) to this ports (tagged or untagged) So you can compare that all interfaces in linux by default are in one vlan(but not tagged). (only for
2005 Jun 02
8
How many (htb) tc classes and qdiscs are too many?
We have a Linux box that is acting as the gateway to the internet for about 400 people, typically there are not more then 50 of them using the internet at any given time. We would like to provide different levels of access to different users. For example 128kbps to some users and 256kbps to others. We have considered creating a class and qdisc for each user (using htb) however we don''t
2006 Feb 14
0
Re: filter performance/optimization questions (Imre Gergely)
Can you also post : mpstat -P ALL 1 20 iostat -x 1 10 and opreport --symbols ??