Slow ethernet in linux
#17
using netperf and multiple streams, courtesy of the wrapper script: https://github.com/akhepcat/BettererSpeedTest

Code:
qdisc is not enabled:
  root@p64:~# lsmod | grep ifb | wc -l
  0

  root@p64:~# BettererSpeedTest
  2016-04-29 10:29:38 Testing against speedtest (ipv4) with 20 simultaneous sessions while pinging oldspeedtest (30 seconds)
  ...............................
   Download:  942 mb/s
    Latency: (in msec, 31 pings, 0.00% packet loss)
        Min: 0.306
      10pct: 0.325
     Median: 0.772
        Avg: 1.032
      90pct: 1.970
        Max: 2.460
  ...................................
     Upload:  575 mb/s
    Latency: (in msec, 24 pings, 0.00% packet loss)
        Min: 0.414
      10pct: 0.424
     Median: 42.400
        Avg: 58.657
      90pct: 137.000
        Max: 253.000
 



And then I enable qdisc, via custom wrapper script:
Code:
  root@p64:~# tc qdisc show
  qdisc htb 1: dev eth0 root refcnt 2 r2q 625 default 11 direct_packets_stat 0 direct_qlen 1000
  qdisc fq_codel 8002: dev eth0 parent 1:11 limit 10240p flows 1024 quantum 300 target 5.0ms interval 100.0ms
  qdisc ingress ffff: dev eth0 parent ffff:fff1 ----------------
  qdisc htb 1: dev ifb0 root refcnt 2 r2q 625 default 11 direct_packets_stat 0 direct_qlen 32
  qdisc fq_codel 8001: dev ifb0 parent 1:11 limit 10240p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn
 
 
  root@p64:~# BettererSpeedTest
  2016-04-29 10:31:54 Testing against speedtest (ipv4) with 20 simultaneous sessions while pinging oldspeedtest (30 seconds)
  ..............................
   Download:  505 mb/s
    Latency: (in msec, 31 pings, 0.00% packet loss)
        Min: 0.333
      10pct: 0.365
     Median: 0.457
        Avg: 0.626
      90pct: 0.546
        Max: 5.740
  ..............................
     Upload:  845 mb/s
    Latency: (in msec, 29 pings, 0.00% packet loss)
        Min: 0.368
      10pct: 0.416
     Median: 0.750
        Avg: 2.315
      90pct: 2.820
        Max: 26.500
 


as you can see, my queuing still needs some tweaking to get the download speeds to recover to pre-queuing speeds,
but the upload speeds are quite nice.


Messages In This Thread
Slow ethernet in linux - by dipole - 04-17-2016, 08:32 AM
RE: Slow ethernet in linux - by androsch - 04-17-2016, 08:50 AM
RE: Slow ethernet in linux - by dipole - 04-17-2016, 09:04 AM
RE: Slow ethernet in linux - by may1791 - 04-17-2016, 03:18 PM
RE: Slow ethernet in linux - by coleshores - 04-18-2016, 09:40 AM
RE: Slow ethernet in linux - by Sailing_Nut - 04-22-2016, 01:53 PM
RE: Slow ethernet in linux - by patrickhwood - 04-22-2016, 09:06 PM
RE: Slow ethernet in linux - by androsch - 04-22-2016, 04:25 PM
RE: Slow ethernet in linux - by Sailing_Nut - 04-22-2016, 07:13 PM
RE: Slow ethernet in linux - by androsch - 04-23-2016, 01:15 AM
RE: Slow ethernet in linux - by baryluk - 04-23-2016, 03:11 PM
RE: Slow ethernet in linux - by piahoo - 04-28-2016, 09:03 AM
RE: Slow ethernet in linux - by tkaiser - 04-28-2016, 09:45 AM
RE: Slow ethernet in linux - by piahoo - 04-28-2016, 12:55 PM
RE: Slow ethernet in linux - by tkaiser - 04-28-2016, 01:02 PM
RE: Slow ethernet in linux - by baryluk - 04-28-2016, 04:15 PM
RE: Slow ethernet in linux - by ak_hepcat - 04-29-2016, 12:41 PM
RE: Slow ethernet in linux - by longsleep - 04-29-2016, 01:03 PM
RE: Slow ethernet in linux - by ak_hepcat - 04-29-2016, 02:21 PM
RE: Slow ethernet in linux - by baryluk - 05-01-2016, 01:27 PM
RE: Slow ethernet in linux - by ak_hepcat - 05-04-2016, 01:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  NEMS Linux 1.5 Released for A64/A64+, A64-LTS/SOPine, Rock64, RockPro64 (NAGIOS) Baldnerd 4 9,285 03-28-2020, 06:20 PM
Last Post: ty1911
  Howto run Linux with resolution other than 1080p longsleep 28 66,757 06-13-2019, 01:53 AM
Last Post: Nilda
  NEMS Linux for Pine A64 (+) Luke 1 5,135 05-09-2019, 05:42 PM
Last Post: pineadmin
  Pine Board using linux stuck during boot sequence ktaragorn 4 8,257 03-30-2019, 06:48 AM
Last Post: ktaragorn
  Gentoo Linux test image xalius 23 48,721 01-28-2019, 11:05 PM
Last Post: necrose99
  Rockpro64 NFS root mount (kernel 4.20) - ethernet help? tenspd137 0 2,926 12-06-2018, 01:14 AM
Last Post: tenspd137
  Real-time linux kernel Artyom 45 73,023 09-11-2018, 01:08 AM
Last Post: zzwpine
  linux distribution hazerty 3 6,168 04-01-2018, 02:48 PM
Last Post: dkryder
  Linux Web Server OS harcrow 2 5,839 01-30-2018, 10:26 AM
Last Post: Rustproof
  eta linux image?? firosiro 1 4,076 08-03-2017, 10:05 PM
Last Post: pfeerick

Forum Jump:


Users browsing this thread: 1 Guest(s)