summaryrefslogtreecommitdiffstats
path: root/qos.pl
diff options
context:
space:
mode:
Diffstat (limited to 'qos.pl')
-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 {