hpux has disk metrics now

This commit is contained in:
Doug MacEachern 2004-12-11 20:31:48 +00:00
parent 8e420228a1
commit ce617f3867
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* add iostat shell command * add iostat shell command
* implement disk io metrics for aix and solaris * implement disk io metrics for aix, solaris and hpux
2004-12-05 Doug MacEachern <dougm@hyperic.net> 2004-12-05 Doug MacEachern <dougm@hyperic.net>

View File

@ -471,12 +471,12 @@ my %classes = (
{ {
name => 'disk_reads', type => 'Long', name => 'disk_reads', type => 'Long',
desc => 'Number of physical disk reads', desc => 'Number of physical disk reads',
plat => 'ALSW' plat => 'AHLSW'
}, },
{ {
name => 'disk_writes', type => 'Long', name => 'disk_writes', type => 'Long',
desc => 'Number of physical disk writes', desc => 'Number of physical disk writes',
plat => 'ALSW' plat => 'AHLSW'
}, },
{ {
name => 'use_percent', type => 'Double', name => 'use_percent', type => 'Double',