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 6A9BD10A29 for ; Tue, 15 Apr 2014 04:18:59 +0000 (UTC) Received: (qmail 43174 invoked by uid 500); 15 Apr 2014 04:18:58 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 42342 invoked by uid 500); 15 Apr 2014 04:18:56 -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 41439 invoked by uid 500); 15 Apr 2014 04:18:53 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 41426 invoked by uid 99); 15 Apr 2014 04:18:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 04:18:52 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_IMAGE_ONLY_32,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of manish.sapariya@kpoint.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 04:18:48 +0000 Received: by mail-lb0-f169.google.com with SMTP id q8so6605428lbi.28 for ; Mon, 14 Apr 2014 21:18:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9WvZDirUw/DTpqw6NB6x2I+098jJNAzfVvzm0x4Ldg0=; b=RMUfpBEmWv/NzBmUGx6WH81CY18lWSxG/tkN1bmQwFC9sY+BVmkos8kQ3ikOMMomBx 8b/CBPkijJsx2wNBXaDy48ZkXTMeK1XalSaRKtS4hiMNpsHXnBZ8a/sX4LS7B4UZawwS SOQyCOi7fRfRHomSScP3DYWCab1f6e38/XVNzNaOzTxJEr73h/S85KHlRy3bxEo8lt8/ HOTFM2KQlFH7BpNdl1+VUxWqEjC5wgGJ9q2HYxbHXt4z0RrDbGC+ZaLpZUCPf0Mu5KNH zKP/32McXl5Fcrs+cbYnAQ+XYIqXqH6alC6Fq1jQxC15s2ekgjZfptD/emRbhhJoqusy uyFA== X-Gm-Message-State: ALoCoQnyeszu6R40WYhxmKFD6BTONqSNsEtgu04GXcDgPVMllJU1u5ZWnljFXaBNeOM9a4M2EW1u MIME-Version: 1.0 X-Received: by 10.112.94.229 with SMTP id df5mr528760lbb.36.1397535506360; Mon, 14 Apr 2014 21:18:26 -0700 (PDT) Received: by 10.112.130.7 with HTTP; Mon, 14 Apr 2014 21:18:26 -0700 (PDT) In-Reply-To: <1397534908595-5719825.post@n5.nabble.com> References: <1397534908595-5719825.post@n5.nabble.com> Date: Tue, 15 Apr 2014 09:48:26 +0530 Message-ID: Subject: Re: Using JMeter to simulate video viewing traffic From: Manish Sapariya To: JMeter Users List Cc: "jmeter-user@jakarta.apache.org" Content-Type: multipart/related; boundary=001a1135f7ac6b0b8c04f70d17a0 X-Virus-Checked: Checked by ClamAV on apache.org --001a1135f7ac6b0b8c04f70d17a0 Content-Type: multipart/alternative; boundary=001a1135f7ac6b0b8b04f70d179f --001a1135f7ac6b0b8b04f70d179f Content-Type: text/plain; charset=ISO-8859-1 Hi Ruchit, We do similar tests and set "Check response as MD5 hash?" to true for video fetching sampler. This do not save the complete response but just compute the MD5 of the response. Thanks and Regards, Manish Create Discoverable Videos | @manishsapariya *kPoint App now available on* [image: http://www.kpoint.com/wp-content/uploads/2013/10/googleplayen.png][image: http://www.kpoint.com/wp-content/uploads/2013/10/applestoreen.png] On Tue, Apr 15, 2014 at 9:38 AM, ruchit wrote: > In my application some of the viewers would be viewing videos. We are using > HTML5 video tags to play videos in the application. To simulate this > functionality, I am running a test plan which makes HTTP requests to one > video for the number of users we want to simuate. > > Now, the issue is, the test plan gives error "ERROR - > jmeter.threads.JMeterThread: Test failed! java.lang.OutOfMemoryError: Java > heap space" even for 10 users. The video size is 21MB. I doubt that test > plan is keeping the videos in the HEAP space of java. I have tried to > increase the heap space with no success. What is the best way to simulate > video traffic with JMeter? What should I change in my current approach. > > Regards, > Ruchit > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Using-JMeter-to-simulate-video-viewing-traffic-tp5719825.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --001a1135f7ac6b0b8b04f70d179f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Ruchit,

We do similar tests and set "Check = response as MD5 hash?" to true
for video fetching sampler.

T= his do not save the complete response but just compute the MD5 of
the re= sponse.

Thanks a= nd Regards,
Manish
Create Discoverable Videos | @manishsapariya

kPoint App now available on

<= a href=3D"https://play.google.com/store/apps/details?id=3Dcom.kpoint.mauui"= style=3D"color:rgb(17,85,204)" target=3D"_blank">= 3D"http://www.kpoint.co=3D"http://ww=



On Tue, Apr 15, 2014 at 9:38 AM, ruchit = <ruchit.rami@ei-india.com> wrote:
In my application some of the viewers would be viewing videos. We are using=
HTML5 video tags to play videos in the application. To simulate this
functionality, I am running a test plan which makes HTTP requests to one video for the number of users we want to simuate.

Now, the issue is, the test plan gives error "ERROR -
jmeter.threads.JMeterThread: Test failed! java.lang.OutOfMemoryError: Java<= br> heap space" even for 10 users. The video size is 21MB. I doubt that te= st
plan is keeping the videos in the HEAP space of java. I have tried to
increase the heap space with no success. What is the best way to simulate video traffic with JMeter? What should I change in my current approach.

Regards,
Ruchit



--
View this message in context: http://jmeter.512774.n5.nabble.com/Using-JMeter-to-simulate-video-vi= ewing-traffic-tp5719825.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


--001a1135f7ac6b0b8b04f70d179f-- --001a1135f7ac6b0b8c04f70d17a0--