Help for this page

Select Code to Download


  1. or download this
    my $text = $host->cmd("monitor lag $lag_traffic interval 3 repeat 3 ra
    +te | match Totals post-lines 1");
    
  2. or download this
    my $lags   = $host->cmd("show lag description");
      my @lag_id = ( $lags =~ m/(\d+)\Se\S/g );