i'm currently trying to monitor the 5-min system load average from a netapp filer, via snmp or ontapi apis. currently i'm running a cron job every 5 minutes and calculate the average percent, but i'm wondering if there's a better approach like it's working on most unix systems, to get the values for 1, 5, 15 minutes... didn't find anything on google and "netapp now", but maybe i missed it...
|
feedback
|
|
If you are familiar with using PowerShell, you can use the DataONTAP PowerShell Toolkit and the
That information is then easy to export to csv or xml for consuming in other programs (like excel). If you are using the ONTAPI API's, look at the | |||
|
feedback
|
|
I guess your operating system is Linux, in this case, look for the oid of the metric LoadAverage and you can guet it's value directly via snmp request(snmpwalk/snmpget) without any additional script | |||||
feedback
|