- 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;
}
- or download this
sub process (&$;$) {
my ($code, $cmd, $skipfields) = @_;
...
}
}
q{grep ^MEM, $nmondir/$files_by_date{$date} | grep -v Memory};
- or download this
sub joiny {
my ($ref, $thing) = @_;
...
}
}
q{grep ^MEM, $nmondir/$files_by_date{$date} | grep -v Memory};