How do I programmatically get the active processes running in the background, CPU and RAM usage for iOS?
How do I programmatically get the active processes running in the background, CPU and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CPU usage was retrieved here: iOS – Get CPU usage from application
RAM usage seems to be addressed here: Available memory for iPhone OS app
Edit:
Like EricS has pointed out in comments, there seems to be a way to get background tasks: Can we retrieve the applications currently running in iPhone and iPad and How to get information about free memory and running processes in an App Store approved app? (Yes, there is one!)