internet bandwidth not showing 1g

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.
Post Reply
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

internet bandwidth not showing 1g

Post by trillistjay »

fast dot com shows 980mpbs. sabnzbd internet bandwidth shows 387mbps. I have looked through all the settings and I am not sure where I am going wrong. Other stats below. Any help would be great!
Used cache 0 B (0 articles)
System performance (Pystone) 278985 Intel(R) Core(TM) i5-1040…
Download folder speed 119.8 MB/s
Complete folder speed 128.9 MB/s
Internet Bandwidth 41.9 MB/s (335.2 Mbps)
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

What operating system?

On my 1GigE connection, SAB reports:

Internet Bandwidth 149.3 MB/s (1194.4 Mbps)
Internet Bandwidth 94.8 MB/s (758.4 Mbps)
Internet Bandwidth 104.8 MB/s (838.4 Mbps)

So quite OK, IMHO
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

Re: internet bandwidth not showing 1g

Post by trillistjay »

I am running windows 10.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

Do you have IPv6 enabled? Easy check: can you reach https://ipv6.google.com/ ?
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

Re: internet bandwidth not showing 1g

Post by trillistjay »

I cannot. Should it be?
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

Re: internet bandwidth not showing 1g

Post by trillistjay »

IPv6 enabled. Still same. Bandwidth ranges from. 328mbps to 380mbps.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

(I asked about IPv6 because it case of weird implementations it can slow down things).

OK, now we're getting technical:

Can you install "curl" from https://curl.se/windows/ . Maybe reboot Windows afterwards (I'm not a Windows person)

Then, on the Windows CMD prompt:

Code: Select all

curl  https://sabnzbd.org/tests/internetspeed/20MB.bin  --output NUL

It will report the speed:

Code: Select all

C:\>curl  https://sabnzbd.org/tests/internetspeed/20MB.bin  --output NUL
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 20.0M  100 20.0M    0     0  10.4M      0  0:00:01  0:00:01 --:--:-- 10.4M

C:\>
SO ... 10.4MB/s = about 100 Mbps

What do you get?


EDIT

On my Linux, I'm more a fan of wget. Works on Windows too:

Get it from https://eternallybored.org/misc/wget/

Code: Select all

C:\Temp>wget.exe https://sabnzbd.org/tests/internetspeed/20MB.bin -O NUL
--2022-01-26 14:25:22--  https://sabnzbd.org/tests/internetspeed/20MB.bin
Resolving sabnzbd.org (sabnzbd.org)... 104.26.3.117, 104.26.2.117, 172.67.69.176, ...
Connecting to sabnzbd.org (sabnzbd.org)|104.26.3.117|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20971520 (20M) [application/octet-stream]
Saving to: 'NUL'

NUL                           100%[=================================================>]  20,00M  10,9MB/s    in 1,8s

2022-01-26 14:25:24 (10,9 MB/s) - 'NUL' saved [20971520/20971520]


C:\Temp>
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

Re: internet bandwidth not showing 1g

Post by trillistjay »

100 20.0M 100 20.0M 0 0 23.5M 0 --:--:-- --:--:-- --:--:-- 23.6M
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

trillistjay wrote: January 26th, 2022, 11:27 am 100 20.0M 100 20.0M 0 0 23.5M 0 --:--:-- --:--:-- --:--:-- 23.6M
So 23.6 MB/s. About the same as SABnzbd reported to you?

Let's what another (big) download reports:

Code: Select all

curl https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-desktop-amd64.iso --output NUL
trillistjay
Newbie
Newbie
Posts: 6
Joined: January 25th, 2022, 1:27 pm

Re: internet bandwidth not showing 1g

Post by trillistjay »

100 2929M 100 2929M 0 0 32.4M 0 0:01:30 0:01:30 --:--:-- 34.4M

right now sab is saying 41mb/s
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

trillistjay wrote: January 26th, 2022, 1:01 pm 100 2929M 100 2929M 0 0 32.4M 0 0:01:30 0:01:30 --:--:-- 34.4M

right now sab is saying 41mb/s
So: SAB and Curl agree on the speed.

With the curl speed ... maybe contact your ISP why you don't get 1 Gbps?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: internet bandwidth not showing 1g

Post by sander »

And ... did you contact your ISP?

ISPs can prioritize speedtest sites over real, normal sites. So if you don't get the contracted speed with real download, talk to your ISP.
Post Reply