I want to monitor some metrics of my Android Phone. On the one hand I want to monitor the current hardware states (e.g. battery capacity, CPU usage...). On the other hand I want an overview over the running processes with various information. My current approach is to read various files in the /proc/ directory using the execute method of the Runtime.
Are there more performant or easier ways to get these Kind of information?
Kind regards