Computer Tips - How can I view the all the processes that are currently running?
Date: 2012may31
OS: Android
Q. How can I view the all the processes that are currently running?
A. Here is one way:
- Download a Terminal app
- Inside that app run "top"
- You'll see a list of currently running processes (including apps)
updated every few seconds.
- Press Control-C to exit. (Might be Volume-Down C in your terminal app).