Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 22004 invoked from network); 6 Jul 2005 18:20:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 18:20:25 -0000 Received: (qmail 22104 invoked by uid 500); 6 Jul 2005 18:20:16 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 22077 invoked by uid 500); 6 Jul 2005 18:20:16 -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 22044 invoked by uid 99); 6 Jul 2005 18:20:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 11:20:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of woolfel@gmail.com designates 64.233.170.194 as permitted sender) Received: from [64.233.170.194] (HELO rproxy.gmail.com) (64.233.170.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 11:20:15 -0700 Received: by rproxy.gmail.com with SMTP id c16so8835rne for ; Wed, 06 Jul 2005 11:20:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Tb3Nc4ZFPwhU7djSgcV5/VERFK/M4b+ZFmOvyjsyqq1G+8QhWxd5ETzzvVGVRPA2TfjqtfzBsyvKTr/5evC1BbFNnKU6ILvaiim8ZjxTcUqaZ+M+fj8QJ46lsWOBTOy1Vw/klR/gmvtAWg+po1c+QuzXi/cxZqjdN61F8xIXYuY= Received: by 10.38.152.5 with SMTP id z5mr39816rnd; Wed, 06 Jul 2005 11:20:11 -0700 (PDT) Received: by 10.38.86.39 with HTTP; Wed, 6 Jul 2005 11:20:11 -0700 (PDT) Message-ID: <27e674a905070611202443abcb@mail.gmail.com> Date: Wed, 6 Jul 2005 14:20:11 -0400 From: Peter Lin Reply-To: Peter Lin To: JMeter Users List Subject: Re: out of memory problems In-Reply-To: <2FAEA868F23AD411AFD10000D11ED33E0DA15C3E@hagb037a.siemens.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2FAEA868F23AD411AFD10000D11ED33E0DA15C3E@hagb037a.siemens.nl> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N keep in mind that all listeners will load the entire JTL file into memory, so 9 million is just too much for JMeter. you might want to load the data into a database and then use SQL to calculate the statistics. right now the listeners don't have the ability to process the results in stream mode, so it's very easy to hit the 2Gb ram limit of the 32bit JVM. peter On 7/6/05, Smits.Dolf wrote: > I was trying to read it into the aggregate report. >=20 > Dolf >=20 > -----Original Message----- > From: Peter Lin [mailto:woolfel@gmail.com] > Sent: Wednesday, July 06, 2005 20:02 > To: JMeter Users List > Subject: Re: out of memory problems >=20 >=20 > wow, 9 million results. the short answer is to split the file into > smaller pieces. >=20 > which listener are you trying to view the JTL log with? >=20 >=20 > peter >=20 >=20 > On 7/6/05, Smits.Dolf wrote: > > Hi, > > > > I know this is a common problem, however it cannot be solved easily. > > When I enlarge the heap size of java to large numbers (4096m) java won'= t > > start anymore. > > when it is set to about 1500m, i ran out of memory. > > > > I want to read a jtl file i created with a simple data writer in the > > testplan. > > the jtl contains about 9 million testresults. > > > > any hints how to handle this file, or another tool to analyze the resul= ts? > > > > Thanks, > > > > Dolf > > > > Dolf Smits > > Senior Consultant Meta Directory Solutions > > > > Siemens Nederland N.V. > > COM EN > > > > Bezoekadres > > Prinses Beatrixlaan 800 > > Den Haag > > > > Correspondentieadres > > Postbus 16068 > > NL-2500 BB Den Haag > > > > 070 333 3654 > > 070 333 2511 > > 06 55844837 > > Dolf.Smits@siemens.com > > www.siemens.nl > > > > > > > > Deze e-mail is uitsluitend bedoeld voor kennisneming door de > > geadresseerde(n), en mag niet aan anderen worden doorgestuurd of op and= ere > > wijze ter kennis worden gebracht. Indien u niet de geadresseerde bent, > > verzoek ik u om de afzender te waarschuwen en de e-mail direct te > > verwijderen/vernietigen. De afzender wijst elke aansprakelijkheid voor = (de > > inhoud van) deze e-mail af. > > > > > > > > >=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 >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org