Question How to track network usage of my app?

feliponnn

New member
Joined
Jul 11, 2014
Messages
1
Programming Experience
1-3
Hi All,
I've created an app that every 10 seconds do some network activity (upload/download).
All good till here but then; I need to know how much data my app is uploading or downlading.

I want to have a label that has the amount of data sent and recieved by my app (only my app not the whole network interface).
Do you know how I should approach this? I can?t find a way to track the network usage by pid or just my app.
Thanks,
 
Back
Top