index
:
dotfiles
master
System configuration files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ratpoison
/
panel
/
cpu
blob: fe018a5eb12e8e85b8355c2009e8b29c414fcfb3 (
plain
)
1
2
3
while true; do mpstat -P ALL 2 1 | grep "Average.*all" | awk '{print "C"$3+$5}' done