I\'ve searched over this topic but found very few details which were helpful. With these details I\'ve tried to cook some code as follows.
Note: Please compa
It's important to understand that these counters are provided since the device's last boot.
So, to make effective use of them, you should accompany every sample with the device's uptime (you can use mach_absolute_time()
- see this for more information)
Once you have counters samples + uptime you can have better heuristics as to data use...