diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm index 821250fef425f4f67ecab7dda77bebed2051d759..a173c6bac2ed79f0a8ec3bce3e3c469470e49f5b 100644 --- a/opentrafficshaper/plugins/statistics/statistics.pm +++ b/opentrafficshaper/plugins/statistics/statistics.pm @@ -890,7 +890,7 @@ sub getConfigManagerCounters foreach my $pid (@poolList) { my $cid = getPoolTrafficClassID($pid); # Bump the class counter - $counters{"ConfigManager:ClassLimits:$cid"}++; + $counters{"ConfigManager:ClassPools:$cid"}++; } return \%counters;