Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C7E318DD9 for ; Thu, 15 Oct 2015 19:24:55 +0000 (UTC) Received: (qmail 63060 invoked by uid 500); 15 Oct 2015 19:24:54 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 63031 invoked by uid 500); 15 Oct 2015 19:24:54 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 63020 invoked by uid 99); 15 Oct 2015 19:24:54 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2015 19:24:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6B675C0711 for ; Thu, 15 Oct 2015 19:24:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[none] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id VPOqQAQb8Pfz for ; Thu, 15 Oct 2015 19:24:50 +0000 (UTC) Received: from h1611079.stratoserver.net (h1611079.stratoserver.net [81.169.162.220]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id B612D206E8 for ; Thu, 15 Oct 2015 19:24:49 +0000 (UTC) Received: from [192.168.110.23] (unknown [193.27.44.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h1611079.stratoserver.net (Postfix) with ESMTPSA id B589949481C0 for ; Thu, 15 Oct 2015 21:24:39 +0200 (CEST) Subject: Re: Max Active DB Connections To: user@jmeter.apache.org References: From: Felix Schumacher Message-ID: <561FFD75.7080803@internetallee.de> Date: Thu, 15 Oct 2015 21:24:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Am 15.10.2015 um 19:20 schrieb Sushant Hublikar: >> Hi All, >> >> >> We used JMeter to test our web application for 50 concurrent users, and >> the web application fetches the data from the back-end DB and hence it >> must have got 50 DB connections as well. >> >> But in the server we have the setting for 15 max active connections, but >> we did not find any failed requests when we tested 50 requests >> simultaneously. Hence, just wanted to know how JMeter test passed for those >> 50 requests >> >> Is it overriding the max connection setting? Jmeter will of course not modify the max connection settings of webapp. How could it? Possible explanations: 1) Your webapp uses the database connection in a small portion of your requests only and thus makes it possible to have 50 concurrent requests. 2) The webapp uses all 15 db connections and the web request waits until a db connection gets freed. The web requests are still concurrent, but mostly waiting. 3) You are not using 50 concurrent requests, but make them sequential. Regards, Felix >> >> Thoughts. >> >> *Tx N Rx,* >> >> *-Sushant* >> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org