Help for this page

Select Code to Download


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