Answers

Question and Answer:

  Home  Solaris System Calls

⟩ Solaris server is slow, what action you will take?

The following command will show the CPU utilization of

server.

prstat -s cpu -n 5

Take the output and check the maximum utilization process,

if it is not required kill it.

pkill <process name>

kill -9 <PID>

 207 views

More Questions for you: