본문 바로가기
Tech/Cloud

오라클 클라우드 네트워크 스피드 측정하기

by 타이호 2019. 12. 27.
반응형

오라클 클라우드에서는 VM(1 OCPU, 1GB Ram)을 두개까지 무료로 제한없이 쓸 수 있다.

개인용으로 사용하기에는 큰 무리가 없지만, 네트워크 속도는 어느정도로 나올지 궁금하던 찰나에 Speedtest라는 사이트에서 제공해주는 CLI를 사용하여 속도를 측정해 보고자 한다.

Free Tier VM에서 과연 오라클 클라우드에서는 네트워크 스피드를 제한하는지도 궁금하다.

네트워크 스피드를 측정해보기 위해 아래 사이트에서 해당 OS에 맞는 CLI를 설치 한다.

https://www.speedtest.net/ko/apps/cli

 

Speedtest CLI - 개발자용 인터넷 연결 측정

We encourage you to read our updated Privacy Policy and Cookie Policy.

www.speedtest.net

Ubuntu의 경우 아래 스크립트(?)를 사용하여 설치 한다. 

$ sudo apt-get install gnupg1 apt-transport-https dirmngr
$ export INSTALL_KEY=379CE192D401AB61
# Ubuntu versions supported: xenial, bionic
# Debian versions supported: jessie, stretch, buster
$ export DEB_DISTRO=$(lsb_release -sc)
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
$ echo "deb https://ookla.bintray.com/debian ${DEB_DISTRO} main" | sudo tee  /etc/apt/sources.list.d/speedtest.list
$ sudo apt-get update
# Other non-official binaries will conflict with Speedtest CLI
# Example how to remove using apt-get
# sudo apt-get remove speedtest-cli
$ sudo apt-get install speedtest

설치를 하고 나서 speedtest 를 수행하면 아래와 같이 결과를 볼 수 있다.

$ speedtest
==============================================================================

You may only use this Speedtest software and information generated
from it for personal, non-commercial use, through a command line
interface on a personal computer. Your use of this software is subject
to the End User License Agreement, Terms of Use and Privacy Policy at
these URLs:

	https://www.speedtest.net/about/eula
	https://www.speedtest.net/about/terms
	https://www.speedtest.net/about/privacy

==============================================================================

Do you accept the license? [type YES to accept]: YES
License acceptance recorded. Continuing.


   Speedtest by Ookla

     Server: kdatacenter.com - Seoul (id = 6527)
        ISP: Oracle Public Cloud
    Latency:     1.66 ms   (0.31 ms jitter)
   Download:    44.91 Mbps (data used: 51.7 MB)
     Upload:    47.13 Mbps (data used: 68.0 MB)
Packet Loss:     0.0%
 Result URL: https://www.speedtest.net/result/c/67fed937-98a1-4432-9ebc-dfef997f22ab

결론적으로 Free Tier일 경우 대략 50Mbps 정도로 Up/Down 속도가 나오는 것을 알 수 있다.

 

sudo apt-get install gnupg1 apt-transport-https dirmngr

sudo apt-get install gnupg1 apt-transport-https dirmngrsudo apt-get install gnupg1 apt-transport-ht

 

tps dirmngr

sudo apt-get install gnupg1 apt-transport-https dirmngr

sudo apt-get install gnupg1 apt-transport-https dirmngr

sudo apt-get install gnupg1 apt-transport-https dirmngr

 

반응형