Hi Janos, > Aha! You have the 10th column as %idle. Then you should edit the cronjob, and > use $10 instead of $11.
I've updated cronjob and run the following manually, but the CPU Usage on the
monitor page is still displaying at 100%....
LC_ALL=C mpstat | tail -1 | awk '{print $10}' > /var/piler/stat/cpu.stat
