Solaris System Calls Question:
Solaris server is slow, what action you will take?
Answer:
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>
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>