Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
Hi,
I want to get CPU utilization and memory utilization of storage system using ONTAP API 8.1, NMSDK 5.1.
I used systemGetInfoRequest and Response APIs but didn't able to get cpu and memory utilization.
How do I get this information?
Hi Vishwas,
Please look at the perf category APIs. There are examples in the NMSDK download, although you might have to do some language translation.
Regards,
- Rick -
can you guide me by providing some sample code please??
Hi Vishwas,
I just posted some performance code examples for clustered Data ONTAP on my blog. I think you will find it useful.
I now sure what you're looking for with memory utilization, but you should be able to get CPU utilization. Remember that you will want to obtain CPU utilization for each controller node in the controller.
Regards,
- Rick -
Thanks Rick..
Do I get any example using java??
Hi Vishwas,
Sorry, I do not have Java examples, You will have to suss this out for yourself.
Regards,
- Rick -