Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 21509 invoked from network); 26 Aug 2009 17:16:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 17:16:51 -0000 Received: (qmail 65781 invoked by uid 500); 26 Aug 2009 17:16:50 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 65767 invoked by uid 500); 26 Aug 2009 17:16:50 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 65757 invoked by uid 99); 26 Aug 2009 17:16:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 17:16:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.222.187 as permitted sender) Received: from [209.85.222.187] (HELO mail-pz0-f187.google.com) (209.85.222.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 17:16:40 +0000 Received: by pzk17 with SMTP id 17so383838pzk.32 for ; Wed, 26 Aug 2009 10:16:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=8cJX9KLdyXifmAXkg56SVlsrDMkXIOkhQHntSZI3pwg=; b=uJO96/zDdcLNBnWyu1D8O7VQRzmqZOXrFcB6NUd1JtZFMySFcjaS+bbIHIB8E6Iu7X DVMzxT3e3hDKu50eoAQvWyUQis8bw5zLfgxBpnQ/q7sE/6Y/QJ4qxtsAbP3kEnBvzxR6 JYc7M+XVsJ1UqajHByk10Q4rkI1YyP9Yr37Rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FKcP+eJKloc5/vLS2MgD+iY9ldrOfr7czUwuqiL89vuLxre9phK+kk1sGMNsb0llW2 JqFvKTKAcuaAglvyCRGqLdsq1SXpFT0aCumgCm2xy9ELxunOiOMbdF8o3NcQLnw1x/vg dgonTsSfVyhCQ6ToR1gdBLZ3LJz47Kp7UFTTM= MIME-Version: 1.0 Received: by 10.141.40.20 with SMTP id s20mr1443854rvj.129.1251306977209; Wed, 26 Aug 2009 10:16:17 -0700 (PDT) In-Reply-To: <4644d56e0908261004i611b5093p9a1b7eefab5e4ec2@mail.gmail.com> References: <4644d56e0908261004i611b5093p9a1b7eefab5e4ec2@mail.gmail.com> Date: Wed, 26 Aug 2009 10:16:17 -0700 Message-ID: <4483c26c0908261016j14ef0bcfsceb734fc765f55a2@mail.gmail.com> Subject: Re: Jmeter and its applications From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd1b43ee1b06504720e9bdf X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1b43ee1b06504720e9bdf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Its not just the memory , its also the CPU (which is dependent on what your test is doing), also the network bandwidth you have available on your machine and various other factors . Your results might be worse than actual if your mac cant handle the load its generating. Your results might be better than if your mac doesnt actually manage to generate the load (because it is too slow) Monitor your mac and see its health , if its health look good while jmeter is running , then you should be fine... My rule of thumb is 25 threads per machine and upto 50 in a pinch (but im on windows :) ) You should run your test in Non GUI mode and disable most listeners and process the resulting .jtl file after your test is done. Also your heap memory (specified in jmeter.sh/bat should have -Xmx as 512Mb or so) >Also, can JMeter test an encrypted site? if so how can it be done If you mean an SSL site then yes. Just choose the protocol as https in your HTTP Samples regards deepak On Wed, Aug 26, 2009 at 10:04 AM, beegee beegee wrote: > Hello friends, I am new to JMeter, I use it on a Macintosh 10.4.11I have a > 1 > GB ram and I would like to know if its a good idea to run about a 100 users > on my machine > Because I do not have another machine. > A ballpark figure suggests that its 2 MB per user and 100 users could take > memory of about 200 - 300 MB > Is it really important to have agents installed on other machines? for > performance testing? cant a standalone serve the purpose? > Also, can JMeter test an encrypted site? if so how can it be done. > Regards > --000e0cd1b43ee1b06504720e9bdf--