Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Untuk OS Redhat/Centos:
- # yum install python
- Untuk OS Debian/Ubuntu:
- # apt-get install python
- Download file speedtest-cli dari url:
- # wget https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py
- // or using curl like this
- # curl -o speedtest_cli.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
- Anda dapat melihat informasi penggunaan dengan perintah:
- # python speedtest_cli.py -h
- Contoh perintah untuk melakukan testing dan generate url hasil test
- # python speedtest_cli.py --share
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement