hpux has disk metrics now
This commit is contained in:
parent
8e420228a1
commit
ce617f3867
|
@ -2,7 +2,7 @@
|
|||
|
||||
* 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>
|
||||
|
||||
|
|
|
@ -471,12 +471,12 @@ my %classes = (
|
|||
{
|
||||
name => 'disk_reads', type => 'Long',
|
||||
desc => 'Number of physical disk reads',
|
||||
plat => 'ALSW'
|
||||
plat => 'AHLSW'
|
||||
},
|
||||
{
|
||||
name => 'disk_writes', type => 'Long',
|
||||
desc => 'Number of physical disk writes',
|
||||
plat => 'ALSW'
|
||||
plat => 'AHLSW'
|
||||
},
|
||||
{
|
||||
name => 'use_percent', type => 'Double',
|
||||
|
|
Loading…
Reference in New Issue