doc updates

This commit is contained in:
Doug MacEachern 2004-07-21 23:29:48 +00:00
parent 96c0f929a9
commit 5bfb7910ba
1 changed files with 10 additions and 8 deletions

View File

@ -176,12 +176,12 @@ my %classes = (
{ {
name => 'vendor', type => 'String', name => 'vendor', type => 'String',
desc => 'CPU vendor id', desc => 'CPU vendor id',
plat => 'ALSW' plat => 'ALHSW'
}, },
{ {
name => 'model', type => 'String', name => 'model', type => 'String',
desc => 'CPU model', desc => 'CPU model',
plat => 'ALSW' plat => 'ALHSW'
}, },
{ {
name => 'mhz', type => 'Int', name => 'mhz', type => 'Int',
@ -205,12 +205,12 @@ my %classes = (
{ {
name => 'size', type => 'Long', name => 'size', type => 'Long',
desc => 'Total process memory', desc => 'Total process memory',
plat => 'AHLW' plat => 'AHLSW'
}, },
{ {
name => 'vsize', type => 'Long', name => 'vsize', type => 'Long',
desc => 'Total process virtual memory', desc => 'Total process virtual memory',
plat => 'AHLW' plat => 'AHLSW'
}, },
{ {
name => 'resident', type => 'Long', name => 'resident', type => 'Long',
@ -220,7 +220,7 @@ my %classes = (
{ {
name => 'share', type => 'Long', name => 'share', type => 'Long',
desc => 'Total process shared memory', desc => 'Total process shared memory',
plat => 'AHL' plat => 'AHLS'
}, },
{ {
name => 'rss', type => 'Long', name => 'rss', type => 'Long',
@ -254,10 +254,12 @@ my %classes = (
{ {
name => 'user', type => 'String', name => 'user', type => 'String',
desc => 'Process owner user name', desc => 'Process owner user name',
plat => '*'
}, },
{ {
name => 'group', type => 'String', name => 'group', type => 'String',
desc => 'Process owner group name', desc => 'Process owner group name',
plat => '*'
}, },
], ],
ProcTime => [ ProcTime => [
@ -291,12 +293,12 @@ my %classes = (
{ {
name => 'ppid', type => 'Long', name => 'ppid', type => 'Long',
desc => 'Process parent process id', desc => 'Process parent process id',
plat => 'ADFHLS' plat => 'ADFHLSW'
}, },
{ {
name => 'tty', type => 'Int', name => 'tty', type => 'Int',
desc => 'Device number of rocess controling terminal', desc => 'Device number of rocess controling terminal',
plat => 'HLS' plat => 'AHLS'
}, },
{ {
name => 'nice', type => 'Int', name => 'nice', type => 'Int',
@ -306,7 +308,7 @@ my %classes = (
{ {
name => 'priority', type => 'Int', name => 'priority', type => 'Int',
desc => 'Kernel scheduling priority of process', desc => 'Kernel scheduling priority of process',
plat => 'DFHLS' plat => 'DFHLSW'
}, },
], ],
ProcFd => [ ProcFd => [