Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Need some people to run "wget" on an 1 GB test file :- )
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Need some people to run "wget" on an 1 GB test file :- )

YmpkerYmpker Member
edited June 2017 in General

Hello,

Right now I am trying to figure out if 1Fichier CDN is acctually faster than the regular file download from the dashboard or not. I have setup two 1GB test files on my 1Fichier account:

1.) Regular non-CDN file with direct download thanks to @nulldev script:

Please run: wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob

2.) File flagged as CDN:

Please run: wget --content-disposition https://1fichier.com/?9bhz4so1xr

The idea behind this is to find out if:

a) 1Fichier acctually has some sort of CDN or it acctually is only a file download (perhaps you can find ways to track the route of the dl).

b) See if @nulldev script gets the same performance allowing for direct download at the same speed.

Looking forward to your results :P Thanks in advance!

Thanked by 2nulldev chedenaz
«1

Comments

  • ~ $ wget -O '/dev/null' --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 11:13:41-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59383808?inline [following]
    --2017-06-25 11:13:42-- http://a-24.1fichier.com/p59383808?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’

    /dev/null 100%[===================>] 1.00G 34.8MB/s in 29s

    2017-06-25 11:14:11 (35.5 MB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    ~ $ wget -O '/dev/null' --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 11:14:29-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33679480 [following]
    --2017-06-25 11:14:29-- https://a-27.1fichier.com/d33679480
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’

    /dev/null 100%[===================>] 1.00G 26.3MB/s in 37s

    2017-06-25 11:15:07 (27.9 MB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    Germany - Hetzner.

    Thanked by 1Ympker
  • YmpkerYmpker Member
    edited June 2017

    @bluesega said:

    ~ $ wget -O '/dev/null' --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 11:13:41-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59383808?inline [following]
    --2017-06-25 11:13:42-- http://a-24.1fichier.com/p59383808?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’

    /dev/null 100%[===================>] 1.00G 34.8MB/s in 29s

    2017-06-25 11:14:11 (35.5 MB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    ~ $ wget -O '/dev/null' --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 11:14:29-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33679480 [following]
    --2017-06-25 11:14:29-- https://a-27.1fichier.com/d33679480
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’

    /dev/null 100%[===================>] 1.00G 26.3MB/s in 37s

    2017-06-25 11:15:07 (27.9 MB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    Germany - Hetzner.

    So the "CDN" seems to be acctually slower.. interesting^^ Waiting for more tests :)

  • wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 16:49:12--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connect                   ed.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59388293?inline [following]
    --2017-06-25 16:49:13--  http://a-24.1fichier.com/p59388293?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.2                   4
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... con                   nected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip’
    
     21GB.zip1GB.zip           100%[===================================>]   1.00G  24.2MB/s   in 43s
    
    2017-06-25 16:49:56 (23.9 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]
    
    # wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 16:50:05--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 2a00:fb40:a:1::140, 5.39.224.140
    Connecting to 1fichier.com (1fichier.com)|2a00:fb40:a:1::140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33680841 [following]
    --2017-06-25 16:50:05--  https://a-27.1fichier.com/d33680841
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip.1’
    
    1GB.zip1GB.zip.1         100%[===================================>]   1.00G  19.6MB/s   in 56s
    
    2017-06-25 16:51:04 (18.2 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]
    
    Thanked by 1Ympker
  • BuyVM: https://pastebin.com/9xrBB8HG

    OVH: https://pastebin.com/PMyqyTS4

    Look like it actually a file download

    Thanked by 1Ympker
  • edited June 2017

    When outputting to /dev/null, from my server in OVH BHS, I get (kimsufi - supposedly 100Mbps, I've got more in the past):

    http://fastdl.ympker.net/?a=hgafnkb0ob = 4.78MB/s

    https://1fichier.com/?9bhz4so1xr = 3.57MB/s

    On HostSolutions - Romania (shared 1Gbps port):

    http://fastdl.ympker.net/?a=hgafnkb0ob = 14.4MB/s

    https://1fichier.com/?9bhz4so1xr = 3.62MB/s

    On NorthHosts - Wigan (300Mbps shared):

    http://fastdl.ympker.net/?a=hgafnkb0ob = 23.4MB/s

    https://1fichier.com/?9bhz4so1xr = 18.2MB/s

    On ArubaCloud - Paris (1Gbps shared):

    http://fastdl.ympker.net/?a=hgafnkb0ob = 41.6MB/s

    https://1fichier.com/?9bhz4so1xr = 33.6MB/s

    CDN seems quite a bit faster in most cases.

    Thanked by 1Ympker
  • layfonlayfon Member

    Many of my boxes connect to the IPv6 address, maybe you'll want to distinguish between IPv4 and IPv6 result.
    Btw kimsufi just maxes out the connection, other boxes are still downloading.

    Thanked by 1Ympker
  • Netherlands

    Non CDN

    [root@universe ~]# wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 12:17:45--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net... 85.13.133.140
    Connecting to fastdl.ympker.net|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59387945?inline [following]
    --2017-06-25 12:17:47--  http://a-24.1fichier.com/p59387945?inline
    Resolving a-24.1fichier.com... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:17:47--  http://a-24.1fichier.com/p59387945?inline
    Connecting to a-24.1fichier.com|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip”
    
    100%[====================================>] 1,073,741,824  110M/s   in 9.4s    
    
    2017-06-25 12:17:57 (109 MB/s) - “1GB.zip” saved [1073741824/1073741824]
    

    With CDN

    [root@universe ~]# wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 12:18:39--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com... 2a00:fb40:a:1::140, 5.39.224.140
    Connecting to 1fichier.com|2a00:fb40:a:1::140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33680759 [following]
    --2017-06-25 12:18:40--  https://a-27.1fichier.com/d33680759
    Resolving a-27.1fichier.com... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:18:42--  https://a-27.1fichier.com/d33680759
    Connecting to a-27.1fichier.com|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip.1”
    
    100%[====================================>] 1,073,741,824  110M/s   in 9.4s    
    
    2017-06-25 12:18:52 (109 MB/s) - “1GB.zip.1” saved [1073741824/1073741824]
    

    Germany

    Non CDN

    [root@aquarius ~]# wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 12:23:49--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net... 85.13.133.140
    Connecting to fastdl.ympker.net|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59390071?inline [following]
    --2017-06-25 12:23:50--  http://a-24.1fichier.com/p59390071?inline
    Resolving a-24.1fichier.com... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:23:50--  http://a-24.1fichier.com/p59390071?inline
    Connecting to a-24.1fichier.com|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip”
    
    100%[====================================>] 1,073,741,824 24.9M/s   in 39s     
    
    2017-06-25 12:24:29 (26.3 MB/s) - “1GB.zip” saved [1073741824/1073741824]
    

    With CDN

    [root@aquarius ~]# wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 12:25:07--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33681248 [following]
    --2017-06-25 12:25:08--  https://a-27.1fichier.com/d33681248
    Resolving a-27.1fichier.com... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:25:08--  https://a-27.1fichier.com/d33681248
    Connecting to a-27.1fichier.com|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip.1”
    
    100%[====================================>] 1,073,741,824 39.6M/s   in 26s     
    
    2017-06-25 12:25:35 (39.0 MB/s) - “1GB.zip.1” saved [1073741824/1073741824]
    

    France

    Non CDN

    [root@neptune vz]# wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 12:24:25--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net... 85.13.133.140
    Connecting to fastdl.ympker.net|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59392693?inline [following]
    --2017-06-25 12:24:25--  http://a-24.1fichier.com/p59392693?inline
    Resolving a-24.1fichier.com... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:24:26--  http://a-24.1fichier.com/p59392693?inline
    Connecting to a-24.1fichier.com|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip”
    
    100%[====================================>] 1,073,741,824 67.0M/s   in 16s     
    
    2017-06-25 12:24:41 (66.0 MB/s) - “1GB.zip” saved [1073741824/1073741824]
    

    With CDN

    [root@neptune vz]# wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 12:25:10--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com... 2a00:fb40:a:1::140, 5.39.224.140
    Connecting to 1fichier.com|2a00:fb40:a:1::140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33681701 [following]
    --2017-06-25 12:25:10--  https://a-27.1fichier.com/d33681701
    Resolving a-27.1fichier.com... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    --2017-06-25 12:25:11--  https://a-27.1fichier.com/d33681701
    Connecting to a-27.1fichier.com|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: “1GB.zip.1”
    
    100%[====================================>] 1,073,741,824 52.4M/s   in 19s     
    
    2017-06-25 12:25:31 (52.8 MB/s) - “1GB.zip.1” saved [1073741824/1073741824]
    
    Thanked by 1Ympker
  • $ wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 13:21:37-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59390347?inline [following]
    --2017-06-25 13:21:38-- http://a-24.1fichier.com/p59390347?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip’

    1GB.zip 100%[==================================>] 1.00G 30.1MB/s in 37s

    2017-06-25 13:22:15 (27.5 MB/s) - ‘1GB.zip’ saved [1073741824/1073741824]

    $ wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 13:22:20-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33681204 [following]
    --2017-06-25 13:22:21-- https://a-27.1fichier.com/d33681204
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip.1’

    1GB.zip.1 100%[==================================>] 1.00G 17.5MB/s in 39s

    2017-06-25 13:23:01 (26.1 MB/s) - ‘1GB.zip.1’ saved [1073741824/1073741824]

    OneProvider/Online - France

    Thanked by 1Ympker
  • YmpkerYmpker Member
    edited June 2017

    Interesting results.Thanks everyone :) I guess I will use the "CDN" only for serving media files then. Everything else seems to be faster without. Any idea why the directdl/cdn is slower though? Seems odd.
    Could it be the https?

  • shellshell Member

    liteserver NL

     
    root@spongebob:~# wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob -O 
    /dev/null                                                                              
    --2017-06-25 14:31:28--  http://fastdl.ympker.net/?a=hgafnkb0ob                        
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140                       
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.    
    HTTP request sent, awaiting response... 302 Found                                      
    Location: http://a-24.1fichier.com/p59398683?inline [following]                        
    --2017-06-25 14:31:28--  http://a-24.1fichier.com/p59398683?inline                     
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24      
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK                                         
    Length: 1073741824 (1.0G) [application/octet-stream]                                   
    Saving to: `/dev/null'                                                                 
                                                                                           
    100%[===========================================>] 1,073,741,824 98.6M/s   in 10s      
                                                                                           
    2017-06-25 14:31:39 (101 MB/s) - `/dev/null' saved [1073741824/1073741824]             
                                                                                           
    root@spongebob:~# wget --content-disposition https://1fichier.com/?9bhz4so1xr -O /dev/n
    ull                                                                                    
    --2017-06-25 14:32:24--  https://1fichier.com/?9bhz4so1xr                              
    Resolving 1fichier.com (1fichier.com)... 2a00:fb40:a:1::140, 5.39.224.140              
    Connecting to 1fichier.com (1fichier.com)|2a00:fb40:a:1::140|:443... connected.        
    HTTP request sent, awaiting response... 302 Found                                      
    Location: https://a-27.1fichier.com/d33682810 [following]                              
    --2017-06-25 14:32:25--  https://a-27.1fichier.com/d33682810                           
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27      
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected
    .                                                                                      
    HTTP request sent, awaiting response... 200 OK                                         
    Length: 1073741824 (1.0G) [application/octet-stream]                                   
    Saving to: `/dev/null'                                                                 
                                                                                           
    100%[===========================================>] 1,073,741,824 48.5M/s   in 21s      
                                                                                           
    2017-06-25 14:32:47 (48.6 MB/s) - `/dev/null' saved [1073741824/1073741824]
    
    Thanked by 2Ympker LiteServer
  • caracalcaracal Member
    edited June 2017

    NonCDN: Connected to IPV6 on SpeedyKVM Dallas:

    100%[====================================>] 1,073,741,824 3.98MB/s in 4m 45s

    CDN:

    Saving to: ‘1GB.zip1GB.zip.1’

    100%[====================================>] 1,073,741,824 2.57MB/s in 6m 40s

    Thanked by 1Ympker
  • YmpkerYmpker Member

    @caracal said:
    NonCDN: Connected to IPV6 on SpeedyKVM Dallas:

    100%[====================================>] 1,073,741,824 3.98MB/s in 4m 45s

    CDN:

    Saving to: ‘1GB.zip1GB.zip.1’

    100%[====================================>] 1,073,741,824 2.57MB/s in 6m 40s

    Interesting^^

  • 1.00G 52.1MB/s in 27s

    CDN:

    1.00G 34.6MB/s in 29s

    From Linode Frankfurt.

    Thanked by 1Ympker
  • farnoxfarnox Member
    edited June 2017

    Without CDN:


    --2017-06-25 14:25:05-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59455660?inline [following]
    --2017-06-25 14:25:06-- http://a-24.1fichier.com/p59455660?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip’

    1GB.zip 100%[========================================================] 1.00G 36.6MB/s in 29s

    2017-06-25 14:25:35 (35.3 MB/s) - ‘1GB.zip’ saved [1073741824/1073741824

    With CDN:

    --2017-06-25 14:28:29-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 2a00:fb40:a:1::140, 5.39.224.140
    Connecting to 1fichier.com (1fichier.com)|2a00:fb40:a:1::140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33694266 [following]
    --2017-06-25 14:28:29-- https://a-27.1fichier.com/d33694266
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip.1’

    1GB.zip.1 100%[========================================================>] 1.00G 40.2MB/s in 26s

    2017-06-25 14:28:55 (39.9 MB/s) - ‘1GB.zip.1’ saved [1073741824/1073741824]

    Frankfurt, Germany (AS31400)

    Thanked by 1Ympker
  • LeonnLeonn Member
    edited June 2017

    HostSolutions

    AS44220 85.204.246.0/24 PARFUMURI-FEMEI-AS, RO

    without CDN:

    wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob --2017-06-25 08:49:32-- http://fastdl.ympker.net/?a=hgafnkb0ob Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140 Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://a-24.1fichier.com/p59482401?inline [following] --2017-06-25 08:49:33-- http://a-24.1fichier.com/p59482401?inline Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24 Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1073741824 (1.0G) [application/octet-stream] Saving to:1GB.zip1GB.zip'

    100%[=================================================================================================================================>] 1,073,741,824 13.5M/s in 72s

    2017-06-25 08:50:45 (14.2 MB/s) - 1GB.zip1GB.zip' saved [1073741824/1073741824]

    with CDN:

    wget --content-disposition https://1fichier.com/?9bhz4so1xr --2017-06-25 08:50:49-- https://1fichier.com/?9bhz4so1xr Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140 Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://a-27.1fichier.com/d33698565 [following] --2017-06-25 08:50:50-- https://a-27.1fichier.com/d33698565 Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27 Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1073741824 (1.0G) [application/octet-stream] Saving to:1GB.zip1GB.zip.1'

    100%[=================================================================================================================================>] 1,073,741,824 17.0M/s in 56s

    2017-06-25 08:51:48 (18.1 MB/s) - 1GB.zip1GB.zip.1' saved [1073741824/1073741824]

    Thanked by 1Ympker
  • ClouviderClouvider Member, Patron Provider
    edited June 2017

    UK Clouvider, THN2:

    wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb                                                                                                 0ob
    --2017-06-25 13:55:54--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connect                                                                                                 ed.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59488467?inline [following]
    --2017-06-25 13:55:55--  http://a-24.1fichier.com/p59488467?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::2                                                                                                 4
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected                                                                                                 .
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip’
    
    100%[====================================>] 1,073,741,824 51.0MB/s   in 20s
    
    2017-06-25 13:56:15 (50.8 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]
    
    
    wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 13:57:21--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33699731 [following]
    --2017-06-25 13:57:21--  https://a-27.1fichier.com/d33699731
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip.1’
    
    100%[=====================================================================================================================================>] 1,073,741,824 35.7MB/s   in 30s
    
    2017-06-25 13:57:51 (34.4 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]
    

    CDN is slower by 20MB/s here.

    CDN has much better latency from here, 20 ms difference.

    CDN connects me to the Netherlands (what CDN doesn't have a node in the UK?!)

    Thanked by 1Ympker
  • layfonlayfon Member
    edited June 2017

    Nah, result is too long and I'm getting CF captcha. (I can't even see it)

    LA - quadranet

    --2017-06-25 11:27:04-- http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 11:27:05-- http://a-24.1fichier.com/p59394893?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    2017-06-25 11:32:59 (2.90 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]

    --2017-06-25 11:18:28-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 11:18:29-- https://a-27.1fichier.com/d33680490
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    2017-06-25 11:26:29 (2.15 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]

    SGP - i83

    --2017-06-25 07:44:29-- http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 07:44:31-- http://a-24.1fichier.com/p59409791?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    2017-06-25 08:28:49 (395 KB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    --2017-06-25 07:44:34-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 07:44:35-- https://a-27.1fichier.com/d33684564
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    2017-06-25 08:34:05 (353 KB/s) - ‘/dev/null’ saved [1073741824/1073741824]

    SGP - dediserve

    --2017-06-25 17:30:55-- http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 17:30:56-- http://a-24.1fichier.com/p59398235?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    2017-06-25 17:38:35 (2.24 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]

    --2017-06-25 17:17:24-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 17:17:25-- https://a-27.1fichier.com/d33680205
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    2017-06-25 17:29:03 (1.47 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]

    TW - Hinet (budget network, network speed>16mbps)

    --2017-06-25 19:29:39-- http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 19:29:40-- http://a-24.1fichier.com/p59397125?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    2017-06-25 19:45:00 (1.11 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]

    --2017-06-25 19:37:54-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 19:37:56-- https://a-27.1fichier.com/d33683556
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    2017-06-25 19:59:27 (815 KB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]

    JP - LES(vultr)

    --2017-06-25 20:20:21-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 20:20:22-- https://a-27.1fichier.com/d33692295
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    2017-06-25 20:35:54 (1.10 MB/s) - '/dev/null' saved [1073741824/1073741824]

    --2017-06-25 19:44:17-- https://1fichier.com/?9bhz4so1xr
    --2017-06-25 19:44:19-- https://a-27.1fichier.com/d33684519
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    2017-06-25 20:16:57 (536 KB/s) - '/dev/null' saved [1073741824/1073741824]

    --2017-06-25 20:20:26-- http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 20:20:28-- http://a-24.1fichier.com/p59447516?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    2017-06-25 20:31:14 (1.59 MB/s) - '/dev/null' saved [1073741824/1073741824]

    edit: missed one in JP. too lazy to test again.

    Thanked by 1Ympker
  • YmpkerYmpker Member

    @Clouvider said:
    UK Clouvider, THN2:

    wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb                                                                                                 0ob
    --2017-06-25 13:55:54--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connect                                                                                                 ed.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59488467?inline [following]
    --2017-06-25 13:55:55--  http://a-24.1fichier.com/p59488467?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::2                                                                                                 4
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected                                                                                                 .
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip’
    
    100%[====================================>] 1,073,741,824 51.0MB/s   in 20s
    
    2017-06-25 13:56:15 (50.8 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]
    
    
    wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 13:57:21--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33699731 [following]
    --2017-06-25 13:57:21--  https://a-27.1fichier.com/d33699731
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip.1’
    
    100%[=====================================================================================================================================>] 1,073,741,824 35.7MB/s   in 30s
    
    2017-06-25 13:57:51 (34.4 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]
    

    CDN is slower by 20MB/s here.

    CDN has much better latency from here, 20 ms difference.

    CDN connects me to the Netherlands (what CDN doesn't have a node in the UK?!)

    Not sure what cdn they are using but they only have servers in France and NL for data storage so perhaps thats their only options :P

  • Well, basically all their IPs point to https://www.peeringdb.com/net/4769
    I guess they simply added a second location (either NL or FR) and are calling it now CDN if they store it in both for you.

    Thanked by 1Ympker
  • layfonlayfon Member
    edited June 2017

    DNS queries from sgp/tyo/tw get the same IP address. Judging from the ping/traceroute, the server corresponding to that IP is(are, if multiple?) located in EU. Maybe someone can check for EU and find out if they have different server for CDN.

  • user54321user54321 Member
    edited June 2017

    From Unitymedia

    root@jessie:~# wget -O /dev/null --report-speed=bits --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob

    --2017-06-25 14:11:17-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59565213?inline [following]
    --2017-06-25 14:11:18-- http://a-24.1fichier.com/p59565213?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 2a00:fb40:a:1::24, 5.39.224.24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|2a00:fb40:a:1::24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’
    >
    /dev/null 100%[=================================================>] 1.00G 127Mb/s in 73s

    2017-06-25 14:12:31 (118 Mb/s) - ‘/dev/null’ saved [1073741824/1073741824]

    root@jessie:~# wget -O /dev/null --report-speed=bits --content-disposition https://1fichier.com/?9bhz4so1xr

    --2017-06-25 14:13:20-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 2a00:fb40:a:1::140, 5.39.224.140
    Connecting to 1fichier.com (1fichier.com)|2a00:fb40:a:1::140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33731224 [following]
    --2017-06-25 14:13:20-- https://a-27.1fichier.com/d33731224
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 2a00:fb40:a:1::27, 5.39.224.27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|2a00:fb40:a:1::27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘/dev/null’

    /dev/null 2%[> ] 23.74M 3.64Mb/s eta 37m 30s^C

    both doesn't perform well. Here the max speed of the Line

    root@jessie:~# wget -O /dev/null --report-speed=bits http://mirror.de.leaseweb.net/speedtest/1000mb.bin

    --2017-06-25 14:21:41-- http://mirror.de.leaseweb.net/speedtest/1000mb.bin
    Resolving mirror.de.leaseweb.net (mirror.de.leaseweb.net)... 2a00:c98:2030:a034::21, 37.58.58.140
    Connecting to mirror.de.leaseweb.net (mirror.de.leaseweb.net)|2a00:c98:2030:a034::21|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1000000000 (954M) [application/octet-stream]
    Saving to: ‘/dev/null’
    >
    /dev/null 100%[=================================================>] 953.67M 212Mb/s in 38s

    2017-06-25 14:22:19 (211 Mb/s) - ‘/dev/null’ saved [1000000000/1000000000]

    HTTPS does max out the Line too

    root@jessie:~# wget -O /dev/null --report-speed=bits https://mirror.de.leaseweb.net/spe

    edtest/1000mb.bin
    --2017-06-25 14:40:51-- https://mirror.de.leaseweb.net/speedtest/1000mb.bin
    Resolving mirror.de.leaseweb.net (mirror.de.leaseweb.net)... 2a00:c98:2030:a034:
    :21, 37.58.58.140
    Connecting to mirror.de.leaseweb.net (mirror.de.leaseweb.net)|2a00:c98:2030:a034
    ::21|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1000000000 (954M) [application/octet-stream]
    Saving to: 'nul'
    >
    nul 100%[===================>] 953.67M 213Mb/s in 38s

    2017-06-25 14:41:29 (213 Mb/s) - '/dev/null' saved [1000000000/1000000000]

  • From Khabarovsk(RU):

    noneCDN
    --2017-06-25 22:37:29-- http://a-24.1fichier.com/p59589470?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip’

    100%[=============================================================================================>] 1,073,741,824 2.89MB/s in 6m 14s

    2017-06-25 22:43:44 (2.74 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]

    CDN
    --2017-06-25 23:04:04-- https://a-27.1fichier.com/d33740534
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip.1’

    100%[======================================================================================================================>] 1,073,741,824 1.82MB/s in 9m 26s

    2017-06-25 23:13:32 (1.81 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]

  • virmach USA:
    non-cdn
    100%[===================>] 1.00G 2.77MB/s in 6m 33s

    cdn
    100%[===================>] 1.00G 1.80MB/s in 8m 56s

    i-83 NZ
    non-cdn
    100%[====================================>] 1,073,741,824 1.20MB/s in 12m 0s

    cdn
    100%[====================================>] 1,073,741,824 1.02MB/s in 17m 55s

    google cloud australia
    non-cdn
    100%[===========================================>] 1.00G 1.73MB/s in 10m 55s

    cdn
    100%[===========================================>] 1.00G 1.05MB/s in 17m 4s

    confirmed that non-cdn is faster

  • FredQcFredQc Member

    OVH BHS-6. CDN file is faster for me by 2 MB/s. Both traceroutes goes to AMS.

    Thanked by 1Ympker
  • emgemg Veteran

    $ wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 11:45:29-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140, 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p59893880?inline [following]
    --2017-06-25 11:45:38-- http://a-24.1fichier.com/p59893880?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip’

    1GB.zip 100%[===================>] 1.00G 2.24MB/s in 7m 55s

    2017-06-25 11:53:40 (2.16 MB/s) - ‘1GB.zip’ saved [1073741824/1073741824]

    $ wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 11:54:40-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33839420 [following]
    --2017-06-25 11:54:49-- https://a-27.1fichier.com/d33839420
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip.1’

    1GB.zip.1 100%[===================>] 1.00G 1.72MB/s in 10m 0s

    2017-06-25 12:04:59 (1.71 MB/s) - ‘1GB.zip.1’ saved [1073741824/1073741824]

    $

    Non-CDN is faster. CDN is slower. In case it matters, I am in Southern California on a 100+ mbit/sec cable internet from Spectrum (formerly Time Warner Cable).

  • SadySady Member
    edited June 2017

    ColoCrossing's Buffalo, New York

    `root@kvm:~/aa# wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 15:59:54-- http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p60003517?inline [following]
    --2017-06-25 15:59:55-- http://a-24.1fichier.com/p60003517?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip’

    1GB.zip1GB.zip 100%[=====================>] 1.00G 4.78MB/s in 3m 36s

    2017-06-25 16:03:31 (4.73 MB/s) - ‘1GB.zip1GB.zip’ saved [1073741824/1073741824]

    root@kvm:~/aa# wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 16:08:08-- https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33860554 [following]
    --2017-06-25 16:08:09-- https://a-27.1fichier.com/d33860554
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: ‘1GB.zip1GB.zip.1’

    1GB.zip1GB.zip.1 100%[=====================>] 1.00G 3.66MB/s in 4m 42s

    2017-06-25 16:12:52 (3.63 MB/s) - ‘1GB.zip1GB.zip.1’ saved [1073741824/1073741824]`

  • bsdguybsdguy Member

    From hostsolutions dedi

    Throughput to fastdl.ympker.net was about 2.5 times higher than to 1fichier.

    traceroute to fastdl.ympker.net needed 10 hops and avg. 40 ms to a kasserver.com server.

    traceroute to 1fichier.com needed 11 hops and avg. 31.6 ms to some server in AMS

    target host for 1fichier as seen from wget was 5.39.224.24. Seen from traceroute it was 5.39.224.140

    wgetting https://1fichier.com/index.html (~ their own stuff) went to 5.39.224.140.

    Seems that their nginx serves their own stuff and rev. proxies to other server(s) for customer stuff.

    wgetting https://1fichier.com/?9bhz4so1xr from a us server (chicago, in 9 hops via cogent) went to 5.39.224.27 and actually fetched https://a-27.1fichier.com/d33859835 while wgetting from romania actually fetched https://a-27.1fichier.com/d33861023

    My impression: No CDN but geo IP plus some rev. proxy magic (north-america, europe, maybe a 3rd location).

    Thanked by 1Ympker
  • netomxnetomx Moderator, Veteran
    C:\Users\Ernesto\Downloads>wget --content-disposition http://fastdl.ympker.net/?a=hgafnkb0ob
    --2017-06-25 16:50:27--  http://fastdl.ympker.net/?a=hgafnkb0ob
    Resolving fastdl.ympker.net (fastdl.ympker.net)... 85.13.133.140
    Connecting to fastdl.ympker.net (fastdl.ympker.net)|85.13.133.140|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://a-24.1fichier.com/p60123164?inline [following]
    --2017-06-25 16:50:29--  http://a-24.1fichier.com/p60123164?inline
    Resolving a-24.1fichier.com (a-24.1fichier.com)... 5.39.224.24, 2a00:fb40:a:1::24
    Connecting to a-24.1fichier.com (a-24.1fichier.com)|5.39.224.24|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: '1GB.zip'
    
    1GB.zip                         2%[>                                                 ]  23.45M  1.29MB/s    eta 16m 58s
    

    2nd:

    C:\Users\Ernesto\Downloads>wget --content-disposition https://1fichier.com/?9bhz4so1xr
    --2017-06-25 16:51:17--  https://1fichier.com/?9bhz4so1xr
    Resolving 1fichier.com (1fichier.com)... 5.39.224.140, 2a00:fb40:a:1::140
    Connecting to 1fichier.com (1fichier.com)|5.39.224.140|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://a-27.1fichier.com/d33889759 [following]
    --2017-06-25 16:51:17--  https://a-27.1fichier.com/d33889759
    Resolving a-27.1fichier.com (a-27.1fichier.com)... 5.39.224.27, 2a00:fb40:a:1::27
    Connecting to a-27.1fichier.com (a-27.1fichier.com)|5.39.224.27|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1073741824 (1.0G) [application/octet-stream]
    Saving to: '1GB.zip.1'
    
    1GB.zip.1                       3%[>                                                 ]  36.77M  1.01MB/s    eta 11m 9s
    
  • chxchx Member

    Canada, home connection (150 dl though). I am seeing 2.4MB/s from ympker.net and 1.7MB/s from 1fichier.com

    Thanked by 1Ympker
Sign In or Register to comment.