[ASK] kecepatan vps


Status
Not open for further replies.

gaul

Beginner 1.0
saya mempunyai vps, saya test kok kayak gini
root@sensor:~# dir
speedtest-cli.py
root@sensor:~# python speedtest-cli.py --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from PT. Media Antar Nusa (ip sensor)...
Selecting best server based on ping...
Traceback (most recent call last):
File "speedtest-cli.py", line 410, in <module>
speedtest()
File "speedtest-cli.py", line 336, in speedtest
best = getBestServer(servers)
File "speedtest-cli.py", line 249, in getBestServer
uh = urllib2.urlopen('%s/latency.txt' % url)
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 409, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
root@sensor:~# dir
speedtest-cli.py
root@sensor:~# python speedtest-cli.py --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from PT. Media Antar Nusa (ip sensor)...
Selecting best server based on ping...
Traceback (most recent call last):
File "speedtest-cli.py", line 410, in <module>
speedtest()
File "speedtest-cli.py", line 336, in speedtest
best = getBestServer(servers)
File "speedtest-cli.py", line 249, in getBestServer
uh = urllib2.urlopen('%s/latency.txt' % url)
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 409, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
root@sensor:~#
itu normal gak atau emang server lagi down:confused:
 

arieonline

Expert 1.0
eh ini RAM nya berapa ya?

soalnya ini python script mendownload langsung ke RAM, jd nya klo RAM kecil bakal muncul error2 ga jelas
 

gaul

Beginner 1.0
eh ini RAM nya berapa ya?

soalnya ini python script mendownload langsung ke RAM, jd nya klo RAM kecil bakal muncul error2 ga jelas

saya pake debian 6 32bit, Memory 512 MB Tuan

ada yang bisa saya bantu? sensor nya belum pas itu om gaul
jadi alamatnya keliatan

maklum Tuan masih harus banyak belajar :D

pythonnya yg error itu. klo dari directory yg ada sih harusnya python 2.6 ya? pastiin pake command "python --version" atau "python -V"

saya pake perintah python speedtest-cli.py --share

anda pake python berapa?

saya belum tau pake pyton berapa masalahnya vps baru install debian 6 32bit dan sudah saya update dengan perintah
apt-get -y update
 

cpserv

Expert 1.0
saya belum tau pake pyton berapa masalahnya vps baru install debian 6 32bit dan sudah saya update dengan perintah
apt-get -y update

lha itu yg tak suruh ketik buat ngecek versi pythonnya. :D tapi klo OSnya debian harusnya 2.6 koq. udah coba compile sendiri? ganti ke 2.7 tau 3 sekalian.
 

gaul

Beginner 1.0
lha itu yg tak suruh ketik buat ngecek versi pythonnya. :D tapi klo OSnya debian harusnya 2.6 koq. udah coba compile sendiri? ganti ke 2.7 tau 3 sekalian.

Python 2.6.6
cara gantinya gimana Tuan :17:
saya baru belajar soalnya :111:
 
Status
Not open for further replies.

Top