maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   How to check background applications (https://talk.maemo.org/showthread.php?t=71092)

Joseph.skb 2011-03-16 23:06

Re: How to check background applications
 
1 Attachment(s)
Quote:

Originally Posted by 9000 (Post 968886)
Don't worry about it. ;)

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).


All times are GMT. The time now is 08:14.

vBulletin® Version 3.8.8