Solaris System Calls Question:
Download Job Interview Questions and Answers PDF
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>
Download Solaris System Calls Interview Questions And Answers
PDF