View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#42
hildon-desktop, of course, runs all your applets (which are .sos, more like libraries than stand-alone executables). So maybe it's not unloading them...
Code:
#!/bin/sh
while true ; do
  cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq >>freqlog
  sleep 5
done
(I think I got the filename right; mix of memory and brief google. Check it first.)