search for: 7mbps

Displaying 8 results from an estimated 8 matches for "7mbps".

Did you mean: mbps
2004 Jan 27
3
tncg and bandwidth limiting
...thing like that. I think this will work for me, I just want to make sure this is the best way to do things. ---------------------------- dev INTERFACE { egress { class ( <$all> ) if 1; htb () { class ( rate 100Mbps, ceil 100Mbps ) ; $all = class ( rate 7Mbps, ceil 7Mbps ) ; } $o = bucket(rate 7Mbps, burst 200kB, mpu 200B); class (2) if (conform $o && count $o) || drop; } } /* tcng syntax English equivalent tc syntax ----------- -------------------- --------- bps...
2003 May 07
4
IPFW Bandwidth throttling?
I am trying to limit outgoing SMTP traffic to about 14 Mbps and these are the IPFW rules I am using. ${fwcmd} add pipe 1 tcp from 192.168.0.0/24 to any 25 out via dc0 ${fwcmd} pipe 1 config bw 14Mbit/s I've tried multiple tweaks to the pipe rule and I seem to be missing something. I only get about half the bandwidth I specify. Is this normal behavior? Is there something wrong
2005 Dec 07
2
can the htb applied to http/ftp server not in the router???
...with maximum rate is 30 kbps and download from ftp server with max rate is 60 kbps other use 10 kbps (total is 100 kbps), qos is set in the server... i want use htb tools that i have installed (linux kernel 2.4.20-8) i had read htb manual, but when i tried to download from client, the rate always 7mbps ( whereas i put ceil 100kbps at the root class ), i want to ask, can htb/lartc applied in the server not in the router??? if can, please someone post a tc command for a problem above!! thank you regards -fals-
2010 Feb 12
2
scalability
Hi Folks, How scalable is dovecot. Do you think a machine with a dual core 2.8Ghz processor and 2GB of RAM would do a business with 600 users? This server will have a 100Mbps link to the net, however it will be access by the business using a couple of ADSL lines (Roughly 7Mbps each). This machine will also be running Postfix Your help is appreciated Cheers Jonny
2001 Apr 04
1
Problem with bandwidth
Hi all, Here is my setup: Host1 ---> Router ----> Host2 When i run ttcp -t on Host1 while ttcp -r in Host2, the bandwidth that i can get is about 860 Kbytes/s, which is less than 7Mbps. But i am using NIC 10Mbps for all machines. Why is that so? Currently, i am experimenting with the example efcbq. I am using MGEN (a UDP traffic generator) to send 2 flows of traffic (EF and BE) from Host1 to Host2. I allocate EF 3Mbit and BE 7Mbit in router. But using DREC (a receiver tha...
2004 Jan 28
1
Problems with multipath routing.
Hi all, I have setup two multipath route tables on my system for doing failover routing, What I want it''s that if GW at route1 of the MP is dead, traffic goes by route2, for doing that I have created the multipath routes as follows: ip route add table mail.traffic proto static nexthop via ${GW1} dev eth1 weight 1 nexthop via ${GW2} dev eth1 weight 250 But it does not run as I
2004 Jan 29
0
Burst Rate?
If I''m using the following to very simply police my incoming bandwidth: ingress { $p = bucket(rate 7Mbps, burst 1000kB, mpu 200B); class (1) if (conform $p && count $p) || drop; } How should i be calculate the burst rate? Cisco has their own special algorithm for calculating the correct burst rate, is there a similar method I should be using to calculate burst on a linux box? Also are t...
2008 Aug 26
4
Samba write performance in kernel
hi, I would like to know is it possible to make writing file to samba completely in kernel? I'm using a slow CPU (FA526) , and the memory copy is even slower. The reading performance is over 7 MB/s, with mmap and sendfile enabled, while writing is only 4-5 MB/s. Without mmap and sendfile, reading from samba is also about 4-5 MB/s. I use Oprofile to profile writing file to samba and found