1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/wondershaper.md

29 lines
720 B
Markdown
Raw Normal View History

# wondershaper
> 네트워크 어댑터의 대역폭을 제한할 수 있도록 합니다.
> 더 많은 정보: <https://github.com/magnific0/wondershaper#usage>.
- [h]elp 표시:
`wondershaper -h`
- 특정 [a]dapter의 현재 [s]tatus 보기:
`wondershaper -s -a {{어댑터_이름}}`
- 특정 [a]dapter의 제한 해제:
`wondershaper -c -a {{어댑터_이름}}`
- 특정 최대 [d]ownload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -d {{1024}}`
- 특정 최대 [u]pload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -u {{512}}`
- 특정 최대 [d]ownload 및 [u]pload 속도 설정 (Kbps 단위):
`wondershaper -a {{어댑터_이름}} -d {{1024}} -u {{512}}`