How to check the sleeping process in Solaris.

Answers were Sorted based on User's Feedback



How to check the sleeping process in Solaris...

Answer / krishnakumarnair

by using prstat and top.

Is This Answer Correct ?    15 Yes 3 No

How to check the sleeping process in Solaris...

Answer / lochan

ps -ef|grep sleep

Is This Answer Correct ?    19 Yes 11 No

How to check the sleeping process in Solaris...

Answer / kiran

ps -ef when we check There the process State will be in S
mode. By this way we can see which is in sleeping state.

Is This Answer Correct ?    6 Yes 2 No

How to check the sleeping process in Solaris...

Answer / suresh

prstat -a | grep sleep

Is This Answer Correct ?    5 Yes 1 No

How to check the sleeping process in Solaris...

Answer / lochan

ps -ef|grep sleep
top
prstat -a

Is This Answer Correct ?    13 Yes 10 No

How to check the sleeping process in Solaris...

Answer / p.r.l.prasanna

ps -ef |grep sleep by using this command you can also find
the
parent process id,process id.

Is This Answer Correct ?    4 Yes 5 No

How to check the sleeping process in Solaris...

Answer / pavankumar

prstat -a its check d statistics of cpu utilization

Is This Answer Correct ?    1 Yes 2 No

How to check the sleeping process in Solaris...

Answer / milan shah

ps -al

Is This Answer Correct ?    1 Yes 2 No

How to check the sleeping process in Solaris...

Answer / anup

ps -ef|grep -i sleep

Is This Answer Correct ?    2 Yes 4 No

How to check the sleeping process in Solaris...

Answer / hatem

ps -ef |grep sleep by using this command you can also find
the
parent process id,process id.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Solaris Commands Interview Questions

If super block corrupted how to recover

2 Answers  


In solaris while patching why should we break the mirroring?

1 Answers   Wipro,


How do you check the no of user logged into the system

3 Answers  


Which command to lock the user Account?

3 Answers  


How to lock the user id in solaris?

4 Answers  






I don’t want to ask password reset in ever month to particular user. How to enable the same for only one user.

3 Answers  


How can you search for commands at the boot prompt if you only know part of the command?

9 Answers  


please post step by step installation of packages from the EIS cd..

0 Answers   Wipro,


Where do you get Alarm prompt?

0 Answers   IBM,


How to review multiple MAC Addess in Solaris?

9 Answers   HP,


Explain inode

3 Answers   HP,


Which file will take place while booting

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)