Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FE609E36 for ; Thu, 7 Jun 2012 19:39:19 +0000 (UTC) Received: (qmail 86201 invoked by uid 500); 7 Jun 2012 19:39:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 86134 invoked by uid 500); 7 Jun 2012 19:39:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 86125 invoked by uid 99); 7 Jun 2012 19:39:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 19:39:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Chuck.Caldarale@unisys.com designates 216.82.249.147 as permitted sender) Received: from [216.82.249.147] (HELO mail29.messagelabs.com) (216.82.249.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 19:39:08 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-4.tower-29.messagelabs.com!1339097923!18617279!9 X-Originating-IP: [192.61.61.104] X-StarScan-Version: 6.5.10; banners=-,-,- X-VirusChecked: Checked Received: (qmail 18931 invoked from network); 7 Jun 2012 19:38:46 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-4.tower-29.messagelabs.com with RC4-SHA encrypted SMTP; 7 Jun 2012 19:38:46 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.83.0; Thu, 7 Jun 2012 14:38:22 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Thu, 7 Jun 2012 14:38:22 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 7 Jun 2012 14:38:19 -0500 Subject: RE: Java process killed by oom-killer in Ubuntu Thread-Topic: Java process killed by oom-killer in Ubuntu Thread-Index: Ac1E4GScLkZFITtvSLWRQHw8V7bWgAABCr5A Message-ID: <99C8B2929B39C24493377AC7A121E21FB0291311F9@USEA-EXCH8.na.uis.unisys.com> References: <4FD0F68A.5050306@christopherschultz.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Jorge Medina [mailto:cerebrotecnologico@gmail.com]=20 > Subject: Re: Java process killed by oom-killer in Ubuntu > Is there a way I can monitor the number of file descriptors in=20 > 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//fd" to see what a specific process = has open. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL 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 atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org