Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 75054 invoked from network); 2 Nov 2009 19:54:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 19:54:13 -0000 Received: (qmail 86876 invoked by uid 500); 2 Nov 2009 19:54:12 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 86805 invoked by uid 500); 2 Nov 2009 19:54:11 -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 86787 invoked by uid 99); 2 Nov 2009 19:54:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 19:54:06 +0000 X-ASF-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of matrozzi@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-px0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 19:54:03 +0000 Received: by pxi1 with SMTP id 1so3877850pxi.32 for ; Mon, 02 Nov 2009 11:53:43 -0800 (PST) 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=3T0jTp2uygAYFcC1n4V+uOXl0mlBJFcThX6JxYtfFRc=; b=ReaRQPIQXU9o6LlBi17Gc9T6WyyNtwrYgnFu/RR8STQ+iMCsSvXUrwFPu55mQ4M7kl V14DnPT59CvUpLOdHLtxGlmwXMjaoBJHY4bJ4vm1hcZeO0CfXZwQcHcYkIKanLd5P4gh RuiKOFfUxW3VJNbsmFNG2hGY7qHa+1G/Bw0xU= 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=PSHuunt4O74Ltr/Q9UFu+x3SLF8wXGOJgHmwKV+dvlGUTtPlt9kWHjuTCx5FHYhOaG Hr6TQgYKUSRQWfE9TZ/rh+nloXXB6eIsRzKy4eugoxuf/P9FBqnFIceMJZJ+FJ8vxbZp 1UcCG7aD+GyerfxzDl2zltKFVmOdBSEp6Z3kQ= MIME-Version: 1.0 Received: by 10.142.7.41 with SMTP id 41mr895359wfg.117.1257191623532; Mon, 02 Nov 2009 11:53:43 -0800 (PST) In-Reply-To: <4483c26c0911021137s3f1e0f47qc805094676a037a5@mail.gmail.com> References: <8b90935d0911021127s6e8c6733oeead8aff14d93a10@mail.gmail.com> <4483c26c0911021137s3f1e0f47qc805094676a037a5@mail.gmail.com> Date: Mon, 2 Nov 2009 16:53:43 -0300 Message-ID: <8b90935d0911021153n42bd8f34wd30d061efc2f2d5c@mail.gmail.com> Subject: Re: Resource Consumption From: Maria Alejandra Trozzi To: JMeter Users List Content-Type: multipart/alternative; boundary=00504502b4ff22a261047768bcdd --00504502b4ff22a261047768bcdd Content-Type: text/plain; charset=ISO-8859-1 Thank you very much !! 2009/11/2 Deepak Shetty > Jmeter can only be used to simulate concurrent load, which can tell you a > problem exists, but can't really tell you where or what the problem is . > If you want resource consumption (CPU memory) you will have to use a OS/app > server specific tool. There is a monitor results Listener in jmeter but it > is specific to tomcat (but you could implement it for your web container). > thread deadlock etc would be indicated to Jmeter as the sample does not > return (or takes increasingly longer times with loads) but you would have > to > profile your application while jmeter is running to diagnose the cause > > regards > deepak > > For threads deadlock etc > > On Mon, Nov 2, 2009 at 11:27 AM, Maria Alejandra Trozzi > wrote: > > > Hi > > I'm starting using Jmeter and it's great! but I can't find reports on > > resource consumption tests (CPU, memory...) and threads (deadlocks, > > contention, etc.) Can I do it with jmeter? If not, is there any other > > stress > > tool to acomplish this ? > > > > Thanks ! > > > --00504502b4ff22a261047768bcdd--