search for: 40mbit

Displaying 20 results from an estimated 30 matches for "40mbit".

Did you mean: 10mbit
2004 Jun 22
5
htb filter
...ation. # Init shaper root for dev eth0 tc qdisc add dev eth0 root handle 2: htb default 200 # Default shaper for dev eth0 tc class add dev eth0 parent 2:0 classid 2:200 htb rate 100Mbit prio 10 tc qdisc add dev eth0 parent 2:200 sfq perturb 10 # Init NET1 shaper for dev eth0 , rate 30Mbit , ceil 40Mbit tc class add dev eth0 parent 2:0 classid 2:30 htb rate 30Mbit ceil 40Mbit prio 1 tc qdisc add dev eth0 parent 2:30 sfq perturb 10 tc filter add dev eth0 parent 2:0 protocol ip prio 1 u32 match ip src 192.168.1.0/24 flowid 2:30 # Init NET2 shaper for dev eth0 , rate 30Mbit , ceil 40Mbit tc cla...
2003 Jan 07
1
Trouble about snmp.html
...#./tc.sh #./get_snmp.pl #./snmp.pl #tc -s class ls dev eth0 class htb 20:1 root rate 80Mbit ceil 80Mbit burst 106440b cburst 106440b Sent 674762 bytes 5660 pkts (dropped 0, overlimits 0) rate 3bps lended: 0 borrowed: 0 giants: 0 tokens: 8313 ctokens: 8313 class htb 20:10 parent 20:1 rate 40Mbit ceil 80Mbit burst 54017b cburst 106440b Sent 670753 bytes 5598 pkts (dropped 0, overlimits 0) rate 3bps lended: 0 borrowed: 0 giants: 0 tokens: 8434 ctokens: 8313 class htb 20:100 parent 20:10 rate 20Mbit ceil 80Mbit burst 27810b cburst 106440b Sent 663469 bytes 5498 pkts (dropped 0, overlimi...
2014 Mar 07
5
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...ure that most of the tx buffers were freed in time in guest. So even if about 50% packets were delayed in zero-copy case, vhost could continue to do the transmission through data copy in this case. Test result: Before this patch: VM1 to VM2 throughput is 9.3Mbit/s VM1 to External throughput is 40Mbit/s CPU utilization is 7% After this patch: VM1 to VM2 throughput is 9.3Mbit/s Vm1 to External throughput is 93Mbit/s CPU utilization is 16% Completed performance test on 40gbe shows no obvious changes in both throughput and cpu utilization with this patch. The patch only solve this issue when unl...
2014 Mar 07
5
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...ure that most of the tx buffers were freed in time in guest. So even if about 50% packets were delayed in zero-copy case, vhost could continue to do the transmission through data copy in this case. Test result: Before this patch: VM1 to VM2 throughput is 9.3Mbit/s VM1 to External throughput is 40Mbit/s CPU utilization is 7% After this patch: VM1 to VM2 throughput is 9.3Mbit/s Vm1 to External throughput is 93Mbit/s CPU utilization is 16% Completed performance test on 40gbe shows no obvious changes in both throughput and cpu utilization with this patch. The patch only solve this issue when unl...
2014 Feb 25
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...ure that most of the tx buffers were freed in time in guest. So even if about 50% packets were delayed in zero-copy case, vhost could continue to do the transmission through data copy in this case. Test result: Before this patch: VM1 to VM2 throughput is 9.3Mbit/s VM1 to External throughput is 40Mbit/s After this patch: VM1 to VM2 throughput is 9.3Mbit/s Vm1 to External throughput is 93Mbit/s Simple performance test on 40gbe shows no obvious changes in throughput after this patch. The patch only solve this issue when unlimited sndbuf. We still need a solution for limited sndbuf. Cc: Michael...
2014 Feb 25
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...ure that most of the tx buffers were freed in time in guest. So even if about 50% packets were delayed in zero-copy case, vhost could continue to do the transmission through data copy in this case. Test result: Before this patch: VM1 to VM2 throughput is 9.3Mbit/s VM1 to External throughput is 40Mbit/s After this patch: VM1 to VM2 throughput is 9.3Mbit/s Vm1 to External throughput is 93Mbit/s Simple performance test on 40gbe shows no obvious changes in throughput after this patch. The patch only solve this issue when unlimited sndbuf. We still need a solution for limited sndbuf. Cc: Michael...
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...delayed in zero-copy case, vhost >> > could continue to do the transmission through data copy in this case. >> > >> > Test result: >> > >> > Before this patch: >> > VM1 to VM2 throughput is 9.3Mbit/s >> > VM1 to External throughput is 40Mbit/s >> > CPU utilization is 7% >> > >> > After this patch: >> > VM1 to VM2 throughput is 9.3Mbit/s >> > Vm1 to External throughput is 93Mbit/s >> > CPU utilization is 16% >> > >> > Completed performance test on 40gbe shows no o...
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...delayed in zero-copy case, vhost >> > could continue to do the transmission through data copy in this case. >> > >> > Test result: >> > >> > Before this patch: >> > VM1 to VM2 throughput is 9.3Mbit/s >> > VM1 to External throughput is 40Mbit/s >> > CPU utilization is 7% >> > >> > After this patch: >> > VM1 to VM2 throughput is 9.3Mbit/s >> > Vm1 to External throughput is 93Mbit/s >> > CPU utilization is 16% >> > >> > Completed performance test on 40gbe shows no o...
2010 Dec 10
5
Large Drives
...Z1 for this data. Are there any 2TB drives that will work with ZFS presently? I am willing to take the risk that if I lost a single disk, that they others wouldn''t fail during the stress of a resilver. Write speed doesn''t matter to me. But I need read speeds to supply at least 40mbit/second. I have 8GB of ram on this machine with usually 1 sometimes 2 concurrent reads - so I think prefetch should take care of these read demands regardless if the drive is green. So my question for this vdec is.. What is the best 2TB drive available for a raidz1 configuration? Are the samsung...
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,
2014 Feb 26
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...t; So even if about 50% packets were delayed in zero-copy case, vhost >> could continue to do the transmission through data copy in this case. >> >> Test result: >> >> Before this patch: >> VM1 to VM2 throughput is 9.3Mbit/s >> VM1 to External throughput is 40Mbit/s >> >> After this patch: >> VM1 to VM2 throughput is 9.3Mbit/s >> Vm1 to External throughput is 93Mbit/s > Would like to see CPU utilization #s as well. > Will measure this. >> Simple performance test on 40gbe shows no obvious changes in >> throughput aft...
2014 Feb 26
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...t; So even if about 50% packets were delayed in zero-copy case, vhost >> could continue to do the transmission through data copy in this case. >> >> Test result: >> >> Before this patch: >> VM1 to VM2 throughput is 9.3Mbit/s >> VM1 to External throughput is 40Mbit/s >> >> After this patch: >> VM1 to VM2 throughput is 9.3Mbit/s >> Vm1 to External throughput is 93Mbit/s > Would like to see CPU utilization #s as well. > Will measure this. >> Simple performance test on 40gbe shows no obvious changes in >> throughput aft...
2014 Feb 26
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...y case, vhost >>>> could continue to do the transmission through data copy in this case. >>>> >>>> Test result: >>>> >>>> Before this patch: >>>> VM1 to VM2 throughput is 9.3Mbit/s >>>> VM1 to External throughput is 40Mbit/s >>>> >>>> After this patch: >>>> VM1 to VM2 throughput is 9.3Mbit/s >>>> Vm1 to External throughput is 93Mbit/s >>> Would like to see CPU utilization #s as well. >>> >> >> Will measure this. >>>> Simple perf...
2014 Feb 26
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...y case, vhost >>>> could continue to do the transmission through data copy in this case. >>>> >>>> Test result: >>>> >>>> Before this patch: >>>> VM1 to VM2 throughput is 9.3Mbit/s >>>> VM1 to External throughput is 40Mbit/s >>>> >>>> After this patch: >>>> VM1 to VM2 throughput is 9.3Mbit/s >>>> Vm1 to External throughput is 93Mbit/s >>> Would like to see CPU utilization #s as well. >>> >> >> Will measure this. >>>> Simple perf...
2002 Oct 21
9
help, a children can not borrow from a parent?
Hi ; MY script: tc-htb3 qdisc del dev eth2 root ipchains -F tc-htb3 qdisc add dev eth2 root handle 10: htb default 20 r2q 40 tc-htb3 class add dev eth2 parent 10: classid 10:1 htb rate 50Mbit burst 2000 tc-htb3 class add dev eth2 parent 10:1 classid 10:100 htb rate 12mbit ceil 50mbit prio 1 tc-htb3 class add dev eth2 parent 10:1 classid 10:20 htb rate 38mbit ceil 50Mbit prio 8 ipchains
2007 May 24
0
Poor network performance - caused by inadequate vif configuration?
...n domUs working in PV mode (the P4 does not support VT) the data transfer rates with ''iperf'' were as follows: * dom0/machine 1 => dom0/machine 2 ~800MBit/s * domU/machine 1 => dom0/machine 2 ~700MBit/s * dom0/machine 1 => domU/machine 2 ~ 40MBit/s this flaw of the last test case and the difference between test case 2 and 3 remained more or less constant with various configs of the test systems: * credit or sedf scheduler * various configs of the schedulers * copy mode and flipping mode of netfront driver A detailed analysis with...
2006 Oct 14
0
/proc/net/dev counters
...0 eth0:1181148113 573220076 0 1882102 0 0 0 0 1685931047 3860863738 0 0 0 0 0 0 Between second and third second counter increase of 0 bytes, 1055515817-1055515817=0 the same for fourth and fifth ( on mrtg graphs I''ve about 140Mbit/s incoming traffic - 17.5 MB/s ). On other router I''ve kernel 2.6.14.7 , e1000/2xe100 32bit nics , and interfece counters in /proc/net/dev are looking good: eth0:2101453114 3324697664 3604 3441 3441 92 0 1347064 867323793 3458783738 0 0 0 0 0 0...
2005 Jul 16
0
Odp: LARTC Digest, Vol 5, Issue 34
...m> 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
2014 Mar 07
0
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...in time in guest. > > So even if about 50% packets were delayed in zero-copy case, vhost > could continue to do the transmission through data copy in this case. > > Test result: > > Before this patch: > VM1 to VM2 throughput is 9.3Mbit/s > VM1 to External throughput is 40Mbit/s > CPU utilization is 7% > > After this patch: > VM1 to VM2 throughput is 9.3Mbit/s > Vm1 to External throughput is 93Mbit/s > CPU utilization is 16% > > Completed performance test on 40gbe shows no obvious changes in both > throughput and cpu utilization with this pat...
2014 Feb 27
1
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...; >>>>Test result: >>>>>> > >>>> >>>>>> > >>>>Before this patch: >>>>>> > >>>>VM1 to VM2 throughput is 9.3Mbit/s >>>>>> > >>>>VM1 to External throughput is 40Mbit/s >>>>>> > >>>> >>>>>> > >>>>After this patch: >>>>>> > >>>>VM1 to VM2 throughput is 9.3Mbit/s >>>>>> > >>>>Vm1 to External throughput is 93Mbit/s >>>>>...