Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 51661 invoked from network); 28 Nov 2007 19:14:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2007 19:14:49 -0000 Received: (qmail 66040 invoked by uid 500); 28 Nov 2007 19:14:28 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 65981 invoked by uid 500); 28 Nov 2007 19:14:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 65949 invoked by uid 500); 28 Nov 2007 19:14:27 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 65946 invoked by uid 99); 28 Nov 2007 19:14:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 11:14:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 19:14:05 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1CC75D2D4 for ; Wed, 28 Nov 2007 19:14:08 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: tomcat-dev@jakarta.apache.org Date: Wed, 28 Nov 2007 19:14:07 -0000 Message-ID: <20071128191408.27940.38569@eos.apache.org> Subject: [Tomcat Wiki] Update of "FAQ/Performance and Monitoring" by GianlucaVarisco X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by GianlucaVarisco: http://wiki.apache.org/tomcat/FAQ/Performance_and_Monitoring New page: == Preface == This is about Tomcat performance. * [thread] [http://marc.theaimsgroup.com/?t=104455383100002&r=1&w=2 Tomcat Performance Concerns] * [thread] [http://marc.theaimsgroup.com/?t=103598885300001&r=1&w=2 How do I increase performance on Tomcat?] Other (non-exhaustive) notes: * Stress test your webapp. You can do this via [http://jakarta.apache.org/jmeter/ JMeter], [http://www.joedog.org/siege/ siege], [http://httpd.apache.org/test/flood/ flood], and other tools. Google is your friend. * Tweak your UNIX box! Look at ulimit and kernel parameters. * Bad design will hurt performance. * Look at [http://java.quest.com/jprobe/jprobe.shtml JProbe], or [http://www.borland.com/optimizeit/ OptimizeIt], or other profiling tools. Lots of people recommend these tools. This is not an endorsement for them, I just notice other people like them. == Questions == '''Is Tomcat faster than serving static HTML pages than apache?''' Yes depending on how you tune it. And NO depending on how you tune it. Anything less starts a religious war. We recommend performing your own benchmarks and [http://marc.theaimsgroup.com/?l=tomcat-user&m=106036177509367&w=2 see for yourself]. '''Is there an application-specific comparison between Tomcat and Resin or other containers?''' [http://raibledesigns.com/page/rd?anchor=resin_slower_than_tomcat_fails Here's] one comparing recent versions of Resin and Tomcat running [http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuse AppFuse]. '''Is there a comprehensive, up-to-date, detailed benchmark comparing various servlet containers, including Tomcat?''' Yes. Here's the most comprehensive and objective one we've found to date: [http://www.webperformanceinc.com/library/ServletReport/ Web Performance, Inc.'s comparison]. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org