Re: Finding whether a process blocked while executing a syscall
From: bert hubert (ahu_at_ds9a.nl)
Date: 12/30/04
- Previous message: Ikke: "2.6.10-bk3 seems to break CIFS"
- In reply to: selvakumar nagendran: "Finding whether a process blocked while executing a syscall"
- Next in thread: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Reply: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Reply: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Dec 2004 23:13:56 +0100 To: selvakumar nagendran <kernelselva@yahoo.com>
On Wed, Dec 29, 2004 at 08:52:36PM -0800, selvakumar nagendran wrote:
> A process can be blocked while executing a syscall
> in the light of some resources needed. Now, I want to
> find out whether a process has been blocked while
> executing a particular syscall or it has finished it
> successfully? If it was blocked I want to perform some
> operation on it. Can anyone help me regarding this?
This question is fraught with difficulty. For one thing, many many system
calls will block for a short time, which you would probably not describe as
'blocked', even though this was true for a few milliseconds.
You did not entirely specify why you want to do this, there may be better
solutions to your problem.
bert
-- http://www.PowerDNS.com Open source, database driven DNS Software http://lartc.org Linux Advanced Routing & Traffic Control HOWTO - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Ikke: "2.6.10-bk3 seems to break CIFS"
- In reply to: selvakumar nagendran: "Finding whether a process blocked while executing a syscall"
- Next in thread: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Reply: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Reply: selvakumar nagendran: "Resource unavailabilty on a syscall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|