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

How can you create domains?

1 Answers   IBM,


What is the difference between init 1 and init s ?

1 Answers  


Is it possible to create swap in new harddisk without format

2 Answers  


How many ufsdump level

1 Answers  


I would like to create users and the users account should be locked after 3 login attempts. How to create ? And where these locked information has been stored. Environment : NIS and if LDAP also

4 Answers   CTS,






how to install a patch in solaris 10( step by step details)?

2 Answers  


Were will be the configuration for metadevice

1 Answers  


How to findout MAC addess as well as IP address of the host?

15 Answers   HCL,


How far VCS supports?

1 Answers  


How will you come to know wheather hme 0r eri or to configuring the network card.

3 Answers  


What is the difference between the VERITAS 3.0 and VERITAS 4.0?

2 Answers  


Explain the boot process?

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)