Help for this page

Select Code to Download


  1. or download this
      my $REPORT_INTERVAL = 300; # seconds
      my %active = ( 'split' => 0, 'filter' => 0);
    ...
        report_counts($next_report, \%active);
        $next_report += $REPORT_INTERVAL;
      }
    
  2. or download this
      ...
      if ($action eq 'start') {
    ...
      ...
      my $split_count = keys %{ $active{'split'} };
      ...