Help for this page

Select Code to Download


  1. or download this
    (size/max/drops/flushes).
    
  2. or download this
    if ($line =~ m/\s+Input\s+queue:\s+0\/75\/(.*)\/39\s+\(size\/max\/drop
    +s\/flushes\); \s+Total\s+output drops:\s+(.*)/) {
    
    printf("%-20.20s %-22.22s : $line\n",$file,$currentInterface) if ($1 |
    +| $2 != 0);
    
    }