Notice
Recent Posts
Recent Comments
준호씨의 블로그
speedtest-cli - CLI 로 인터넷 속도 측정. 맥북과 호스팅 서버 테스트 본문
반응형
스쿨호스팅에서 가상머신 호스팅을 이용하고 있는데, 자주 쓰고 있지는 않지만 속도가 좀 느리다는 생각이 종종 드는 편이다.
일단 집 Wifi 접속상태 속도 측정
# 설치
$ brew install speedtest-cli
# 테스트
$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Korea Telecom (14.47.185.136)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Random Systems (Gimhae) [268.35 km]: 15.226 ms
Testing download speed................................................................................
Download: 31.92 Mbit/s
Testing upload speed................................................................................................
Upload: 33.18 Mbit/s
호스팅 서버
# 테스트
$ curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Retrieving speedtest.net configuration...
Testing from Daou Technology (115.71.237.125)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by kdatacenter.com (Seoul) [8.34 km]: 7.155 ms
Testing download speed................................................................................
Download: 362.16 Mbit/s
Testing upload speed................................................................................................
Upload: 0.00 Mbit/s
왜 Upload 속도가 0 이지? 다시시도
$ curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Retrieving speedtest.net configuration...
Testing from Daou Technology (115.71.237.125)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by kdatacenter.com (Seoul) [8.34 km]: 6.977 ms
Testing download speed................................................................................
Download: 374.77 Mbit/s
Testing upload speed................................................................................................
Upload: 9.87 Mbit/s
참고
반응형
'IT이야기' 카테고리의 다른 글
Windows 10 USB 3.0 드라이버? Asrock Z77 Pro4 메인보드 USB 3.0 설정 (0) | 2018.08.31 |
---|---|
apache2 재설치. wordpress 설정 (0) | 2018.08.29 |
osx 에 gimp 설치 (0) | 2018.08.26 |
osx - wordpress 다운받아 설치 하는 방법 - bitnami 설치 방법과 직접 다운받는 방법 (0) | 2018.08.24 |
맥에서 한글타자연습 (1) | 2018.08.12 |
Comments