Advertisement
niammuddin

speedtest vps linux

Jan 3rd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Untuk OS Redhat/Centos:
  2.  
  3. # yum install python
  4.  
  5. Untuk OS Debian/Ubuntu:
  6.  
  7. # apt-get install python
  8.  
  9. Download file speedtest-cli dari url:
  10.  
  11. # wget https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py
  12. // or using curl like this
  13. # curl -o speedtest_cli.py https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
  14.  
  15. Anda dapat melihat informasi penggunaan dengan perintah:
  16.  
  17. # python speedtest_cli.py -h
  18.  
  19. Contoh perintah untuk melakukan testing dan generate url hasil test
  20.  
  21. # python speedtest_cli.py --share
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement