Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 77662 invoked from network); 5 Oct 2009 13:09:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 13:09:37 -0000 Received: (qmail 78277 invoked by uid 500); 5 Oct 2009 13:09:36 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 78235 invoked by uid 500); 5 Oct 2009 13:09:36 -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 78225 invoked by uid 99); 5 Oct 2009 13:09:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:09:36 +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 gokul007@gmail.com designates 209.85.212.185 as permitted sender) Received: from [209.85.212.185] (HELO mail-vw0-f185.google.com) (209.85.212.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:09:26 +0000 Received: by vws15 with SMTP id 15so1546171vws.5 for ; Mon, 05 Oct 2009 06:09:05 -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=BI7zNRBXGhWcKx+KW15d2b2nVa5EoEVmYdkZeZsV+W8=; b=KUNmzUxGOajL4QPgECgODpCBgZuOSCQ0csCMLdgbaZiF1YwDY+Ga1EYUy/0FQdWz0O E9V192AmG4pOdLdfL2nCMNGEycF5OLGkDe3OoHq7ebt7ZMb2Kvwc5xZsMlM1eDJ6uVnZ DZ2kuLFQ4+hYc93JaNmBYs/g9cesz5S64tzHY= 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=qD68pmKMSaYa3gX4LLIkPfvdMy8OQN1yItceAjZCBh49qHD4u4/ynx4Yg4rg9rc2d/ vThtYxFE48jnWBHLXng5gWsRUmPVrZ11BieooCHlnhsWSWqqO8ZVltIlOVmhGs8ti4O5 F+5odYqiXl9AhT/sT6Jiu5tR8HAqdf3Au2Ixg= MIME-Version: 1.0 Received: by 10.220.12.129 with SMTP id x1mr9844404vcx.68.1254748145545; Mon, 05 Oct 2009 06:09:05 -0700 (PDT) In-Reply-To: <96e951380909250007v407170d4oef3d3044513353d1@mail.gmail.com> References: <9362e74e0909160505r3df0c43aj8b1f7e0c8a8b32af@mail.gmail.com> <25aac9fc0909160622w2aed92dmdf1d5a54b9df5c85@mail.gmail.com> <9362e74e0909170143u40286b7ej305e4ca28df0b2ab@mail.gmail.com> <25aac9fc0909231826t7236b373s8ddf7ae6809b8e62@mail.gmail.com> <96e951380909250007v407170d4oef3d3044513353d1@mail.gmail.com> Date: Mon, 5 Oct 2009 18:39:05 +0530 Message-ID: <9362e74e0910050609i1a79f0adp7954c0722b57d92c@mail.gmail.com> Subject: Re: Integrating Monitoring stuff From: Gokulakannan Somasundaram To: JMeter Users List Content-Type: multipart/alternative; boundary=001485e9ac987f758604752fd117 X-Virus-Checked: Checked by ClamAV on apache.org --001485e9ac987f758604752fd117 Content-Type: text/plain; charset=ISO-8859-1 I started working on this and i was looking into the source code of JMeter. Here are my initial observations. a) My aim is to display the profiling stuff in the form of current Summary Report. This is because, this is how even other profiling tools display info. b) This requires a RMI Server at the SUT(Server Under Test) c) It can be made to generate a SamplerResult and send it back to the JMeter GUI. This is similar to Remote Testing, but the problem is that i find the configuration for one machine in the RemoteTesting is the same as another. For example, it is not possible for me to mention different threading configurations for different machines involved in Remote Testing So i feel a clean design would be to implement profiling is to a) Implement variable load facility as mentioned above in (c) b) Subclass SamplerResult to ProfilerResult, so that it is skipped by the rest of the visualizers. Actually, if we make it look like a normal sample, then creating GUI Elements specific to profiling results will not be possible. Any thoughts/comments? Gokul. --001485e9ac987f758604752fd117--