View Single Post
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#373
Originally Posted by gerstavros View Post
Here i have a serious problem. After some tests, i noticed that apm uses CPU all the time.
The python process has constantly load 0-6% and if cpu is set to on-demand it works on 400Mηz (and drains the battery). If i turn off the apm applet, this doesn't happen.
Is that a bug? Do you know of that?
It's really strange. When device goes to idle APM don't get any info, so don't use CPU.
My tests gave 0-1.9% of CPU use with all items turned on.
Can you provide top/htop output for APM?
E.g. attach apm.log from running
Code:
top -b | grep $(ps aux | grep 'AdvancedPower' | grep -v 'grep' | awk {'print $3'}) >> /home/user/MyDocs/apm.log
EDIT: And let it cycle for an hour or more. Be careful with diskspace

Last edited by 412b; 2009-10-23 at 17:48. Reason: Forgot to mention :)