How to log system profiling of an apk in Java client using Appium?

I want to get the system profiling details of the android application running on my android device on my Java client, I require
-Memory Info (CPU used) for this particular application for each timestamp (100ms for example)
-Battery usage for each timestamp (100ms for example)
-Network states for each timestamp
-GPU rendering, etc.

Looking forward
~TIA
:slight_smile:

@Priyank_Shah @sai

1 Like

You got how to do that, I am currently working on a project that requires app profiling data gets printed on console. Can you please help me out, I know its been 7 years lol.