Hi all, I want to write a simple scheduled script to monitor the CPU usage of an Unix machine. I guess I can make use of "TOP" command and grep CPU row (eg. top | grep CPU) and then make script processing. But I find I can't capture anything. But if i grep memory or Load, it returns figures. So is there any correct way to capture CPU usage? Thanks.