Solaris System Calls Question:
Download Questions PDF

Solaris server is slow, what action you will take?

Solaris System Calls Interview Question
Solaris System Calls Interview Question

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>

Download Solaris System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me How to get memory map (segments) of process?When i am checking the services its showing maintenance state i checked all dependents and dependencies then what is procedure should i do step by step.pls tell me the answer as soon as possible?