Help for this page

Select Code to Download


  1. or download this
    {
      local @SIG{'INT', 'TERM'} = (sub {warn 'Interrupt!'}) x 2;
      `$cmd -P ALL $interval >> $path`;
    }
    
  2. or download this
    {
      local @SIG{'INT', 'TERM'} = (sub {warn 'Interrupt!'}) x 2;
      `$cmd -P ALL $interval | timestamp.pl >> $path`;
    }
    
  3. or download this
    Processing mpstat-5_EDT
    Number of samples: 9
    ...
    
    Processing vmstat-5_EDT
    Number of samples: 0