I have a Application which is hitting many Services through Asynctask. I want to calculate the amount of Memory + Bandwidth + Excecution Time based while sending the request and while parsing the response on Runtime in the device.
As far i could find few commands like dumpsys meminfo, top and few others, but in that which is the exact command to get my desired result as these commands give us a lot of information.