> I had a problem a while back with 'too many open files'. So I checked 
> and fix some bugs in my code and increased the limit (Solaris running 
> on Sun Netra T1).  But now the problem is back. I suspect it is a 
> problem with my code.
> 
> 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?

lsof - the most famous utlity for inspecting: processes (like ps), open files and 
network connections (like netstat).

Nix.

P.S. kako je u Dablinu?

Reply via email to