테크매니아
Ubuntu 인터넷 속도 측정 본문
반응형
Ubuntu Terminal에서 인터넷 속도를 측정하는 방법...
# Get util(speedtest-cli)
$ wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
# Add exec permission
$ chmod +x speedtest-cli
# Run
$ ./speedtest-cli
Retrieving speedtest.net configuration...
Testing from Korea Telecom (xxx.xxx.xxx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by kdatacenter.com (Seoul) [47.66 km]: 38.205 ms
Testing download speed................................................................................
Download: 509.77 Mbit/s
Testing upload speed......................................................................................................
Upload: 473.22 Mbit/s
반응형