[Pkg-xfce-devel] Bug#664208: Info received (xfce4-cpugraph-plugin: System load graph shows 100% load on unloaded cores, but cores are actually idle)

Stefan Erben stefan at erben.com
Fri Mar 16 18:40:32 UTC 2012


Dear Maintainer,

the calculation n my first message is completely bogus because I got the
parenthesis wrong. Sorry.

while true; do grep "^cpu " /proc/stat; sleep 0.5;done\
|awk '{
 used=$2+$3+$4+$7+$8
 total=used+$5+$6
 printf "used=%ld total=%ld load=%ld\n", used, total,
       256*(used-prevused)/(total-prevtotal)
 prevused=used
 prevtotal=total
}'

This gives values of around 5 for the idle machine. So, that's not it.

cu, Stefan

-- 
Stefan Erben     | "A paperless office has about as much |    Pyramid Design
Aachen, Germany  | chance as a paperless bathroom." (??) |  ------------------
stefan at erben.com |       -> PGP-key available <-         | Software Development





More information about the Pkg-xfce-devel mailing list