![]() |
How to test your VPS Internet speed - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: How to test your VPS Internet speed (/Thread-How-to-test-your-VPS-Internet-speed) |
RE: How to test your VPS Internet speed - youssefbasha - 09-19-2017 (09-19-2017, 04:08 AM)sagher Wrote: Get error while making .py file with this command Try to paste this all and it will work as i think Code: wget https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py RE: How to test your VPS Internet speed - sagher - 09-19-2017 (09-19-2017, 06:14 AM)youssefbasha Wrote: Try to paste this all and it will work as i think same error and some additional is chmod: cannot access 'st.py': No such file or directory -bash: ./st.py: No such file or directory RE: How to test your VPS Internet speed - kubanek_kuba - 09-19-2017 (09-19-2017, 06:39 AM)sagher Wrote: same error and some additional isTry to open this link https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py Save it on your local computer and upload on VPS. It should help. RE: How to test your VPS Internet speed - tryp4vps - 09-19-2017 (09-19-2017, 04:08 AM)sagher Wrote: Get error while making .py file with this command Adding the --no-check-certificate flag for wget should work. Try this: Code: wget --no-check-certificate https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py RE: How to test your VPS Internet speed - sagher - 09-20-2017 (09-19-2017, 12:58 PM)tryp4vps Wrote: Adding the --no-check-certificate flag for wget should work. Yes this was works. WARNING: The certificate of 'raw.githubusercontent.com' is not trusted. WARNING: The certificate of 'raw.githubusercontent.com' hasn't got a known issuer. HTTP request sent, awaiting response... 200 OK Length: 24994 (24K) [text/plain] Saving to: 'st.py' st.py 100%[=====================>] 24.41K --.-KB/s in 0.005s 2017-09-20 00:26:11 (5.27 MB/s) - 'st.py' saved [24994/24994] Its mean my server speed is 5.27 mb/s? is this good ? RE: How to test your VPS Internet speed - AmirGT - 09-20-2017 (09-20-2017, 04:33 AM)sagher Wrote: Yes this was works. No dude, you have to proceed with the steps above to test your speed. You just have done the first step which it's downloading the files so now you have to give it the permission as I said above then open it to test your speed. RE: How to test your VPS Internet speed - sagher - 09-22-2017 after this command: ./st.py --secure --share got this error Retrieving speedtest.net configuration... Could not retrieve speedtest.net configuration: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> RE: How to test your VPS Internet speed - perry - 09-22-2017 (09-22-2017, 06:15 AM)sagher Wrote: after this command: try with --no-check-certificate instead of -secure RE: How to test your VPS Internet speed - tryp4vps - 09-22-2017 (09-22-2017, 06:15 AM)sagher Wrote: after this command: Try if it works if you remove the -secure flag. Just run: Code: ./st.py --share RE: How to test your VPS Internet speed - YOuNeS_Dz - 10-25-2017 That's a new thing for me, thank you amir and this is a speedtest from my VPS xD ![]() Can you share yours guys? ![]() |