GUI - Topo Overlay - restore BPS threshold to 4K.
Change-Id: I07f54cdabe85a15e6ada6911ff12825c5358fbf1
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -432,8 +432,8 @@ public class TrafficMonitorObject { | ... | @@ -432,8 +432,8 @@ public class TrafficMonitorObject { |
432 | Link one = link.one(); | 432 | Link one = link.one(); |
433 | Load egressSrc = servicesBundle.portStatsService().load(one.src()); | 433 | Load egressSrc = servicesBundle.portStatsService().load(one.src()); |
434 | Load egressDst = servicesBundle.portStatsService().load(one.dst()); | 434 | Load egressDst = servicesBundle.portStatsService().load(one.dst()); |
435 | -// link.addLoad(maxLoad(egressSrc, egressDst), BPS_THRESHOLD); | 435 | + link.addLoad(maxLoad(egressSrc, egressDst), BPS_THRESHOLD); |
436 | - link.addLoad(maxLoad(egressSrc, egressDst), 10); // FIXME - debug only | 436 | +// link.addLoad(maxLoad(egressSrc, egressDst), 10); // FIXME - debug only |
437 | } | 437 | } |
438 | 438 | ||
439 | private Load maxLoad(Load a, Load b) { | 439 | private Load maxLoad(Load a, Load b) { | ... | ... |
-
Please register or login to post a comment