STAT of Process

2010-04-16 Thread export
I have a daemon running on my Debian ( Lenny) box.When it is started , I check the process state ( by ps -ax command) and I can see in STAT column S letter and the daemon works as it should.After some time, the STAT is changed to R but the daemon still works OK.But after few hours the

Re: STAT of Process

2010-04-16 Thread Stan Hoeppner
exp...@hope.cz put forth on 4/16/2010 5:23 AM: I have a daemon running on my Debian ( Lenny) box.When it is started , I check the process state ( by ps -ax command) and I can see in STAT column S letter and the daemon works as it should.After some time, the STAT is changed to R but the

Re: STAT of Process

2010-04-16 Thread export
Stan, Thank you for your reply. It is my own daemon( I wrote it by myself) and do not know why it changes the STAT. I found out that STAT field is D for Uninterruptible sleep (usually IO) R for Running or runnable (on run queue) S for Interruptible sleep (waiting for an event to

Re: STAT of Process

2010-04-16 Thread Stan Hoeppner
exp...@hope.cz put forth on 4/16/2010 6:17 AM: Stan, Thank you for your reply. It is my own daemon( I wrote it by myself) and do not know why it changes the STAT. I found out that STAT field is D for Uninterruptible sleep (usually IO) R for Running or runnable (on run queue) S

Re: STAT of Process

2010-04-16 Thread I Rattan
On Fri, 16 Apr 2010, Stan Hoeppner wrote: exp...@hope.cz put forth on 4/16/2010 6:17 AM: Stan, Thank you for your reply. It is my own daemon( I wrote it by myself) and do not know why it changes the STAT. I found out that STAT field is D for Uninterruptible sleep (usually IO) R for