Run xterminal application, or press CTRL-SHIFT-X on the desktop to runt he xterminal.
Open the keyboard, type the following to show a list of running processes, sorted by CPU usage:
Code:
top
It'll run continuously. Press 'q' to quit.
vi_ wants you to redirect the 'top' output to a file for viewing. However, his command doesn't work as expected as the top would run continuously. You might need to force it to run once and redirect it to a file, like that:
Code:
top -n 1 > /home/user/MyDocs/output.txt
Then you can connect your N900 to your PC as mass storage and attach the file here.
Hi! I ran this code, op -n 1 > /home/user/MyDocs/output.txt - but there was no outcome. Should I change the contents to my user defined names? (eg. home = N900, MyDocs = my documents name? or something else)
I PgDn to one of the highest CPU% to take a snapshot (below).
I PgDn to one of the highest CPU% to take a snapshot (below).