speedtest-cli 도구를 권장합니다 . 블로그 게시물 ( Linux Command Line에서 인터넷 연결 속도 측정)을 작성하여 다운로드, 설치 및 사용법에 대해 자세히 설명했습니다.
짧은 버전은 다음과 같습니다 (루트 필요 없음).
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
산출:
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from Comcast Cable (x.x.x.x)...
Selecting best server based on ping...
Hosted by FiberCloud, Inc (Seattle, WA) [12.03 km]: 44.028 ms
Testing download speed........................................
Download: 32.29 Mbit/s
Testing upload speed..................................................
Upload: 5.18 Mbit/s
2018 년 업데이트 :
를 사용 pip install --user speedtest-cli
하면 배포 리포지토리에서 사용 가능한 것보다 최신 버전을 얻을 수 있습니다.
2016 년 업데이트 :
speedtest-cli
우분투 저장소에 있습니다. Ubuntu 16.04 (Xenial) 이상에서는 다음을 사용하십시오.
sudo apt install speedtest-cli
speedtest-cli