맥 터미널에서 인터넷 속도 체크 NetworkQuality

맥 터미널에서 바로 인터넷 속도 체크가 간단하게 가능합니다. – 맥 monterey(몬터레이) 버전부터 마음에 드는 기능이 추가되었네요. speedtest.net에 접속해서 테스트 할 필요없이 터미널에서 NetworkQuality 한줄만 쳐주시면 간단하게 체크할 수 있습니다.

아주 깔끔하죠? 와이파이 접속 중이라 231Mbps밖에 나오질 않는군요. 여기 나오는 알피엠은 분당 회전수가 아니라 RPM(Round-trips Per Minute) 입니다. 혹시 차이가 있을까 싶어서 스피드테스트 사이트에 접속해봤습니다.

업로드가 꽤 많이 차이가 나는데 저를 포함한 대부분에게 중요한건 다운로드 속도이니 이정도면 거의 정확하다고 볼 수 있겠네요.

간단한 옵션을 보고 싶으시면 아래 처럼 확인해보세요.

networkquality -h
USAGE: networkQuality [-C ] [-c] [-h] [-I ] [-s] [-v]
-C: override Configuration URL
-c: Produce computer-readable output
-h: Show help (this message)
-I: Bind test to interface (e.g., en0, pdp_ip0,…)
-s: Run tests sequentially instead of parallel upload/download
-v: Verbose output

man networkQuality 명령어를 입력하시면 자세하게 볼 수 있습니다.

NAME
     networkQuality – Network quality testing tool

SYNOPSIS
     networkQuality [-chsv] [-I interface]

DESCRIPTION
     networkQuality allows for measuring the different aspects of Network Quality,
     including:

     Maximal capacity (often described as speed)

     The responsiveness of the connection. Responsiveness measures the quality of
     your network by the number of roundtrips completed per minute (RPM) under
     working conditions. See https://support.apple.com/kb/HT212313

     Other aspects of the connection that affect the quality of experience.

     NOTE: This tool will connect to the Internet to perform its tests. This will
     use data on your Internet service plan.

     The following options are available:

     -C       Use custom configuration URL.

     -c       Produce computer-readable output

     -h       Show help

     -I interface
              Bind test to interface (e.g., en0, pdp_ip0,...)

              If not specified, the default interface will be used.

     -s       Run tests sequentially instead of parallel upload/download

     -v       Verbose output

SEE ALSO
     ping(8), traceroute(8)

맥의 인기가 점점 더 높아지는 것 같아요. 사람들에게 인기 많은 앱들을 모아 봤습니다. 블로그 메뉴에 정리해뒀어요 참고하세요.

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다