From 3ed1a673c0794b3b8bbe1d5382171b84c692eb86 Mon Sep 17 00:00:00 2001 From: Ilya Pantsyr Date: Sun, 24 Apr 2022 11:00:17 +0300 Subject: [PATCH] wondershaper: add page (#8034) --- pages/common/wondershaper.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/wondershaper.md diff --git a/pages/common/wondershaper.md b/pages/common/wondershaper.md new file mode 100644 index 000000000..c7c0a582a --- /dev/null +++ b/pages/common/wondershaper.md @@ -0,0 +1,28 @@ +# wondershaper + +> Allows the user to limit the bandwidth of one or more network adapters. +> More information: . + +- 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}}`