Hi all,

I was planning to implement a diagnostic test which checks for the presence of FD (File Descriptor) leaks.

Can you guys give some inputs as i don't know in which area i can get those information. i tried looking at the /proc/<pid>/fd entries but it list all the open FD which the process is using.

How can i differentiate between normal and stale FD's.

Thanks in advance

-BalaC-