mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
1.2 KiB
1.2 KiB
speedtest
https://speedtest.net을 사용하여 인터넷 대역폭을 테스트하는 공식 명령줄 인터페이스. 참고: 일부 플랫폼에서는
speedtest
를speedtest-cli
에 연결합니다. 이 페이지의 일부 예제가 작동하지 않는 경우,speedtest-cli
를 참조하세요. 더 많은 정보: https://www.speedtest.net/apps/cli.
- 속도 테스트 실행:
speedtest
- 속도 테스트를 실행하고 출력 단위를 지정:
speedtest --unit={{auto-decimal-bits|auto-decimal-bytes|auto-binary-bits|auto-binary-bytes}}
- 속도 테스트를 실행하고 출력 형식을 지정:
speedtest --format={{human-readable|csv|tsv|json|jsonl|json-pretty}}
- 속도 테스트를 실행하고 소수점 자릿수를 지정 (0에서 8까지, 기본값은 2):
speedtest --precision={{정밀도}}
- 속도 테스트를 실행하고 진행 상황을 출력 (출력 형식이
human-readable
및json
일 때만 사용 가능):
speedtest --progress={{yes|no}}
- 거리에 따라 정렬된 모든
speedtest.net
서버 나열:
speedtest --servers
- 특정
speedtest.net
서버로 속도 테스트 실행:
speedtest --server-id={{서버_ID}}