Ez az oldal csak olvasható. Megtekintheted a forrását, de nem változtathatod meg. Ha úgy gondolod, hogy ez helytelen, kérdezd az Adminisztrátorokat!
xxxxxxxxxx
====== Sebességteszt ======
===== Helyi hálózat =====
* [[tudasbazis:linux:iperf|iperf]]
===== Internet =====
==== Böngészőből ====
* http://speedtest.net
==== Parancssorból ====
* https://askubuntu.com/a/269821/58298
<code bash>
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -
</code><code>
Retrieving speedtest.net configuration...
Testing from Magyar Telekom (11.11.11.11)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Telenor Hungary (Budapest) [2.50 km]: 14.989 ms
Testing download speed................................................................................
Download: 92.28 Mbit/s
Testing upload speed................................................................................................
Upload: 96.49 Mbit/s
</code>