Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 73019 invoked from network); 13 Sep 2004 19:29:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 19:29:26 -0000 Received: (qmail 36392 invoked by uid 500); 13 Sep 2004 19:29:24 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 36252 invoked by uid 500); 13 Sep 2004 19:29:23 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 36231 invoked by uid 99); 13 Sep 2004 19:29:22 -0000 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 (hermes.apache.org: domain of woolfel@gmail.com designates 64.233.170.200 as permitted sender) Received: from [64.233.170.200] (HELO mproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 12:29:20 -0700 Received: by mproxy.gmail.com with SMTP id 77so274456rnk for ; Mon, 13 Sep 2004 12:29:18 -0700 (PDT) Received: by 10.38.3.70 with SMTP id 70mr1573919rnc; Mon, 13 Sep 2004 12:29:18 -0700 (PDT) Received: by 10.38.164.26 with HTTP; Mon, 13 Sep 2004 12:29:18 -0700 (PDT) Message-ID: <27e674a9040913122930472296@mail.gmail.com> Date: Mon, 13 Sep 2004 14:29:18 -0500 From: Peter Lin Reply-To: Peter Lin To: JMeter Users List Subject: Re: Large File Size In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I just double checked and it looks like JMeter gets a BufferedStream and doesn't load the file. The PostWriter calls InputStream getFileStream(String filename) to get the stream and write directly to the output stream. so my previous email was wrong. it could just be that opening more than 3 threads on the same file is very intensive peter On Mon, 13 Sep 2004 14:18:54 -0400, Martinez de Pinillos, Joaquin wrote: > Peter, > > Thanks my problem is I am trying to test for 100 concurrent users with > large file size. I am looking at options but I was hoping someone could > provide me a better explanation as to why JMeter is bombing out. Thanks > again. > > Joaquin J. Martinez de Pinillos > Anteon Corporation > (o) 703 253 3425 > (f) 703 253 3690 > (m) 703 980 8827 > > > -----Original Message----- > From: Peter Lin [mailto:woolfel@gmail.com] > Sent: Monday, September 13, 2004 2:06 PM > To: JMeter Users List > Subject: Re: Large File Size > > wow, that is a huge file. I've had test plans that were 10mb+ in the > past, but I've never had a test plan that attached a 25mb file. Even > if JMeter could handle 10 threads within a single instance, anything > more than 2 concurrent threads is going to seriously slow down the > network I/O. > > in this particular case, I'm gonna say the best option is to use > several client machines to test and only use 2-3 threads per jmeter > instance. depending on the network, 25mb file is gonna takes a minute > or longer. > > I hope that helps > > peter > > On Mon, 13 Sep 2004 13:59:55 -0400, Martinez de Pinillos, Joaquin > wrote: > > I am new to JMeter but I think I have a problem which I have seen a > > couple of posts on but no resolution. I am running JMeter and I am > > trying to run multiple threads. In my web page I am attaching files. > > > > If I use small file sizes say 1 to 2 MB everything runs fine. I can > run > > multiple threads no problems. However when I try and attach a large > > file say 25 MB JMeter can only handle 2 maybe 3 threads. I have > looked > > at my memory settings and they are set to 256 MB. My PC has 512 MB. > I > > think this is a memory issue but I am not sure how to solve it. Any > > help would be greatly appreciated. Thanks in advance. > > > > Joaquin J. Martinez de Pinillos > > > > Anteon Corporation > > > > (o) 703 253 3425 > > > > (f) 703 253 3690 > > > > (m) 703 980 8827 > > > > > > --------------------------------------------------------------------- > 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