Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7260310D7B for ; Wed, 4 Jun 2014 22:11:36 +0000 (UTC) Received: (qmail 35832 invoked by uid 500); 4 Jun 2014 22:11:36 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 35798 invoked by uid 500); 4 Jun 2014 22:11:36 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 35787 invoked by uid 99); 4 Jun 2014 22:11:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 22:11:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 74.125.82.174 as permitted sender) Received: from [74.125.82.174] (HELO mail-we0-f174.google.com) (74.125.82.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 22:11:33 +0000 Received: by mail-we0-f174.google.com with SMTP id k48so143438wev.19 for ; Wed, 04 Jun 2014 15:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=va1U+WI0/uJd7hQQNX/ckmPpX4bPqwX7s6qdZcUkFTQ=; b=0SuYoVjHNScrkeX133MHsqqwif6RfoYwgB54BmZ557hwZigJtl57xvjtL4O1VGYr9B WbHkFBFkZ9wrtOLxfID7lxdWft8dIYikdoRH2B6fuWpdRULVJQ9GYwXWibwIqor4oDI2 Tt7yDUT+RHyNfapw94OUzjSGs9IhpnbQifwnp9lSJh1ME8aEQWpIqxTWF1BdFWHEqE+A jr7G1dfbS4DMRP5Ccs0i4ogbOxQmy57mXiGdpemTGXkpOUngdcKJwbICLsGDeXTqzCVK S+jfrZyQhtPwNm9ajOftlVIVRDuRfwTuNaBtuCAu+P0OuqwcmvFuNmZ7Tdif5U2x9WEE sceA== MIME-Version: 1.0 X-Received: by 10.194.81.98 with SMTP id z2mr76215523wjx.12.1401919869441; Wed, 04 Jun 2014 15:11:09 -0700 (PDT) Received: by 10.194.30.106 with HTTP; Wed, 4 Jun 2014 15:11:09 -0700 (PDT) In-Reply-To: References: <43B9AD734897F046A98BEE434893BD4830998F3612@nts-exchangep1.FHLBNY-ADS> Date: Wed, 4 Jun 2014 15:11:09 -0700 Message-ID: Subject: Re: Jmeter not loading the results file into sampler From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7bd6ba70d25e3104fb09e79a X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd6ba70d25e3104fb09e79a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The table listener has to show a row for every result row so I doubt 2GB heap would be enough for a 650MB CSV file - Im not sure what you want to do visually with such a big file either. Also what data is being written to this file? possibly you are writing responses= ? You could throw more memory in a 64bit JVM ...usually when we have this level we have to load it into a DBMS type structure and then analyse whatever we want to.. regards deepak On Wed, Jun 4, 2014 at 12:27 PM, Brad Seelinger wrote: > Hi Louis, > > Thank you for your idea. Yes, I had already tried increasing HEAP to > 2048M without any difference (see below screenshot). The results file > is a standard CSV file that is 60MB. Jmeter simply won=E2=80=99t load th= at size of > file into the =E2=80=9CView Results in Table=E2=80=9D sampler. I=E2=80= =99ve reduced the length of > the test to create a small results file (1MB) and it loads instantly > without issue. So I know there is not an issue with the file or format o= f > the file. I=E2=80=99m left to deduct there is some sort of sizing defect= trying to > load large files into the GUI sampler (the table sampler to be specific). > > > > Any other thoughts or suggestions? > > > > Regards, > > Brad > > > > > > > > > > > > -----Original Message----- > From: Masters,Louis [mailto:Louis.Masters@fhlbny.com] > Sent: Wednesday, June 04, 2014 7:33 AM > To: user@jmeter.apache.org > Subject: RE: Jmeter not loading the results file into sampler > > > > Did you try increasing memory allocated to JMeter? I think it defaults > to 512M. > > > > > -----Original Message----- > > > From: Brad Seelinger [mailto:bseelinger@ipswitch.com > ] > > > Sent: Tuesday, June 03, 2014 3:23 PM > > > To: user@jmeter.apache.org > > > Subject: Jmeter not loading the results file into sampler > > > > > > Hello Community - > > > > > > I'm fairly new to jmeter and having difficulty loading the results > > > file and was hoping someone might be able to assist me. > > > > > > I have a FTP test plan that I'm running headless and it created a > > > 650MB results file. I then open my test plan using the GUI. I have > > > two > > > samplers: "Show Results in Table" & "Summary Report". The summary > > > report takes about 1 minute for the data to load but works great. The > > > "Show Results in Table" report however pegs the cpu to 100% for about > > > 20 mins, then just freezes the GUI and renders it useless. I have to > > > kill -9 the jmeter process. > > > > > > Is there a size constraint on report files? Are there any settings I > > > need to modify to allow for larger results files? Any help or > > > suggestions would be appreciated! > > > > > > Brad Seelinger > > > Software Quality Assurance Manager > > > > > > Confidentiality Notice: The information contained in this e-mail and any > attachments (including, but not limited to, any attached e-mails) may be > legally privileged and confidential. If you are not an intended recipient= , > you are hereby notified that any dissemination, distribution or copying o= f > this e-mail is strictly prohibited. If you have received this e-mail in > error, please notify the sender and permanently delete the e-mail and any > attachments immediately. You should not retain, copy or use this e-mail o= r > any attachment for any purpose, nor disclose all or any part of the > contents to any other person. Thank you. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > > For additional commands, e-mail: user-help@jmeter.apache.org > > > --047d7bd6ba70d25e3104fb09e79a--