Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 24386 invoked from network); 4 Dec 2008 11:22:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 11:22:12 -0000 Received: (qmail 74417 invoked by uid 500); 4 Dec 2008 11:22:17 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 74378 invoked by uid 500); 4 Dec 2008 11:22:17 -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 74363 invoked by uid 99); 4 Dec 2008 11:22:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 03:22:17 -0800 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 (athena.apache.org: domain of niyas.mohd@gmail.com designates 209.85.198.235 as permitted sender) Received: from [209.85.198.235] (HELO rv-out-0506.google.com) (209.85.198.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 11:20:48 +0000 Received: by rv-out-0506.google.com with SMTP id k40so4237117rvb.13 for ; Thu, 04 Dec 2008 03:21:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=Dly+F+cpQu+9JH17UMSrfMpyHz7Z9WdhQt7o1yfkgDE=; b=mXdIbY0LTk76ZyLu3z3hh3X/u/fS8sQ+1XMzAkQ4lurkiUgNqeyqG1XXS+BrsNmnwy 1m+5DU98a7Fr1ws8vsYWxNuVByQusq7ttGqypupco2T8M7Awwo7iudcucAcpnJ2ti67G KIIWcrJ215pDrvGYl4T9QjtoaeK+Xpzxhv4xM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=jc8GqJ9SFKOqegxwQTO+kyIcmrQMHvvLJ9cReoi2nm9v6ZSt4lGluLeXi/Nb2kc8Z5 aR/zsYExwbEbThNlib1Qz2YLLVGxmzW3IO7sekJROYM4thvQqqMsF1pxJKnBcDKzyDIj qhv8U14zKKnZvhGS0bPN93E6MFNYCl5vDRud4= Received: by 10.141.210.13 with SMTP id m13mr6879186rvq.181.1228389686617; Thu, 04 Dec 2008 03:21:26 -0800 (PST) Received: by 10.141.48.11 with HTTP; Thu, 4 Dec 2008 03:21:26 -0800 (PST) Message-ID: <6ea7516d0812040321g25660d12x4ffd16f8a466e08e@mail.gmail.com> Date: Thu, 4 Dec 2008 16:51:26 +0530 From: "Mohamed Niyas" To: "JMeter Users List" Subject: Query | Need some inputs to test a java thread program using Jmeter? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5570_24857649.1228389686604" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5570_24857649.1228389686604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Team, I would like to test a java thread program in which it is running as a service. It will get started when the TOMCAT webserver is started. It will remain active until the webserver is alive... The task of that java thread is below: It will be checking a queue table, at a time-interval of every 5 mins. If there is any record is available, it will call an API to upload all the records of teh Queue table & Truncate the table... We have front end UI for loading the table records... But there is no interface to see the Java thread program... Here i wanted to load test the thread performance... This thread is nothing but a java program... *Questions:* 1. Can we test the whole scenario through Jmeter? if so, please provide me some inputs... 2. Or else can we test that thread's class file through Jmeter? (By adding the config element "JavaRequestDefaults")? 3. if it can not be done thru jmeter, suggest me some other alternatives if any.... Awaiting to hear from you team!!! -- Regards, Mohamed Niyas M niyas.mohd@gmail.com to_niyas@yahoo.co.in ------=_Part_5570_24857649.1228389686604--