1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/wondershaper.md
Vitor Henrique 55a49c4ba1
pages*: remove "one or more" from description when superfluous (#12121)
* pages*: remove "one or more" from description when superfluous

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-25 10:58:11 +05:30

28 lines
691 B
Markdown

# wondershaper
> Allows the user to limit the bandwidth of network adapters.
> More information: <https://github.com/magnific0/wondershaper#usage>.
- Display [h]elp:
`wondershaper -h`
- Show the current [s]tatus of a specific [a]dapter:
`wondershaper -s -a {{adapter_name}}`
- Clear limits from a specific [a]dapter:
`wondershaper -c -a {{adapter_name}}`
- Set a specific maximum [d]ownload rate (in Kbps):
`wondershaper -a {{adapter_name}} -d {{1024}}`
- Set a specific maximum [u]pload rate (in Kbps):
`wondershaper -a {{adapter_name}} -u {{512}}`
- Set a specific maximum [d]ownload rate and [u]pload rate (in Kpbs):
`wondershaper -a {{adapter_name}} -d {{1024}} -u {{512}}`