Ana içeriğe geç

Hız testi

Bilgi

Hostkey B.V. Speedtest servisi, bir kullanıcının cihazı ile Hostkey'nin sunucuları arasındaki bağlantı hızını test etmek üzere tasarlanmıştır.

Test yöntemleri

Kullanıcının veri kanalının kalitesini kontrol etmesinin birkaç yolu vardır:

  • hizmet sayfasındaki grafik arayüzü kullanılarak;
  • IPERF ile test;
  • HTTP, HTTPS, FTP üzerinden dosya indirme ile test (Linux);
  • Librespeed-cli istemcisi ile komut satırından.

Hostkey B.V. Speedtest hizmet sayfasının grafik arayüzü ile hız testi

Hizmet sayfası kullanıcının Hostkey'nin sunucularının konumunu seçmesine olanak tanır. Bu konumlar mevcuttur:

  • Hollanda, Amsterdam;
  • Finlandiya, Helsinki;
  • Almanya, Frankfurt;
  • İzlanda, Reykjavik;
  • ABD, New York;
  • Türkiye, İstanbul;
  • Birleşik Krallık, Londra;
  • Fransa, Paris;
  • İspanya, Madrid;
  • İtalya, Milano;
  • Polonya, Varşova;
  • İsviçre, Zürih.

Testi çalıştırmak için sunucuyu seçin ve Start düğmesine basın.

Testin sonucunda ekranda aşağıdaki veriler görüntülenir:

  • Ping;
  • Jitter;
  • İndirme;
  • Yükleme;
  • Kullanıcının konumu ile şirketin sunucuları arasındaki mesafe;
  • Kullanıcının internet servis sağlayıcısı ve IP adresi.

IPERF testi

Bilgi

Iperf yazılımı ve kılavuzları resmi web sitesinde bulunabilir.

TCP aktarım hızı hesaplayıcısını resmi web sitesinde bulabilirsiniz.

IPERF3 örneği (istemci gönderir, sunucu alır):

  • IPv4 Hollanda, Amsterdam

    iperf3 -c spd-nlsrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Finlandiya, Helsinki

    iperf3 -c spd-fisrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 ABD, New York

    iperf3 -c spd-uswb.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Almanya, Frankfurt

    iperf3 -c spd-desrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 İzlanda, Reykjavik

    iperf3 -c spd-icsrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Türkiye, İstanbul

    iperf3 -c spd-tr.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Birleşik Krallık, Londra

    iperf3 -c spd-uksrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Fransa, Paris

    iperf3 -c spd-frsrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 İspanya, Madrid

    iperf3 -c spd-essrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 İtalya, Milano

    iperf3 -c spd-itsrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 Polonya, Varşova

    iperf3 -c spd-plsrv.hostkey.com -p 5201 -P 10 -4
    
  • IPv4 İsviçre, Zürih

    iperf3 -c spd-chsrv.hostkey.com -p 5201 -P 10 -4
    

-R ters mod (sunucu gönderir, istemci alır)

  • IPv4 Hollanda, Amsterdam

    iperf3 -c spd-nlsrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 Finlandiya, Helsinki

    iperf3 -c spd-fisrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 ABD, New York

    iperf3 -c spd-uswb.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 Almanya, Frankfurt

    iperf3 -c spd-desrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 İzlanda, Reykjavik

    iperf3 -c spd-icsrv.hostkey.com -p 5201 -P 10 -4 -R
    
    - IPv4 Türkiye, İstanbul

    iperf3 -c spd-tr.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 Birleşik Krallık, Londra

    iperf3 -c spd-uksrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 Fransa, Paris

    iperf3 -c spd-frsrv.hostkey.com -p 5201 -P 10 -4 -R
    
    - IPv4 İspanya, Madrid

    iperf3 -c spd-essrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 İtalya, Milano

    iperf3 -c spd-itsrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 Polonya, Varşova

    iperf3 -c spd-plsrv.hostkey.com -p 5201 -P 10 -4 -R
    
  • IPv4 İsviçre, Zürih

    iperf3 -c spd-chsrv.hostkey.com -p 5201 -P 10 -4 -R
    

Windows için örnek çağrı (sözdizimi farklılıkları yok):

F:\Speedtest\iperf-3.1.3-win64\iperf3.exe -iperf3 -c spd-rudp.hostkey.com -p 5201 -P 10 -4 -R

HTTP, HTTPS, FTP dosya yükleme testi

