tags:

views:

24

answers:

1

I have a java process seens like taking up all the cpu processing power. I thinking of killing it but how do i know what is the program that is actually causing such huge usage of solarsi cpu usage?

A: 

Try prstat -- it should show you how much CPU each process on your system is using.

Jim Lewis