Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 36831 invoked from network); 28 Aug 2006 13:26:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 13:26:14 -0000 Received: (qmail 50628 invoked by uid 500); 28 Aug 2006 13:26:13 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 50605 invoked by uid 500); 28 Aug 2006 13:26:12 -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 50594 invoked by uid 99); 28 Aug 2006 13:26:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 06:26:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [67.89.120.10] (HELO corw2gfi.coreobjects.com) (67.89.120.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 06:26:11 -0700 Received: from CORW2EX02.coreobjects.com ([192.168.1.18]) by corw2gfi.coreobjects.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Aug 2006 06:28:10 -0700 Received: from wdxpdilip ([192.168.3.228]) by CORW2EX02.coreobjects.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 28 Aug 2006 06:28:09 -0700 Message-ID: <264501c6caa5$cc852410$e403a8c0@coreobjects.com> From: "Dilip Easwaran" To: Subject: Configuring Sample Listeners Date: Mon, 28 Aug 2006 18:58:05 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_2642_01C6CAD3.E53713A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-OriginalArrivalTime: 28 Aug 2006 13:28:10.0339 (UTC) FILETIME=[CE220B30:01C6CAA5] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_2642_01C6CAD3.E53713A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have written a test sampler implementing the SampleListener = interface,packaged it as a jar and put it under search_paths in = jmeter.properties. But when i run my jmeter test, i dont recieve notification of = sampleOccurred(SampleEvent e),sampleStarted(SampleEvent = e),sampleStopped(SampleEvent e). I am not sure if what i am doing is correct. Is there some other = configuration that needs to be done? Basically, i want to be able to = get a hook on to the results=20 after a test execution and store the results in my own data = structure. Thanks, Dilip ------=_NextPart_000_2642_01C6CAD3.E53713A0--