Appium how to get iOS application memory usage details

How to get iOS application memory usage(CPU,Thread, application memory and battery) while using Appium Automation.

You can integrate your appium code with AT&T ARO tool. It works with command line too. So you can create interface with any programming language and will gave you all the performance details in a report of your device after execution.
https://developer.att.com/application-resource-optimizer

Please refer docs:
https://developer.att.com/application-resource-optimizer/docs

Any otherway to achieve this ?