Notices


Reply
Thread Tools
Joseph.skb's Avatar
Posts: 752 | Thanked: 284 times | Joined on Sep 2010 @ Malaysia
#1
It seems my battery is draining faster than usual. When I checked the batterygraph, seems some application is running slightly in the background. I don't have development stuffs and not sure how to operate the X-terminal. Can someone share a simple way to check running applications - like Task Manager on PC?
Attached Images
 
 
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#2
You can use "top"(table of processes) or "ps ax". You just google their usage.
 

The Following User Says Thank You to zlatko For This Useful Post:
Alfred's Avatar
Posts: 855 | Thanked: 612 times | Joined on Oct 2010 @ Germany
#3
isn't htop what you are talking about ?
or just type in terminal "top"
 

The Following User Says Thank You to Alfred For This Useful Post:
Posts: 26 | Thanked: 9 times | Joined on Oct 2009 @ Utrecht, the Netherlands
#4
Or just install conky or htop
__________________
Sometimes an apple is just an apple
 

The Following User Says Thank You to Hmtsjmftsch For This Useful Post:
Posts: 370 | Thanked: 443 times | Joined on Jan 2006 @ Italy
#5
Since the operator says 'not sure about xterm' I second the 'conky' app proposal, too - beware it does not log usage but only shows current situation of running processes every 2 seconds (by memory it should be the default conf, mine is not since long time...)
Htop can also be installed and albeit it works in xterm, the OP is not obliged to know the underlying process. It could be useful for ordering processes in usage time (hit SHIFT+T in htop window) order but at least a bare knowledge of the system is needed for the drill.
 

The Following User Says Thank You to jurop88 For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#6
I see you are monitoring this thread too switch_...where to start? Honestly this **** should be wiki'fied we have been through it so many times already.

Bro, if you want to solve this you are going to get your hands dirty.

1. open terminal and enter:

Code:
top > output.txt
2. Paste the file output.txt to this thread.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 3 Users Say Thank You to vi_ For This Useful Post:
Joseph.skb's Avatar
Posts: 752 | Thanked: 284 times | Joined on Sep 2010 @ Malaysia
#7
Originally Posted by vi_ View Post
I see you are monitoring this thread too switch_...where to start? Honestly this **** should be wiki'fied we have been through it so many times already.

Bro, if you want to solve this you are going to get your hands dirty.

1. open terminal and enter:

Code:
top > output.txt
2. Paste the file output.txt to this thread.
This is going to be humiliating...but, how do you "enter" to run the #1?

I see the "command" ~ $

Sorry, I've never used this before.
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#8
Originally Posted by Joseph.skb View Post
This is going to be humiliating...but, how do you "enter" to run the #1?
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.
 
Switch_'s Avatar
Posts: 601 | Thanked: 549 times | Joined on Mar 2010 @ Redditch, UK
#9
Originally Posted by vi_ View Post
I see you are monitoring this thread too switch_
Indeedy, that I am - I just hope that after all the help I have been offered that maybe I am able to re-inject some of that into the community.

Too many people are quick to "n00b" someone on these forums already, so, you know
__________________
---<|| Alt + F4 for GOD MODE ||>---
---<|| Deviant Art Linky Linky ||>---
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#10
by typing top in x terminal i can not scroll down the page (it automatically bring me on the top of the page) i have make font smaller by pressing the volume key however i can see all the process running! any help?
i do not want this every time ( top -n 1 > /home/user/MyDocs/output.txt)
 
Reply


 
Forum Jump


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