![]() |
2013-06-04
, 09:58
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#22
|
![]() |
2013-06-04
, 10:32
|
|
Posts: 76 |
Thanked: 27 times |
Joined on Dec 2012
|
#23
|
Mem: 712988K used, 295660K free, 0K shrd, 9740K buff, 197776K cached CPU: 5.7% usr 0.9% sys 0.0% nic 92.4% idle 0.1% io 0.5% irq 0.0% sirq Load average: 0.30 0.19 0.27 1/355 18672 PID PPID USER STAT VSZ %VSZ %CPU COMMAND 14360 1 user S < 228m 22.9 0.0 /usr/bin/meego-im-uiserver -remote-theme -u 10379 876 user S 203m 20.5 0.0 /usr/bin/fenix -prestart 18471 876 user S < 191m 19.3 0.0 /opt/forum-qml/bin/forum-qml --tmo 13206 876 user S 189m 19.1 0.0 /usr/bin/call-history -prestart 16938 876 user S 180m 18.2 0.0 /usr/bin/camera-ui -prestart 1824 876 user S 180m 18.2 0.0 /usr/bin/messaging-ui -prestart 16505 876 user S 165m 16.6 0.0 /usr/bin/call-ui -prestart 957 1 user S < 163m 16.5 0.0 /usr/bin/meegotouchhome -remote-theme -upst 2080 876 user S 161m 16.2 0.0 /usr/bin/contacts -prestart 18058 876 user S 155m 15.7 0.0 /usr/bin/grob -prestart 1124 1 user S 152m 15.3 0.6 /usr/bin/sysuid -graphicssystem meego 2207 876 user S 146m 14.7 0.0 /usr/bin/organiser -prestart 931 876 user S < 123m 12.4 0.0 /usr/bin/conndlgs 18561 876 user S < 115m 11.6 0.0 booster-m 933 876 user S N 113m 11.3 0.0 /usr/bin/applifed.x 1347 1 user S N 112m 11.3 0.0 /usr/bin/msyncd 18626 876 user S < 111m 11.2 0.0 booster-d 1528 1385 user S N 109m 11.0 0.0 msgindexer 1629 1 user S N 107m 10.8 0.0 /usr/bin/contactsd 1762 1 user S < 107m 10.8 0.0 /usr/bin/commhistoryd 876 1 user S < 104m 10.5 0.0 /usr/bin/applauncherd.bin --boot-mode ~ $
![]() |
2013-06-04
, 13:01
|
Posts: 230 |
Thanked: 302 times |
Joined on Oct 2009
@ Helsinki, Suomi (Finland)
|
#24
|
~ # cat /proc/sys/vm/swappiness 10 ~ # echo 1 > /proc/sys/vm/swappiness ~ # cat /proc/sys/vm/swappiness 1 ~ #
The Following User Says Thank You to ladoga For This Useful Post: | ||
![]() |
2013-06-04
, 19:10
|
|
Posts: 605 |
Thanked: 1,778 times |
Joined on Feb 2008
@ Helsinki
|
#25
|
The Following User Says Thank You to MSameer For This Useful Post: | ||
@Yisroel
Good. Nothing out of ordinary in CPU usage, but something seems to be hogging your RAM. Try to hit "m" key while running top and it will sort processes by highest memory usage. Maybe some app has a memory leak or has crashed and is still reserving RAM for itself.
You are also running some daemon called theshaketorchd in the background, which is using some CPU and RAM. Though if you find the app useful and haven't experienced too much of battery drain t's probably not a problem.
PS. While looking at this I also ran top on my own phone ane noticed that cutetube had crashed (I didn't have it open and I have disabled the cutetubed daemon) and hogging over 200MB of RAM.
To kill processes you have two ways. Using PID (process ID), which you can see from top or ps output. Or by using the name of the process.
Former is done with command "kill [PID]" and latter by command killall [name]. Both take flag -9 to force kill if the process doesn't respond. So for example: