| 1 | = 2014-04-11 = |
| 2 | |
| 3 | == Linux == |
| 4 | |
| 5 | * 網路測速程式 - http://www.linuxjournal.com/content/speed-test-nerds |
| 6 | {{{ |
| 7 | ~$ wget -O bin/speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py |
| 8 | ~$ chmod a+x bin/speedtest-cli |
| 9 | ~$ speedtest-cli |
| 10 | Retrieving speedtest.net configuration... |
| 11 | Retrieving speedtest.net server list... |
| 12 | Testing from So-net Entertainment Taiwan Limited (*.*.*.*)... |
| 13 | Selecting best server based on ping... |
| 14 | Hosted by TFN Media Co., Ltd. (Taipei) [6.73 km]: 30.041 ms |
| 15 | Testing download speed........................................ |
| 16 | Download: 5.61 Mbit/s |
| 17 | Testing upload speed.................................................. |
| 18 | Upload: 1.99 Mbit/s |
| 19 | }}} |