Home | History | Annotate | Download | only in perl

Lines Matching refs:traffic

29 #    Generate a source report of traffic to or from www.example.com using
36 # other aggressive traffic.
43 # hostname lookups. This is a handy usage for examining traffic more
83 # - Added option for reporting traffic for specific hosts.
623 # Get the source/destination traffic hash for the host in question.
643 # Count the packet as outgoing traffic from the source address.
646 # Count the packet as incoming traffic to the destination address.
657 print "### Traffic by $order address:\n";
675 my $traffic = $hosts{$host}->{$dir};
677 # Skip hosts with no traffic.
678 next unless (scalar (keys (%{$traffic})));
690 foreach $peer (sort ipSort (keys %{$traffic}))
692 my $peerHash = $traffic->{$peer};
1046 Note: if you are logging traffic with ipmon -n, ipmon will already have looked