state of the processes?

2003-03-03 Thread Jorge Mario G.
Hi
When i run top I see STATE indication the state of the proc
I would like to know where can I find information about the
different states and they do/mean
thanks

##
PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
2324 root  10   0   916K   304K nanslp   5:44  0.00%  0.00% svscan
66328 root  2   0  7156K  3028K select   1:54  0.00%  0.00% httpd
##



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: state of the processes?

2003-03-03 Thread Gary Jennejohn
Jorge Mario G. writes:
 Hi
 When i run top I see STATE indication the state of the proc
 I would like to know where can I find information about the
 different states and they do/mean
 thanks
 
 ##
 PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
 2324 root  10   0   916K   304K nanslp   5:44  0.00%  0.00% svscan
 66328 root  2   0  7156K  3028K select   1:54  0.00%  0.00% httpd
 ##
 

I think the only place this is documented is in the source.

However, the states seem pretty obvious:

nanslp = sleeping in nanosleep
select = waiting in select
kqread = waiting on a kqueue read event
piperd = waiting on a pipe read
accept = waiting on accept
ttyin = waiting for input from a TTY

etc.

---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message