小弟買左新router諗住測速 用手機同ipad down左兩個測速app
用ookla個speedtest: 下載45Mbps左右 上載2xx Mbps
用OFCA個speedtest: 下載480Mbps左右 上載2xx Mbps
之後用電腦上speedtest個網check都係下載480Mbps
以上結果都係試左好多次, 對過單位都係Mbps, 點解會有咁既分別? 求教咁多位巴打
ookla 會幫你自動揀Server
你手動揀最近個個試多次先
不如試下用command line方法test(同OOKLA一樣, 都係based on speedtest.net啲), i.e. 係DOS-PROMPT度打:
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
(Prerequisites: You need to have curl and python already installed on your Windows)
如果係Windows 10就仲方便, 係DOS-PROMPT打bash, 拍enter, 再打apt-get install speedtest-cli, 拍enter, 最後打speedtest-cli, 拍enter, 就OK了!
(Prerequisite: You have WSL already installed on your Windows 10)
不如試下用command line方法test(同OOKLA一樣, 都係based on http://speedtest.net啲), i.e. 係DOS-PROMPT度打:
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
(Prerequisites: You need to have curl and python already installed on your Windows)
如果係Windows 10就仲方便, 係DOS-PROMPT打bash, 拍enter, 再打apt-get install speedtest-cli, 拍enter, 最後打speedtest-cli, 拍enter, 就OK了!
(Prerequisite: You have WSL already installed on your Windows 10)
Sample: