Comment 10 for bug 675442

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

And same command after upgrade:

hrw@panda:~$ sh -x /usr/lib/byobu/cpu_freq
+ PKG=byobu
+ color
+ [ = --detail ]
+ [ -r /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq ]
+ egrep -q -s -i -m 1 ^cpu MHz|^clock /proc/cpuinfo
+ getconf _NPROCESSORS_ONLN
+ count=2
+ egrep -i -m 1 ^bogomips /proc/cpuinfo
+ awk -F[:.] { print $2 }
+ freq= 2009
+ echo 2009 2
+ awk {printf "%.1f\n", $1/$2/1000}
+ freq=1.0
+ color b c W
+ true
+ color -
+ true
+ color c W
+ true
+ color -
+ true
+ printf %s%s 1.0 GHz
1.0GHz hrw@panda:~$

So thanks for fixing.