Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 81092 invoked from network); 11 Aug 2005 13:16:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 13:16:33 -0000 Received: (qmail 72497 invoked by uid 500); 11 Aug 2005 13:16:31 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 72252 invoked by uid 500); 11 Aug 2005 13:16:30 -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 72205 invoked by uid 99); 11 Aug 2005 13:16:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 06:16:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of woolfel@gmail.com designates 64.233.170.203 as permitted sender) Received: from [64.233.170.203] (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 06:16:51 -0700 Received: by rproxy.gmail.com with SMTP id r35so312693rna for ; Thu, 11 Aug 2005 06:16:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MwrraFGeQb05LQSmuIkWR1+HBELEJ0+s+4Ux84Ocn09KuroT7zK5Ugb1bSsrvNISBZ69T3GwN0BeKKTQPMk7+Ya2d4pxEqp9Vgq++t2Fpk+GtPt7NdnY+hN2UxUyuV8JpHMSA6hwXKguun9cNbbbv8KZ8zLxmprQiAGUAB+vqrE= Received: by 10.38.76.64 with SMTP id y64mr632651rna; Thu, 11 Aug 2005 06:16:27 -0700 (PDT) Received: by 10.38.86.39 with HTTP; Thu, 11 Aug 2005 06:16:27 -0700 (PDT) Message-ID: <27e674a905081106161e98120a@mail.gmail.com> Date: Thu, 11 Aug 2005 09:16:27 -0400 From: Peter Lin To: JMeter Users List Subject: Re: Statistics [was Re: AW: order of samples in results file] In-Reply-To: <000901c59e74$f057fba0$4a04140a@tiscover.corp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1123764585.4755.8.camel@P78WVP51-udp504000uds.ams.gblxint.com> <000901c59e74$f057fba0$4a04140a@tiscover.corp> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N there's a submission in CVS that can insert the results to a database in bugzilla. you can look there. after we get jmeter 2.1 out, I plan to take a look and add the code. peter On 8/11/05, Christian Baumgartner wrot= e: > Thanks.. I didn't know that exactly.. > but what i wanna do is to COMPARE the results. For example I do a Test ev= ery > Week (Performance Test), an I want to check the differences from one week= to > the other, or summarize over about the last 4 weeks.. >=20 > I thought of a tool that stores the xml/csv data into a DB and then can > simple compare the results with each other. JMeter doesn't provide such a > Listener as far as I know. I just can load one testresult into one listen= er. > I cannot overlap two or more graphs of different test runs and so on.. >=20 > That's my actual little problem. I just wanted to know if there is someth= ing > existing, before I write something for myself. >=20 >=20 > have a nice day > Christian >=20 >=20 >=20 >=20 > -----Urspr=FCngliche Nachricht----- > Von: Michael Stover [mailto:mstover1@apache.org] > Gesendet: Donnerstag, 11. August 2005 13:50 > An: jmeter-user@jakarta.apache.org > Betreff: Statistics [was Re: AW: order of samples in results file] >=20 >=20 > On Thu, 2005-08-11 at 12:10 +0200, Christian Baumgartner wrote: > > If your testplan has a sequential structure it will perform as you > > said.. If you for example make use of conditions to make a test more > > dynamical, it must'nt be the last thread the one with the latest > > timestamp. > > > > but another question fitting this topic hopefully: > > i want to make some statistics about the test results. As they are > > stored as some kind of xml-structure, that could'nt be much of an > > affair, or? is there already some tool out there that can parse the > > result files, maybe compare them, make some statistics and so on? >=20 > There is a tool - JMeter. You can load results files into JMeters Listen= ers > anytime and view the calculations that that listener provides. For instan= ce, > load a result file using the aggregate report and you see the statistical > calculations summarized by sampler name. use the Graph and you see the s= ame > calculations for every sample and graphed. Spline listener provides yet > another view of the data. And all listeners can be exported to PNG forma= t. >=20 > -Mike >=20 > > > > best regards > > Christian > > > > -----Urspr=FCngliche Nachricht----- > > Von: Sergei Riaguzov [mailto:riaguzov@gmail.com] > > Gesendet: Donnerstag, 11. August 2005 11:02 > > An: jmeter-user@jakarta.apache.org > > Betreff: order of samples in results file > > > > > > May I assume that the first thread that was doing something (has the > > earliest timeStamp) is always at the beginning of results file, ane > > the last thread (has the latest timeStamp) is always at the beginning? > > > > I'm doing some transformation on results xml files and I want to know > > whether it is neccessary to sort timeStamp and get min and max. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org