You need to run a command-line shell on the device. You can do that by installing pbterm and typing at a software keyboard on the device, or by installing a networked shell connection program like utelnetd and typing at an external computer. Once you have the shell running, you can run 'ps ax' to see what is currently running on the device. 'top' will work if you are using the networked connection (not sure that pbterm will work with a dynamically updating program like top).
If you're desperate, you can right a shell script that runs 'ps ax' and writes the output to a file on the SD card. If you give the script the '.app' suffix and put it in the Applications directory, then you can run it from the Applications tab.
|