Super slow download speeds 10MB/s (from 60MB/s)

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Super slow download speeds 10MB/s (from 60MB/s)

Post by sander »

Also a great tool to measure pure HTTP / HTTP download thus line speed: axel

Code: Select all

$ axel http://cdimage.ubuntu.com/daily-live/current/kinetic-desktop-amd64.iso

[ 18%]  .......... .......... .......... .......... ..........  [60356,9KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60359,4KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60362,2KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60361,8KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60357,9KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60357,9KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60358,4KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60357,5KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60360,4KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60360,3KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60363,1KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60360,2KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60361,6KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60360,2KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60362,6KB/s]
[ 18%]  .......... .......... .......... .......... ..........  [60359,5KB/s]

So about 60 MB/s, about 480 Mbps nett, so about 500 Mbps linespeed.

Or less output: print each 5000th line:

Code: Select all

$ axel http://cdimage.ubuntu.com/daily-live/current/kinetic-desktop-amd64.iso | awk 'NR % 5000 == 0'
[  6%]  .......... .......... .......... .......... ..........  [65324,1KB/s]
[ 13%]  .......... .......... .......... .......... ..........  [64452,8KB/s]
[ 20%]  .......... .......... .......... .......... ..........  [64262,1KB/s]
[ 26%]  .......... .......... .......... .......... ..........  [64232,9KB/s]
[ 33%]  .......... .......... .......... .......... ..........  [63914,5KB/s]
[ 40%]  .......... .......... .......... .......... ..........  [64144,9KB/s]
[ 47%]  .......... .......... .......... .......... ..........  [54008,8KB/s]
[ 53%]  .......... .......... .......... .......... ..........  [51067,9KB/s]
Other URL

Code: Select all

$ axel https://speed.hetzner.de/1GB.bin  | awk 'NR % 5000 == 0'
[ 24%]  .......... .......... .......... .......... ..........  [59191,5KB/s]
[ 48%]  .......... .......... .......... .......... ..........  [63264,6KB/s]
[ 73%]  .......... .......... .......... .......... ..........  [60257,9KB/s]
[ 97%]  .......... .......... .......... .......... ..........  [57008,9KB/s]
JaysNAS
Newbie
Newbie
Posts: 9
Joined: February 10th, 2021, 4:38 am

Re: Super slow download speeds 10MB/s (from 60MB/s)

Post by JaysNAS »

I feel like a right prat now, i had already swapped the cable, but i didnt try taking it out the switch and plugging direct into the router, as ive had the switch for about a year and everything else on it runs perfectly, just plugged direct to router and im DL'ing bk up to max 65MB/s

Thank you for the help
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Super slow download speeds 10MB/s (from 60MB/s)

Post by sander »

JaysNAS wrote: July 31st, 2022, 7:09 am I feel like a right prat now, i had already swapped the cable, but i didnt try taking it out the switch and plugging direct into the router, as ive had the switch for about a year and everything else on it runs perfectly, just plugged direct to router and im DL'ing bk up to max 65MB/s

Thank you for the help
Cool. I love it when a plan comes together.

About switching to fast ethernet instead of gigabit ethern due to switches/cables/etc: the same now and then happens to me. For no apparant reason. Very annoying. I'm sure it can't be the 9 euro ethernet switch nor the ethernet cable I patched together myself. ;)
Post Reply