Testin düzgün çalışması için aşağıdaki komutları kullanın:

  • IPv4 Hollanda, Amsterdam:

    wget -4 -O /dev/null http://spd-nlsrv.hostkey.com/files/2000mb.bin 
    
  • IPv4 Finlandiya, Helsinki:

    wget -4 -O /dev/null http://spd-fisrv.hostkey.com/files/2000mb.bin 
    
  • IPv4 ABD, New York:

    wget -4 -O /dev/null http://spd-uswb.hostkey.com/files/2000mb.bin 
    
  • IPv4 Almanya, Frankfurt:

    wget -4 -O /dev/null http://spd-desrv.hostkey.com/files/2000mb.bin 
    
  • IPv4 İzlanda, Reykjavik:

    wget -4 -O /dev/null http://spd-icsrv.hostkey.com/files/2000mb.bin 
    
  • IPv4 Türkiye, İstanbul:

    wget -4 -O /dev/null http://spd-tr.hostkey.com/files/2000mb.bin 
    
  • IPv4 Birleşik Krallık, Londra:

    wget -4 -O /dev/null http://spd-uksrv.hostkey.com/files/2000mb.bin 
    
  • IPv4 Fransa, Paris:

    wget -4 -O /dev/null https://spd-frsrv.hostkey.com/files/2000mb.bin
    
  • IPv4 İspanya, Madrid:

    wget -4 -O /dev/null https://spd-essrv.hostkey.com/files/2000mb.bin
    
  • IPv4 İtalya, Milano:

    wget -4 -O /dev/null https://spd-itsrv.hostkey.com/files/2000mb.bin
    
  • IPv4 Polonya, Varşova:

    wget -4 -O /dev/null http://spd-plsrv.hostkey.com/files/2000mb.bin
    
  • IPv4 İsviçre, Zürih:

    wget -4 -O /dev/null http://spd-chsrv.hostkey.com/files/2000mb.bin
    

Not

Windows işletim sistemi için konsol yardımcı programını GNU Wget indirmeniz ve yüklemeniz gerekecektir.

Librespeed Komut Satırı istemcisi ile test

Bilgi

Kullanıcı komut satırı istemcisini buradan indirebilir.

Komut satırı istemcisini yükledikten sonra, kullanıcı HOSTKEY sunucularına cihazının bağlantı hızını komut satırından kontrol edebilir. Kontrol aşağıdaki adımlardan oluşur:

  1. Sunucu listesinin alınması:

    librespeed-cli --server-json https://speedtest.hostkey.com/servers.json --list
    
    Retrieving server list from https://speedtest.hostkey.com/servers.json
    1: Amsterdam, Netherlands (http://spd-nlsrv.hostkey.com/)
    2: Helsinki, Finland (http://spd-fisrv.hostkey.com/)
    3: NewYork, USA (http://spd-uswb.hostkey.com/)
    4: Frankfurt, Germany (http://spd-desrv.hostkey.com/)
    5: Reykjavik, Iceland (http://spd-icsrv.hostkey.com/)
    6: Türkiy, Istanbul (http://spd-tr.hostkey.com/)
    7: London, United Kingdom (http://spd-uksrv.hostkey.com/)
    8: Paris, France (https://spd-frsrv.hostkey.com/)
    9: Madrid, Spain  (https://spd-essrv.hostkey.com/)
    10: Milan, Italy (https://spd-itsrv.hostkey.com/)
    11: Warsaw, Poland (http://spd-plsrv.hostkey.com/)
    12: Zurich, Switzerland (http://spd-chsrv.hostkey.com/)
    
  2. HTTP testlerini gerçekleştirmek için bir sunucu seçin:

    librespeed-cli server-json https://speedtest.hostkey.com/servers.json --server 3     
    
    Retrieving server list from https://speedtest.hostkey.com/servers.json
    Selected server: NewYork, USA [spd-uswb.hostkey.com]
    You're testing from: 185.130.215.70 - HOSTKEY B.V., NL (6023.45 km)
    Ping: 144.27 ms Jitter: 9.12 ms
    Download rate:  3.84 Mbps
    Upload rate:    9.60 Mbps
    

Sunucu numarası, önceki adımda elde edilen listeye göre ayarlanır. HTTPS için test yapmak istiyorsanız, komutun sonuna --secure ekleyebilirsiniz. Örneğin

librespeed-cli server-json https://speedtest.hostkey.com/servers.json --server 3 --secure