Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61903 invoked from network); 1 Feb 2007 22:14:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 22:14:57 -0000 Received: (qmail 88846 invoked by uid 500); 1 Feb 2007 22:14:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 88832 invoked by uid 500); 1 Feb 2007 22:14:51 -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 88821 invoked by uid 99); 1 Feb 2007 22:14:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:14:50 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gaurav.kushwaha@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 14:14:42 -0800 Received: by nf-out-0910.google.com with SMTP id d4so801403nfe for ; Thu, 01 Feb 2007 14:14:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Wg4EUUD3uaR2Na8q4tP/ahGpmHPrLFc7pLKsBYsk4uN8uZjGnlByjRAtwH0s5d1wdFB1XJNP4/n9kDUOgg3XEU4rach3Wv+qEssfLQMrADbE+zkHmH2ujG+jsHSqcs0D0BHQCU/a8PkgaOas+yqRug7iRwEnQivPMcmH2n6aC+s= Received: by 10.82.116.15 with SMTP id o15mr906997buc.1170368052647; Thu, 01 Feb 2007 14:14:12 -0800 (PST) Received: by 10.82.159.20 with HTTP; Thu, 1 Feb 2007 14:14:12 -0800 (PST) Message-ID: <797740350702011414k3e32361bja2e8ed14445c4bdf@mail.gmail.com> Date: Fri, 2 Feb 2007 03:44:12 +0530 From: "Gaurav Kushwaha" To: "Tomcat Users List" Subject: Re: How do I increase performance on Tomcat? In-Reply-To: <327858f40701290846p6bbaad88j2aedc7dbdc4931cb@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11154_32459763.1170368052544" References: <07CD8D709FA44646907645F880C50EE21405F94D@lin-email-01.nelnet.net> <327858f40701290846p6bbaad88j2aedc7dbdc4931cb@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11154_32459763.1170368052544 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks everyone for the help. I found the problem. Few of my threads were not returning to the pool and hence most of the requests were being queued up. Gaurav Singh Kushwaha http://www.chakpak.com Ph: +91-9880101496 Bangalore, India. On 1/29/07, Leon Rosenberg wrote: > > On 1/29/07, Nelson, Tracy M. wrote: > > | From: Gaurav Kushwaha [mailto:gaurav.kushwaha@gmail.com] > > | Sent: Monday, 29 January, 2007 06:11 > > | > > | I have an application that has been working fine for last half an > year > > | or so. Recently the load has started increasing and the time it takes > to > > | serve a request is going up significantly. When I look at the resource > > | utilization(memory and CPU), it hardly shows an increase. Garbage > > | collection > > | is also not the culprit. What might be causing this performance hit ? > > > > The first step is to measure the different components of your app to see > > where the degradation is. Is it an external resource (database, message > > server, etc.)? Is it internal? Where is the app spending all its time? > > > > If you can, get a performance analysis tool like JProbe. Otherwise, > maybe > > you could instrument your code with simple timestamping of method > entry/exit > > points. The first step to solving performance problems is always > finding > > out where the performance is going... > > JProbe is hardely useable for production servers. Try to use something > lightweightier. > > regards > Leon > > > > > ----------------------------------------- > > ------------------------------------------------------------ > > The information contained in this message is confidential > > proprietary property of Nelnet, Inc. and its affiliated > > companies (Nelnet) and is intended for the recipient only. > > Any reproduction, forwarding, or copying without the express > > permission of Nelnet is strictly prohibited. If you have > > received this communication in error, please notify us > > immediately by replying to this e-mail. > > ------------------------------------------------------------ > > > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_11154_32459763.1170368052544--