- or download this
my $objstat = new CustomModule;
$objstat->mpstat('mpstat',$interval,$path)
`mv mpstat*.html html/folder`;
`mv mpstat*.png png/folder`;
- or download this
my $cmd = shift;
my $interval = shift;
...
$obj->createGraph($path, $numsamples.. etc etc)
);
$obj->writeHTML($path,$numsamples,@pngnames);
- or download this
my $cmd = shift;
my $interval = shift;
...
);
$obj->writeHTML($path,$numsamples,@pngnames);
}