Ivan,

> How can I find out how many files are 'open'? If I can track that
> number then I can hit my code through Tomcat and see roughly when the
> files are not being closed. Is there some Unix function that will
> allow me to monitor open files?

You can try /usr/proc/bin/pfiles with the pid of tomcat. It'll report
fstat and fcntl information for all open files in the process.

Regards,

Reply via email to