User Guide
APconnections, Inc. // 303.997.1300 // www.netequalizer.com
Page 82 of 96
All rights reserved
Copyright © 2014, 2015 APconnections, Inc.
rev. 20150309
print "The connections below are over HOGMIN...\n";
print "SRCP DSTP Wavg Avg IP1 IP2 Ptcl Port Pool\n";
@x=`/sbin/brctl getbrain my 0|grep -v Wavg`;
foreach $line ( @x) {
chomp($line);
@specials=split(" ",$line);
if ( $specials[5] > $hogmin)
{
print "$specials[1] $specials[2] $specials[3] $specials[4]
$specials[5] $specials[6] $specials[7] $specials[8] $specials[9]\n";
}
}
Click on ->
[
Post Changes
]
to save changes. On the next screen, you will see "Your
request is complete".
Click on ->
Maintenance
->
[
Run a Command
]
Type in
/art/showhogs
All connections over Hog Minimum will be displayed when command is
processed.