Thread
:
[Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread
View Single Post
talou
2012-11-05 , 12:23
Posts: 4 | Thanked: 3 times | Joined on Dec 2011
#
1366
Hi,
using linux kernel power user and overclocking feature, I got the maxCPU widget that helps to change the max CPU limit on the fly.
But I needed to know the real usage of the cpu. Thanks to QBW this is th CPU bogomips command :
Code:
printf "%0.f bgmps\n" `cat /proc/cpuinfo |grep Bogo |awk -F": " '{print $2}'`
Quote & Reply
|
talou
View Public Profile
Find all posts by talou