mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
wondershaper: add page (#8034)
This commit is contained in:
parent
013c2fc194
commit
3ed1a673c0
1 changed files with 28 additions and 0 deletions
28
pages/common/wondershaper.md
Normal file
28
pages/common/wondershaper.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# wondershaper
|
||||
|
||||
> Allows the user to limit the bandwidth of one or more 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}}`
|
Loading…
Add table
Reference in a new issue