add * 60 factoring for proc

This commit is contained in:
minima 2002-09-30 02:46:51 +00:00
parent 7c4e7d3087
commit e85652985b

View File

@ -80,7 +80,7 @@ if (!$main::is_win && ($want{proc} || $want{all})) {
$f->close;
}
if ($secs) {
$mc->cfgprint('proc', [qw(noi)], 64000,
$mc->cfgprint('proc', [qw(noi perminute)], 64000,
"Processor Usage",
'Secs', 'Secs', 'Secs') unless $want{dataonly};
$mc->data('proc', $secs, $secs, "Processor Usage") unless $want{cfgonly};