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,
- How can I find number of 'open files' Ivan Markovic
- Re: How can I find number of 'open files' Cyril Bouteille
- Re: How can I find number of 'open files' Cyril Bouteille
- Re: How can I find number of 'open files' Nikola Milutinovic
- RE: How can I find number of 'open files' Martin van den Bemt
- Re: How can I find number of 'open files' Pier P. Fumagalli
- RE: How can I find number of 'open files' Artigas, Ricardo Y.
