I will be using this primarily as a system monitor, but also to force close any misbehaving apps.
exactly what I use it for. Only kill apps when they arent responding.
I am trying to work out how to interpret the info given about each app. How do I recognise an app that is hogging resources?
Mainly look at the cpu time. That will tell you what is using the most power.
It then gives a number, e.g. 24.4M - is that 24.4 MB, or what?
thats the amount of memory the app is using. But as you already know, that doesnt mean its using battery, that memory is just cached.
Then there is CPU followed by a time - presumably that is the amount of time it was operative the last time it was used??
I'm not 100% sure, but I think that time is the amount of cpu used since the last time the phone was rebooted.
(total CPU time, time since start, average consumption)
Total time is total time used since boot. Time since start is how much time the cpu has been used since the app was loaded into cache.

