Questions tagged [blazemeter]

BlazeMeter is a self-service, web and mobile load testing platform (PaaS) providing developers an enterprise grade, out-of-the-box load testing solution. 100% compatible with Apache JMeter™. Start testing in under five minutes.

BlazeMeter is a commercial, self-service load testing platform-as-a-service (PaaS), which is fully compatible with open-source Apache JMeter. BlazeMeter provides an enterprise grade, ‘out-of-the-box’ load testing solution for the developer community.

BlazeMeter provides developers with tools for a simple integration into their native development environment by providing mobile, web application, website, web-service or database testing that can simulate thousands of users visiting a website simultaneously using the Amazon Elastic Compute Cloud (EC2) service. Users can run multiple load tests in order to locate and fix performance bottlenecks.

BlazeMeter's load testing platform has built-in integrations that can be extended with a series of custom plug-ins. BlazeMeter currently provides a free plugin to JMeter, a Drupal module, and a Jenkins CI plugin for load testing.

http://blazemeter.com/

334 questions
0
votes
1 answer

how vusers showing in blazemeter?

I have two thread groups in my jmx file. a variable with value 20 is defined with jmeter_users. Same variable using for two thread groups. Now while I am executing the above jmx file, it is showing 1 vuser, where as I want it to show like 20…
Rajesh
  • 19
  • 1
  • 6
0
votes
2 answers

jmeter, regular expression extractor with parallel controller

Sorry for my poor English, and thank you in advance. I'm trying to make a thread group that makes jmeter logged in our system. to accomplish this, I need to POST data which contains ID, password, and token. The token generated every time when the…
0
votes
1 answer

Jmeter - Err in response body when send body data from external file

I have a scenario to send data in the request body from external file in jmeter and when I send it, I have got the ERR in the response body. Here is my post method request body: ${__FileToString(/Users/public/${__eval(${validUrls})}.txt,,)}…
Anis
  • 1
0
votes
1 answer

Cannot run Taurus.yml file from Concourse CI

Trying to run Taurus.yml file from Concourse CI and getting "Network Error: Request to https://a.blazemeter.com/api/v4/web/version failed" Error. Here are my Concourse CI pipeline code and Taurus.yml…
0
votes
1 answer

Load testing a sign-in page with 100 concurrent users

I have a situation where a sign in button actually fires a call to following actions: calling a auth service and gets a token calls service A with token calls service B with token calls service C with token Please note again all these actions are…
0
votes
1 answer

Looking for setting which makes virtual user and samples count same in Blazemeter

I just ran a simple load test on BlazeMeter with 4 virtual users but after complete, I can see in request states samples not equal to no. of virtual users : If we look at the above screenshot, It shows no. of samples. Do I need any specific…
Helping Hands
  • 5,292
  • 9
  • 60
  • 127
0
votes
1 answer

Taurus pre-request authentication

I've faced a problem using Taurus. Could someone help me, please? I'm trying to simulate 300 users but before sending those 300 users POST requests, I need to generate a token. The token is attached to the request in that way: - url: …
0
votes
1 answer

Different Jmeter Exception with Ultimate Thread

I have the following Ultimate Thread 120 VUs(see screenshot) which failed with the following 2 messages : 1-bzm - Streaming Sampler - master,Non HTTP response code: javax.net.ssl.SSLException,Non HTTP response message: Received close_notify during…
0
votes
1 answer

com.blazemeter.jmeter.videostreaming.core.exception.PlaylistDownloadException:

I created the following Test Scenario under Ubuntu: Thread 100 Vus Ram-Up Period Time:400s Loop:1 BZM-Streaming Sampler (video Duration:12seconds) Jmeter Version:5.2.1 HLS Pluging 3.0 Version When I run the Test , I got the following…
otmann
  • 37
  • 2
  • 17
0
votes
2 answers

issue in while controller jmeter

replicate steps: 1. -ThreadGroup 2. --loop controller (Count 10) 3. ---counter 4. ----while controller(`${__javaScript("${RegexValue}".indexOf("olum") == -1 && ${Counter}<5,)}`) 5. -----Counter 6. -----dummy sampler 7. ------regex `"c([A-z]+)nId`…
Narendra Sai
  • 57
  • 1
  • 7
0
votes
1 answer

How to extract and store a value from jmeter response and store inn csv?

My Jmeter response looks like.. https://adcd.com/abc/bcd/mock.jsp?profile=teslatest&JTnumber=132323235674897&SUTest=27&SUName=Alexa&TARGET=abcd.com"> How to extract JTnumber from this and store in a csv? How about if we have 20 different JTnumbers…
Tech User
  • 39
  • 3
0
votes
1 answer

Is it possible to upload test data files with folders in to Blazemeter

I have created a JMeter project with the below structure. Project folder |-JMeterProject.jmx | |-environments-folder | |-environment1.properties | |-environment2.properties | |-data-folder |-data1.csv |-data2.csv When I try to add this…
Asanke
  • 551
  • 1
  • 11
  • 32
0
votes
1 answer

JMeter: Holding Session for a certain period of time

Is it possible to hold a session for a certain period of time using JMeter? While using "Ultimate Thread Group" Ultimate Thread Group: 100 users will be ramping up and run for 15 minutes. Then another set of 100 user will be ramping up after 15…
PP1
  • 9
  • 5
0
votes
1 answer

Taurus - Getting error on running jmx test and yml test

I already have installed JMeter 5.X, I don't know why bzt is trying to download it again. I edited the .bzt-rc file. Provided path of installed JMeter. Below code from .bzt-rc file. path: C:\001_team\apache-jmeter-5.2.1\bin # path to local jmeter…
born2Learn
  • 1,253
  • 5
  • 14
  • 25
0
votes
1 answer

Does Blazemeter results are correct comparing with JMeter?

Recently I ran a same JMX script in JMeter and also in Blazemeter, I found that Blazemeter results are showing like 300ms , while JMeter showing like 1200ms. I am confused which tool is correct. At first, I don't understand why there is so much…
john
  • 925
  • 1
  • 12
  • 20