Skip to content

Instantly share code, notes, and snippets.

@Mausy5043
Last active June 5, 2017 09:58
Show Gist options
  • Save Mausy5043/583358f2209d28ed91b63f4568c918f4 to your computer and use it in GitHub Desktop.
Save Mausy5043/583358f2209d28ed91b63f4568c918f4 to your computer and use it in GitHub Desktop.
Ziggo Internet Max (200Mbit/s) --> time wget -vS http://download.xs4all.nl/test/2GB.bin

Claim : 200Mbps (upload) / 20Mbps (download)

2017MAY05

200Mbps == 25MBps

Expected time for a 2GB file = 80 sec.

Measurements of downloadspeed by downloading a 2GB file:

Machine Mbps
boson 64
argon 65
dns 94
odina -
rbelec 32
rbtor3 26
gui 8

Measurements by using a web-service:

Machine Mbps
argon 151
gui 11

Machine Info

1.4 GHz Intel Core i5
macOS Sierra 10.12.5 - Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64

Network: WiFi on physical wireless NIC

Results

2000000000 bytes in 4m5s (245s)
8163265 bytes per second
8 163 kBps
8.2 MBps

65306122 bits per second
65 306 kbps
65.3 Mbps

http://speed.measurementlab.net/nl/#/ (Amsterdam, NL)
Download = 151.08 Mb/s
Upload = 18.48Mb/s
Latency = 8 ms

Raw Data

