checking the %CPU utilization of your server
in Virtualize
The linux command to list the tasks, memory and %CPU is:
top
If your processes are started by a service account (parasoft). I think you should be able to limit the list to process started by a user by using:
top –u parasoft
Tagged:
1