Knowledgebase

How to using SpeedTest to test speed at CentOS

  • 3

CentOS7 uses SpeedTest tool to test speed


1. Download the SpeedTest script directly and run the script with permission

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

chmod +x speedtest-cli

./speedtest-cli --share

Hong Kong speedtest suggest using ./speedtest-cli --server=1536 --share (may not have this node because of Line different)

Korea speed test suggest using ./speedtest-cli --server=6527 --share

./speedtest-cli --list | grep china

Red part is district, can change to different area to find node

https://www.cnblogs.com/heqiuyong/p/11069641.html [How to]

 

# outdated version
# curl -s https://gtary.com/script/findlist.py | python--search="Hong Kong"
# curl -s https://gtary.com/script/speedtest.py | python---search="Hong Kong"
# curl -s https://gtary.com/script/speedtest.py | python---search="Hong Kong" --server=13538 --share


Was this answer helpful?

© Copyright 2019. CTG SERVER LTD