How to check CPU usage from command line
Hi all,Can you tell me how to check the CPU/memory usage from the command line.Is there any command for that.David
[149 byte] By [
DavidSun] at [2007-11-25 22:46:57]

# 3
You can use various options for prstat, see the man page.# man prstatThe option you mentioned <i>-a</i> shows process information per user.You can sort the output as well, for exapmle by CPU usage:# prstat -s cpu