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 to find out the how many disks attached in the server?

13 Answers   Accel, HP,


To check the status of the media inseted on the tape drive

1 Answers  


How to stop the VCS

2 Answers  


What is default permission of /etc/passwd , /etc/shadow files

7 Answers   Accel Frontline,


Difference between LDOM and Domain?

2 Answers   IBM,






What is default permission of files and directory?

4 Answers  


How can u find a file which is logged in last week?

0 Answers  


What is mean by paging & server average time.

1 Answers  


Where the veritas disk information store.

2 Answers  


How many ufsdump level

1 Answers  


How can u make file system of 65 GB if u get new disk of 80 GB? (U have to fix the disk and make the file system of 65 GB)

2 Answers  


What is UMASK

2 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)