Total CPU usage on a server

hi, i am using solaris server. I want to find the total CPU usage on a server. Top command will give that result, but here that command is not working. So anyone can help me to find the total CPU usage.

prstat is Solaris' top equivalent.

However for total CPU usage, try iostat -c

1 Like

Top is not included with Solaris 10 but it is included with version 11 and higher. You can find Top packages for Solaris and I find so of my users prefer that due to familiarity with it versus prstat and other Solaris options. Evidently Oracle agreed at least somewhat since they're including it now too.

1 Like