![]() |
2016-02-23
, 10:49
|
Posts: 288 |
Thanked: 1,103 times |
Joined on Jul 2014
|
#501
|
![]() |
2016-02-23
, 11:19
|
Posts: 16 |
Thanked: 2 times |
Joined on Feb 2015
|
#502
|
![]() |
2016-02-23
, 12:22
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#503
|
The Following User Says Thank You to jellyroll For This Useful Post: | ||
![]() |
2016-02-23
, 17:40
|
Posts: 89 |
Thanked: 194 times |
Joined on Feb 2010
|
#505
|
sensors_pid=$(ps aux | grep sensors.qcom | grep -v grep | awk '{print $2}')
sensors_pid=$(ps ax | awk '/sensors.qcom$/{print $1}')
cpu_usage=$(top -b -p $sensors_pid -n1 | grep $sensors_pid | awk '{print $9}')
cpu_usage=$(top -b -p $sensors_pid -n1 | awk -v pid=$sensors_pid '$1 == pid {print $9}')
![]() |
2016-02-23
, 17:45
|
Posts: 69 |
Thanked: 85 times |
Joined on Mar 2013
|
#506
|
![]() |
2016-02-23
, 18:28
|
Posts: 426 |
Thanked: 1,812 times |
Joined on Dec 2013
|
#507
|
Overly complex bit of script:
...
even with a better blob, after a while, i still see a bigger memory usage of sensors.qcom
even more then 12 Mb after a day, and we start with 8 à 900 kb
i was thinking to try with mixed sensors solution as mentioned in SailfishOS-HardwareAdaptationDevelopmentKit-1.1.1 chapter 13.9
![]() |
2016-02-23
, 23:24
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#508
|
![]() |
2016-02-25
, 08:13
|
Posts: 602 |
Thanked: 735 times |
Joined on Mar 2011
@ Nantes, France
|
#509
|
![]() |
2016-02-25
, 11:10
|
Posts: 426 |
Thanked: 1,812 times |
Joined on Dec 2013
|
#510
|