-

CommentStreams:Fb376fcc843449da77abe91503a78d35

From Geekworm Wiki
Jump to navigation Jump to search

Hi, there is an issue with pwm_fan_control.py.

top tells me, that there is a phython3 is running with 20% cpu load all the time.

top - 19:19:58 up 5 min, 1 user, load average: 1.28, 1.27, 0.61 Tasks: 198 total, 1 running, 197 sleeping, 0 stopped, 0 zombie %Cpu(s): 3.0 us, 6.6 sy, 0.0 ni, 90.3 id, 0.0 wa, 0.0 hi, 0.1 si, 0.0 st MiB Mem : 7812.2 total, 6296.2 free, 826.7 used, 689.3 buff/cache MiB Swap: 0.0 total, 0.0 free, 0.0 used. 6861.8 avail Mem

   PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND           
   791 root      20   0   26076  10380   5476 S  19.5   0.1   0:45.89 python3           
    85 root      20   0       0      0      0 I   7.3   0.0   0:01.40 kworker/u8:2-phy1 
  1299 kali      20   0  453892  97296  80608 S   5.6   1.2   0:02.51 qterminal 


now i checked, which script is running on process 791 with python3:

└─$ pgrep -af python 791 python3 /home/kali/x735-v2.5/pwm_fan_control.py 1393 /usr/bin/python3 /usr/bin/blueman-applet 1551 /usr/bin/python3 /usr/bin/blueman-tray

that sounds not efficient if the power control consumes 20% cpu load :(

What can i do ?