> From: Jorge Medina [mailto:cerebrotecnolog...@gmail.com] 
> Subject: Re: Java process killed by oom-killer in Ubuntu

> Is there a way I can monitor the number of file descriptors in 
> use by the app?

You can see the open files for any process with lsof:
http://linux.die.net/man/8/lsof

You can also just do "ls -l /proc/<pid>/fd" to see what a specific process has 
open.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to