add swap.page_{in,out} fields

This commit is contained in:
Doug MacEachern 2007-07-20 18:19:35 +00:00
parent ba1d44fe17
commit 166c530773
1 changed files with 28 additions and 0 deletions

View File

@ -164,6 +164,34 @@ my %classes = (
Win32 => '',
},
},
{
name => 'page_in', type => 'Long',
desc => 'Pages in',
plat => '*',
cmd => {
AIX => '',
Darwin => '',
FreeBSD => '',
HPUX => '',
Linux => 'vmstat',
Solaris => 'vmstat',
Win32 => '',
},
},
{
name => 'page_out', type => 'Long',
desc => 'Pages out',
plat => '*',
cmd => {
AIX => '',
Darwin => '',
FreeBSD => '',
HPUX => '',
Linux => 'vmstat',
Solaris => 'vmstat',
Win32 => '',
},
},
],
Cpu => [
{