Help for this page

Select Code to Download


  1. or download this
    my @diskline=`grep DISKBUSY $nmondir/$files_by_date{$date} | grep -v B
    +usy`;
    foreach my $line (@diskline) {
    ...
       $mem_by_date{$date}[0]=join ',', $mem_by_date{$date}[0],$rused;
       $mem_by_date{$date}[1]=join ',', $mem_by_date{$date}[1],$mused;
    }
    
  2. or download this
    sub process (&$;$) {
      my ($code, $cmd, $skipfields) = @_;
    ...
       }
    }
    q{grep ^MEM, $nmondir/$files_by_date{$date} | grep -v Memory};
    
  3. or download this
    sub joiny {
      my ($ref, $thing) = @_;
    ...
       }
    }
    q{grep ^MEM, $nmondir/$files_by_date{$date} | grep -v Memory};