Speedtest na linux’ie

anon53793862 | 2019-01-02 02:03:26 UTC | #1

Witajcie,
Pokaże wam jak szybko i łatwo zainstalować speedtest na system linux. Dzięki speedtest’owi będziecie mogli wykonać pomiary łącza na dedyku lub vps bez konieczności instalacji wirtualnego ekranu aby wykonać test z przeglądarki.
Wymagania

Instalacja
Aktualizacja pakietów

apt-get update

Instalacja Python Package Manager

apt-get install python-pip

Instalacja pakietu speedtest z package manager python’a

pip install speedtest-cli

Gotowe zainstalowałeś właśnie pakiet speedtest-cli :slight_smile:

Instrukcja obsługi

optional arguments:
-h, –help show this help message and exit
–no-download Do not perform download test
–no-upload Do not perform upload test
–bytes Display values in bytes instead of bits. Does not
affect the image generated by –share, nor output from
–json or –csv
–share Generate and provide a URL to the speedtest.net share
results image, not displayed with –csv
–simple Suppress verbose output, only show basic information
–csv Suppress verbose output, only show basic information
in CSV format. Speeds listed in bit/s and not affected
by –bytes
–csv-delimiter CSV_DELIMITER
Single character delimiter to use in CSV output.
Default “,”
–csv-header Print CSV headers
–json Suppress verbose output, only show basic information
in JSON format. Speeds listed in bit/s and not
affected by –bytes
–list Display a list of speedtest.net servers sorted by
distance
–server SERVER Specify a server ID to test against
–mini MINI URL of the Speedtest Mini server
–source SOURCE Source IP address to bind to
–timeout TIMEOUT HTTP timeout in seconds. Default 10
–secure Use HTTPS instead of HTTP when communicating with
speedtest.net operated servers
–no-pre-allocate Do not pre allocate upload data. Pre allocation is
enabled by default to improve upload performance. To
support systems with insufficient memory, use this
option to avoid a MemoryError
–version Show the version number and exit

Aby wykonać test do najbliższego serwera to wystarczy polecenie

speedtest-cli

Jeżeli chcemy wykonać test do danego serwera np SkyNet (ID 338)
Listę ID znajdziecie na stronie http://www.speedtestserver.com

speedtest-cli –server 338

oraz jeżeli chcemy udostępnić wynik PNG to należy dodać –share

speedtest-cli –server 338 –share

Wszystkie prawa zastrzeżone © Matix8981


NitroFuN | 2017-06-09 20:51:34 UTC | #2

Listę serwerów można też pobrać wpisując parametr –list :slight_smile:


Timo | 2017-06-09 21:11:15 UTC | #3

Fajne.
A serwer polecam wybierać jako automatyczny, bo wtedy z pingu bierze najbliższy.


SystemZ | 2017-06-19 15:44:57 UTC | #4

W repozytorium projektu https://github.com/sivel/speedtest-cli jest też szybszy sposób na odpalenie bez instalacji

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli

Pantoflarz | 2017-06-19 21:43:13 UTC | #5

xd

trzy komendy zamiast 229238239 zawsze na propsie.

Ciekawy poradnik nie ma co, spróbuję u siebie sprawdzić na VPSie :smiley: