summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-03 19:36:34 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-03 19:36:34 +0200
commit77200d417930e4ec4c78ff21351290913d71ff18 (patch)
tree7ba2bf625050b0c89cb6519966256b03e2768092
parentcdcc681d43f964120fb5ffac537cec5ef47defe7 (diff)
downloadqos-77200d417930e4ec4c78ff21351290913d71ff18.tar.gz
qos-77200d417930e4ec4c78ff21351290913d71ff18.tar.xz
Sync qos.pl with my used version
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xqos.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/qos.pl b/qos.pl
index 5c7787d..d45d867 100755
--- a/qos.pl
+++ b/qos.pl
@@ -45,15 +45,15 @@ my %classes = (
"1:7" => "low/data",
);
my %bandwidth = (
- "up" => 5500,
- "down" => 97280,
+ "up" => 19_000,
+ "down" => 100_000,
);
$bandwidth{"1:2"} = 6*$bandwidth{up}/10;
$bandwidth{"1:3"} = 5*$bandwidth{up}/10;
$bandwidth{"1:4"} = 1*$bandwidth{up}/10;
$bandwidth{"1:5"} = 1*$bandwidth{up}/10;
$bandwidth{"1:6"} = 1*$bandwidth{up}/10;
-$bandwidth{"1:7"} = 1*$bandwidth{up}/20;
+$bandwidth{"1:7"} = 5*$bandwidth{up}/20;
my %bwthresh = (
warn => 60,
@@ -78,7 +78,7 @@ my @display_rows = (
[qw(1:3 1:6)],
[qw(1:4 1:7)],
[],
- [qw(total-up-tc total-up total-down)],
+ [qw(total-up-tc space total-up total-down)],
);
sub untaint {