doc
This commit is contained in:
parent
0d38b8332d
commit
02ccb0c023
|
@ -262,18 +262,18 @@ my %classes = (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'minor_faults', type => 'Long',
|
name => 'minor_faults', type => 'Long',
|
||||||
desc => '',
|
desc => 'non i/o page faults',
|
||||||
plat => ''
|
plat => 'AHLS'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'major_faults', type => 'Long',
|
name => 'major_faults', type => 'Long',
|
||||||
desc => '',
|
desc => 'i/o page faults',
|
||||||
plat => ''
|
plat => 'AHLS'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'page_faults', type => 'Long',
|
name => 'page_faults', type => 'Long',
|
||||||
desc => '',
|
desc => 'Total number of page faults',
|
||||||
plat => ''
|
plat => 'AHLSW'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
ProcCred => [
|
ProcCred => [
|
||||||
|
|
Loading…
Reference in New Issue