CPU Utilization

Hi to All,

Would you please help me.

I would like to know, In Unix How to know CPU utilization for every process.

Thanks in Advance.

Thanks,
Divyang

The answer depends on the OS in question, but generally executing "top" is a good start, if present on the system.

ps -eo pcpu,pid,user,args | sort -r

top is the best and easyest way.
and its live..