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 1D64CE3F5 for ; Wed, 6 Mar 2013 13:57:00 +0000 (UTC) Received: (qmail 48503 invoked by uid 500); 6 Mar 2013 13:56:59 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 48339 invoked by uid 500); 6 Mar 2013 13:56:59 -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 48310 invoked by uid 99); 6 Mar 2013 13:56:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 13:56:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of asp.adieu@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 13:56:52 +0000 Received: by mail-ob0-f179.google.com with SMTP id un3so3493369obb.24 for ; Wed, 06 Mar 2013 05:56:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=oKRAhE5XiSJa5CRTrEAEcaCSEJ0xDxNQ3Pb7QjSQ9xE=; b=BP/xQhXcnRnD2BcvK5HhIFD6/yt+eeoUFi6xkp4xP8H1gVh+bSb+MA0X4VNPY3i2jX YieeiOpz4olfBAX28yvruozFCwBE9kLQaZzQWnO4v9+Yo7SG5Q8qWMn9wwMz9Ww3bJH+ GVTo/1UsmKcthe+1HjH9URe2wEdXTshn/MCc+F8dMfuz0QaTc2ZPRjHgsvHk3NI+CKFj 3/4Mlw9QWCz9VrhJdGS7GvWKz1iIT3jv0dG04xxlM3proVuLeDSwYHDOL+9f7HhE/emV SjSI1phPOYkBlm8J/XWM0whZdJHKQqftncQuSah8vp+JYPsAQDinjpYwV7kcFB9fJ/4U r61A== MIME-Version: 1.0 X-Received: by 10.60.6.133 with SMTP id b5mr22155753oea.81.1362578191502; Wed, 06 Mar 2013 05:56:31 -0800 (PST) Received: by 10.76.82.98 with HTTP; Wed, 6 Mar 2013 05:56:31 -0800 (PST) In-Reply-To: <5135E217.4010802@googlemail.com> References: <5133AA81.9000101@googlemail.com> <5135E217.4010802@googlemail.com> Date: Wed, 6 Mar 2013 15:56:31 +0200 Message-ID: Subject: Re: Is Jmeter Scalable? From: Adrian Speteanu To: JMeter Users List Content-Type: multipart/alternative; boundary=e89a8fb2033415557404d741f5fa X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb2033415557404d741f5fa Content-Type: text/plain; charset=UTF-8 Hi, 6000 users is easy to do. For insanely larger tests (how about 1 million calls per second?), you might find that other tools scale better. But only slightly, the difference is given maybe not by the tool itself, as it is given by the technology behind it. And those tools that I know of and seen in use, they aren't as extensible as JMeter. As it uses Java and there are so many systems working on Java, you can imagine its pretty performant. Mind you that all large tests come with quirks. So do the tools you use, no matter which they are. If your approach is correct, JMeter will scale both vertically and horizontally... You don't really need clouding services to do it if you have the patience to take the hard approach, but if you don't have much time at your disposal, they might prove useful. Regards, Adrian Speteanu On Tue, Mar 5, 2013 at 2:16 PM, Sarndeep Nijjar < sarndeepnijjar@googlemail.com> wrote: > Thanks Guys, > > So are we safe to assume that scaling up jmeter tests will give us > accurate results, and we will not actually end up testing the jvm that > jmeter runs on? > > > > On 03/03/13 20:16, Philippe Mouawad wrote: > >> Hello, >> Yes it is scalable provided you use it well as any other performance tool. >> >> We use it in our Test Campaigns and reach frequently 6000 VUs (distributed >> testing) without reaching limits on Injector machines. >> Performances are getting better and better with each new version. >> >> For best practices read: >> >> - http://jmeter.apache.org/**usermanual/best-practices.html >> - http://www.ubik-ingenierie.**com/blog/jmeter_performance_** >> tuning_tips/ >> - Component reference notes on Performance >> >> >> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.**apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --e89a8fb2033415557404d741f5fa--