maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   is this cpu usage normal? screenshot... (https://talk.maemo.org/showthread.php?t=58087)

SAABoy 2010-07-09 04:04

is this cpu usage normal? screenshot...
 
hi everyone3,

this seems a bit weird. my load applet icon is always maxed out white bars, or even red. it goes back and forth... so i did 'top' and that one process up top is almost always about 75-80 percent.

http://www.flickr.com/photos/29629961@N03/4775801455/

i noticed this today... help plz :( :)

codeMonkey 2010-07-09 06:55

Re: is this cpu usage normal? screenshot...
 
Kill hildon-input-method or reboot. Does it start behaving?

rnb89 2010-07-09 07:32

Re: is this cpu usage normal? screenshot...
 
err.. Linux noob here. how exactly did u pull up the info on Terminal?

ossipena 2010-07-09 07:39

Re: is this cpu usage normal? screenshot...
 
Quote:

Originally Posted by rnb89 (Post 745782)
err.. Linux noob here. how exactly did u pull up the info on Terminal?


Quote:

Originally Posted by SAABoy (Post 745670)
... so i did 'top' and that one process up top is almost always about 75-80 percent....

write the bolded text to terminal and press enter

tomster 2010-07-09 08:00

Re: is this cpu usage normal? screenshot...
 
I did also notice this the last couple of weeks (after upgrade to PR 1.2). I first thought it's been because my son recorded a video which brought up a status message like "Memory full". But even after deleting all videos and pictures load maxes out a lot.

I did get some improvement though by using the power saving hack (vdd_1, vdd_2)

SAABoy 2010-07-09 18:24

Re: is this cpu usage normal? screenshot...
 
Quote:

Originally Posted by codeMonkey (Post 745764)
Kill hildon-input-method or reboot. Does it start behaving?

How do I kill a process?

I've rebooted a few times and it doesnt change anything. In fact its still doing it now. :( I dont have any windows open or anything going on (to the best of my knowledge) and its sitting at 90-100% ;(

Laughing Man 2010-07-09 18:36

Re: is this cpu usage normal? screenshot...
 
In Xterm (the terminal) type in kill (or killall) hildon-input-method.

I recommend installing HTOP (from the extras repo). After using that app it will show you all running processes and you can kill from there.

SAABoy 2010-07-09 18:40

Re: is this cpu usage normal? screenshot...
 
Quote:

Originally Posted by Laughing Man (Post 746343)
In Xterm (the terminal) type in kill (or killall) hildon-input-method.

I recommend installing HTOP (from the extras repo). After using that app it will show you all running processes and you can kill from there.

Thank you.

I typed 'kill hildon-input-method' and hit enter.
I got this back: "sh: bad pid 'hildon-input-method'

cddiede 2010-07-09 18:57

Re: is this cpu usage normal? screenshot...
 
Quote:

Originally Posted by SAABoy (Post 746345)
Thank you.

I typed 'kill hildon-input-method' and hit enter.
I got this back: "sh: bad pid 'hildon-input-method'

The kill command expects you to specific processes for termination by Process ID Number (PID). This is the left most column of the top command output. In your posted screenshot, that would be 1211.

Beware that some processes don't die easily and if the kill command doesn't work (the process still shows as running in your "top" display), then try using the "-9" argument, which tells the system to kill with extreme prejudice. Like so:

kill -9 <PID number>

Alternately, you can use the pkill (process kill) command to kill processes by their name, such as:

pkill hildon-input-method

Note that none of this tells us WHY your hildon-input-method has run amok...

SAABoy 2010-07-09 19:13

Re: is this cpu usage normal? screenshot...
 
Quote:

Originally Posted by cddiede (Post 746365)
The kill command expects you to specific processes for termination by Process ID Number (PID). This is the left most column of the top command output. In your posted screenshot, that would be 1211.

Beware that some processes don't die easily and if the kill command doesn't work (the process still shows as running in your "top" display), then try using the "-9" argument, which tells the system to kill with extreme prejudice. Like so:

kill -9 <PID number>

Alternately, you can use the pkill (process kill) command to kill processes by their name, such as:

pkill hildon-input-method

Note that none of this tells us WHY your hildon-input-method has run amok...

WOOOOHOOOOOOOO!!! pkill hildon-input-method didnt do anything. kill (PID number) didnt do anything. kill -9 (PID number) worked! xterm crashed and a yellow message said 'internal error, xterm app closing' you know... and now its all better :)


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

vBulletin® Version 3.8.8