Help for this page

Select Code to Download


  1. or download this
    Totals    1144        12          1116        12          0          0
      % Util  ~0.00       --          ~0.00       --          --         -
    +-
    Totals    1720        18          1529        16          0          0
      % Util  ~0.00       --          ~0.00       --          --         -
    +-
    Totals    1539        16          1425        16          0          0
      % Util  ~0.00       --          ~0.00       --          --         -
    +-
    
  2. or download this
    foreach $lag_traffic (@lag_id) {
        my $text = $host->cmd("monitor lag $lag_traffic interval 3 repeat 
    +3 rate | match Totals post-lines 1");
        @lag_util = ( $text =~ m/(.\d+\.\d+)/g );
        $lag_load{$lag_traffic} = @lag_util;
      }
    
  3. or download this
    $VAR1 = [
              '~0.00',
    ...
              '200' => 6,
              '199' => 6
            };