Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Sunucuda Bağlantı Hızı Ölçmek
#1
Bir firmadan linux sunucu aldığınız, sunucunun ne kadar bant genişliği olduğunu öğrenmek isteyebilirsiniz. Windows sunucularda bunu speedtest.net üzerinden uygulamak mümkün fakat iş linux e gelince SSH üzerinden bu işlemleri yürütmelisiniz.

linux hosting

İlk olarak sunucumuza Speedtest-cli kuralım [phyton]

Ubuntu ve debian türleri için komut satırının başına (wget yerine) sudo yazmalısınız.


chmod a+rx speedtest_cli.py
mv speedtest_cli.py /usr/local/bin/speedtest-cli
chown root:root /usr/local/bin/speedtest-cli


chmod a+rx speedtest_cli.py
mv speedtest_cli.py /usr/local/bin/speedtest-cli
chown root:root /usr/local/bin/speedtest-cli
root@host [~]# speedtest-cli
Retrieving speedtest.net configuration.
Retrieving speedtest.net server list.
Testing from xxxxxxxxxxxxxxxxxxxxxxx (93.89.239.xx).
Selecting best server based on latency.
Hosted by KKTCELL (Nicosia) [36.85 km]: 107.443 ms
Testing download speed..............
Download: 600.50 Mbit/s
Testing upload speed..................
Upload: 300.22 Mbit/s

linux web hosting

speedtest-cli -list | less komutu ile farklı lokasyonlardan test işlemi gerçekleştirebilirsiniz.
speedtest-cli -share komutu ile test sonuçlarının görsel çıktısını alabilirsiniz.
speedtest-cli -server 3151 yazarak servis sağlayıcınız ile iletişimini ölçebilirsiniz. "server 3151" Vodafone
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from xxxxxxxxxxxxxxxx (93.89.239.xx)...
Selecting best server based on latency...
Hosted by KKTCELL (Nicosia) [36.85 km]: 75.937 ms
Testing download speed........................................
Download: 807.86 Mbit/s
Testing upload speed..................................................
Upload: 300.01 Mbit/s
(END)


Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from xxxxxxxxxxxxxxxx (93.89.239.xx)...
Selecting best server based on latency...
Hosted by KKTCELL (Nicosia) [36.85 km]: 75.937 ms
Testing download speed........................................
Download: 807.86 Mbit/s
Testing upload speed..................................................
Upload: 300.01 Mbit/s
(END)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)