Can I get "disk utilization" from a NetApp filer via SNMP?
Posted
by
Andrew
on Server Fault
See other posts from Server Fault
or by Andrew
Published on 2011-03-17T15:56:49Z
Indexed on
2011/03/17
16:11 UTC
Read the original article
Hit count: 401
On a NetApp filer's command line I'm running "sysstat -u" to show disk utilization, (actually the utilization of the single busiest disk). By disk utilization, I mean "percent of time the disk is busy", not "how much space on the disk is being used to store data/metadata".
Is there a way to get disk utilization info through SNMP? The netapp.mib file doesn't appear to expose this. It does have CPU utilization, disk usage & capacity information, etc, but not disk utilization. The MIB-II (rfc1213) seems to be the only other information exposed by the filer through SNMP. I hope I am missing something.
The "CP (consistency point) time" metric is exposed through the NETAPP-MIB in SNMP, but this seems to only partially correlate with disk utilization under write load, and not really at all under read load.
© Server Fault or respective owner