Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 23006 invoked from network); 31 Mar 2010 13:39:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Mar 2010 13:39:11 -0000 Received: (qmail 98434 invoked by uid 500); 31 Mar 2010 13:39:10 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 98413 invoked by uid 500); 31 Mar 2010 13:39:10 -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 98405 invoked by uid 99); 31 Mar 2010 13:39:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 13:39:10 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.209 as permitted sender) Received: from [209.85.220.209] (HELO mail-fx0-f209.google.com) (209.85.220.209) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 13:39:03 +0000 Received: by fxm1 with SMTP id 1so93435fxm.13 for ; Wed, 31 Mar 2010 06:38:43 -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:received:message-id:subject:from:to:content-type; bh=Hk03g1kDeWUTNjoxF9cEsqINVJXo6Hzqlu1m0pOD2yg=; b=MBpZMVbg/WG24WZ7vgmK5ZnwzDgtVkf1efRIpeoRMlcXknHf8DRYgfKtzgS667L88z nuto1lKN9XGTWbdZ2CBsiYRAOujpmVwIyTmbpLQ1bQ4eJcvQhPEOjNRINEZCj43xhDTG Q3+xYxFQoSQemATl/qBC9PjB4Yuzh7UPL7wqM= 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=IyZ+jfv6RBX43RoCDPWm8DB5q16GFhPR26nqA8okND/vuvT4PaxfQC04r4+DFhHHgs Uzd36LGOAQXrs2l8pTfARcuBgWEjYXotm6PEOcWYAWfCwLwsb4039rD4ZrUNdOAV8grz tx5b3wXbMlYSS6JQPcgYWb/18VumfytxGvBmo= MIME-Version: 1.0 Received: by 10.239.185.76 with HTTP; Wed, 31 Mar 2010 06:38:41 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Mar 2010 14:38:41 +0100 Received: by 10.239.148.12 with SMTP id d12mr731431hbb.158.1270042722072; Wed, 31 Mar 2010 06:38:42 -0700 (PDT) Message-ID: Subject: Re: Min Time and Max Time value does not appear in Ant-JMeter report From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I think this is a known bug to do with incompatible Java XSLT libraries. I assume you are using Java 1.5 or later? Have a look at the current extras/build.xml for a solution: http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/extras/build.xml On 31/03/2010, prasanna bhat wrote: > Hi, > > I'm running a sample test plan using ant, and in the generated report min > and max time values are missing > > The html report table has following values (i have highlighted min and max > time values i.e NaN) > > URLTestsFailuresSuccess RateAverage TimeMin TimeMax Time HTTP Request50 > 100.00%1688 ms*NaN**NaN* HTTP Request50100.00%1688 ms*NaN**NaN* > > I have the following *build.xml* ( > http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php): > > > > > > classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask" /> > testplan="${testplan_dir}/TestPlan.jmx" > resultlog="${testplan_dir}/results/TestPlan.jtl" > > > > > > > in="${testplan_dir}/results/TestPlan.jtl" > out="${testplan_dir}/results/SampleRequest.html" > style="${jmeter_dir}/extras/jmeter-results-report_21.xsl" /> > > > I'm using *aggregate report listener* in my test plan and i'm saving the > results into a file (displaying the file content below) > > > > rc="200" rm="OK" tn="Thread Group 1-1" dt="text" by="19882"/> > rc="200" rm="OK" tn="Thread Group 1-2" dt="text" by="19882"/> > rc="200" rm="OK" tn="Thread Group 1-3" dt="text" by="19882"/> > rc="200" rm="OK" tn="Thread Group 1-4" dt="text" by="19882"/> > rc="200" rm="OK" tn="Thread Group 1-5" dt="text" by="19882"/> > > > > Can some one point me why is the min time and max time values are not shown > in html reports > > Thanks, > > Prasanna > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org