change noi to noo for proc

This commit is contained in:
minima 2002-09-30 02:52:17 +00:00
parent f9f1c0e6a1
commit 8a75f069df

View File

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