# 11:40:01 CPU %user %nice %system %iowait %steal %idle #echo "time %user %system %iowait %idle" (LC_TIME="POSIX" sar -q ) | egrep -iv 'cpu|av|linux' | grep . | awk '{ print $1 " " $6 }'