$ time curl -v -# http://download.xs4all.nl/test/2GB.bin -o 2GB.bin
*   Trying 194.109.21.67...
* TCP_NODELAY set
* Connected to download.xs4all.nl (194.109.21.67) port 80 (#0)
> GET /test/2GB.bin HTTP/1.1
> Host: download.xs4all.nl
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Mon, 05 Jun 2017 08:19:47 GMT
< Server: Apache
< Last-Modified: Wed, 28 May 2014 20:21:12 GMT
< ETag: "77359400-4fa7b8db1be00"
< Accept-Ranges: bytes
< Content-Length: 2000000000
< X-Clacks-Overhead: GNU Terry Pratchett
< Access-Control-Allow-Origin: *
< Content-Type: application/octet-stream
<
{ [1136 bytes data]
######################################################################## 100.0%* Curl_http_done: called premature == 0
* Connection #0 to host download.xs4all.nl left intact


real	4m4.937s
user	0m4.881s
sys	0m25.208s

Machine Info

AMD A4-6300 APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
Ubuntu 16.04.2 LTS - Linux 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

AMD64 on bare metal.

Network: wired via physical NIC

Results

2000000000 bytes in 4m10s (250s)
8 000 000 bytes per second
8 000 kBps 7 812 kiBps
8 MBps 7.6 MiBps

64 000 000 bits per second
64 000 kbps 62 500 kibps
64 Mbps 61.0 Mibps

Raw Data

--2017-06-05 09:00:12--  http://download.xs4all.nl/test/2GB.bin
Resolving download.xs4all.nl (download.xs4all.nl)... 194.109.21.67, 2001:888:0:25::43
Connecting to download.xs4all.nl (download.xs4all.nl)|194.109.21.67|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Mon, 05 Jun 2017 07:00:12 GMT
  Server: Apache
  Last-Modified: Wed, 28 May 2014 20:21:12 GMT
  ETag: "77359400-4fa7b8db1be00"
  Accept-Ranges: bytes
  Content-Length: 2000000000
  X-Clacks-Overhead: GNU Terry Pratchett
  Access-Control-Allow-Origin: *
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: application/octet-stream
Length: 2000000000 (1.9G) [application/octet-stream]
Saving to: ‘2GB.bin’

2GB.bin                                 100%[===============================================================================>]   1.86G  10.4MB/s    in 4m 10s

2017-06-05 09:04:22 (7.62 MB/s) - ‘2GB.bin’ saved [2000000000/2000000000]


real	4m10.351s
user	0m1.600s
sys	0m10.884s

Machine Info

AMD A4-6300 APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
Ubuntu 16.04.2 LTS - Linux 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

LXC VM on boson

Network: wired to virtual NIC

Results

2000000000 bytes in 2m49s (169s)
11834320 bytes per second
11 834 kBps
11.8 MBps

94674556 bits per second
94 675 kbps
94.7 Mbps

Raw Data

--2017-06-05 09:10:40--  http://download.xs4all.nl/test/2GB.bin
Resolving download.xs4all.nl (download.xs4all.nl)... 194.109.21.67, 2001:888:0:25::43
Connecting to download.xs4all.nl (download.xs4all.nl)|194.109.21.67|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Mon, 05 Jun 2017 07:10:40 GMT
  Server: Apache
  Last-Modified: Wed, 28 May 2014 20:21:12 GMT
  ETag: "77359400-4fa7b8db1be00"
  Accept-Ranges: bytes
  Content-Length: 2000000000
  X-Clacks-Overhead: GNU Terry Pratchett
  Access-Control-Allow-Origin: *
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: application/octet-stream
Length: 2000000000 (1.9G) [application/octet-stream]
Saving to: ‘2GB.bin’

2GB.bin                                 100%[===============================================================================>]   1.86G  11.5MB/s    in 2m 49s

2017-06-05 09:13:29 (11.3 MB/s) - ‘2GB.bin’ saved [2000000000/2000000000]


real	2m49.014s
user	0m1.404s
sys	0m11.960s

Machine Info

AMD QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
Ubuntu 17.04 - Linux 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

QEMU VM on boson

Network: wired via virtual NIC

Results

2000000000 bytes in 4m19s (259s)
7 722 008 bytes per second
7 722 kBps
7.7 MBps

61776062 bits per second
61 776 kbps
61.8 Mbps

http://speed.measurementlab.net/nl/#/ (Amsterdam, NL)
Download = 10.60 Mb/s
Upload = 20.15 Mb/s
Latency = 6 ms

Raw Data

--2017-06-05 11:38:47--  http://download.xs4all.nl/test/2GB.bin
Resolving download.xs4all.nl (download.xs4all.nl)... 194.109.21.67
Connecting to download.xs4all.nl (download.xs4all.nl)|194.109.21.67|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Mon, 05 Jun 2017 09:38:47 GMT
  Server: Apache
  Last-Modified: Wed, 28 May 2014 20:21:12 GMT
  ETag: "77359400-4fa7b8db1be00"
  Accept-Ranges: bytes
  Content-Length: 2000000000
  X-Clacks-Overhead: GNU Terry Pratchett
  Access-Control-Allow-Origin: *
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: application/octet-stream
Length: 2000000000 (1,9G) [application/octet-stream]
Saving to: ‘2GB.bin.1’

2GB.bin.1                               100%[===============================================================================>]   1,86G  6,08MB/s    in 4m 19s

2017-06-05 11:43:06 (7,36 MB/s) - ‘2GB.bin.1’ saved [2000000000/2000000000]


real	4m19,201s
user	0m2,148s
sys	0m37,604s

Machine Info

OpenBSD 6.1 GENERIC#19 amd64
QEMU Virtual CPU version 2.5+, 3693.94 MHz

QEMU VM on boson

Network: wired on virtual NIC

Results

This machine could not download the file. The downloaded kept stalling.

Raw Data

Machine Info

ARMv6-compatible processor [410fb767] revision 7
Raspbian GNU/Linux 8.0 (jessie) - Linux 4.9.24+ #993 Wed Apr 26 17:56:54 BST 2017 armv6l GNU/Linux

Raspberry Pi Model B Rev 2 on bare metal

Network: wired to physical NIC; directly connected to router-modem

Results

1073741824 bytes in 4m30s (270s)
3976822 bytes per second
29 768 kBps
29.8 MBps

31814573 bits per second
31 815 kbps
31.8 Mbps

Raw Data

--2017-06-05 09:41:19--  http://download.xs4all.nl/test/1GiB.bin
Resolving download.xs4all.nl (download.xs4all.nl)... 194.109.21.67, 2001:888:0:25::43
Connecting to download.xs4all.nl (download.xs4all.nl)|194.109.21.67|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Mon, 05 Jun 2017 07:41:19 GMT
  Server: Apache
  Last-Modified: Wed, 28 May 2014 20:20:10 GMT
  ETag: "40000000-4fa7b89ffb280"
  Accept-Ranges: bytes
  Content-Length: 1073741824
  X-Clacks-Overhead: GNU Terry Pratchett
  Access-Control-Allow-Origin: *
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: application/octet-stream
Length: 1073741824 (1.0G) [application/octet-stream]
Saving to: ‘1GiB.bin’

1GiB.bin                                100%[=================================================================================>]   1.00G  4.71MB/s   in 4m 30s

2017-06-05 09:45:49 (3.79 MB/s) - ‘1GiB.bin’ saved [1073741824/1073741824]


real	4m35.892s
user	0m4.600s
sys	1m10.730s

Machine Info

ARMv7 Processor [410fd034] revision 4 (ARMv7)
Raspbian GNU/Linux 8.0 (jessie) - Linux 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux

Raspberry Pi 3 Model B Rev 1.2 on bare metal

Network: wired via physical NIC; restricted by sudo wondershaper eth0 80000 40000

Results

2000000000 bytes in 10m9s (609s)
3 284 072.25 bytes per second
3 284 kBps 3 207 kiBps
3.3 MBps 3.1 MiBps

26272578 bits per second
26 273 kbps 25 657 kibps
26.3 Mbps 25.1 Mibps

Raw Data

--2017-06-05 09:17:58--  http://download.xs4all.nl/test/2GB.bin
Resolving download.xs4all.nl (download.xs4all.nl)... 194.109.21.67, 2001:888:0:25::43
Connecting to download.xs4all.nl (download.xs4all.nl)|194.109.21.67|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Mon, 05 Jun 2017 07:17:58 GMT
  Server: Apache
  Last-Modified: Wed, 28 May 2014 20:21:12 GMT
  ETag: "77359400-4fa7b8db1be00"
  Accept-Ranges: bytes
  Content-Length: 2000000000
  X-Clacks-Overhead: GNU Terry Pratchett
  Access-Control-Allow-Origin: *
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: application/octet-stream
Length: 2000000000 (1.9G) [application/octet-stream]
Saving to: ‘2GB.bin’

2GB.bin                                 100%[=================================================================================>]   1.86G  3.79MB/s   in 10m 9s s

2017-06-05 09:28:08 (3.13 MB/s) - ‘2GB.bin’ saved [2000000000/2000000000]


real	10m9.290s
user	0m9.010s
sys	1m51.180s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment