Questions tagged [taurus]

Automation-friendly framework for Continuous Testing using JMeter, Selenium and other tools.

Taurus is a project on github under Blazemeter.

Official Website: https://gettaurus.org/

Taurus is a free and open source framework for Continuous Testing which helps you by hiding the complexities of running performance tests. Think of it as an automation-friendly wrapper - it cloaks nicely around JMeter, neatly covering all of its complexities and imperfections.

When running JMeter through Taurus you can:

  1. Run an existing JMeter script
  2. Create a new JMeter script very easily using a YAML text file
  3. Automate your script with Jenkins
165 questions
1
vote
1 answer

How to change xml every time Taurus tests run?

I have following yaml for Taurus tests : - url: 'someURL' method: POST label: 'SomeLabel' headers: Content-Type: "application/xml" Authorization: "auth" remote_user: "someUser" body-file: './requests/some.xml' …
1
vote
1 answer

Tests with multiple scenarios and multiple parameters

I'm trying to write a taurus test in .yml that will include multiple scenarios (like ping host request, change hostname on machine, install java,..). Every scenario has a request that is an API call, with url, POST method and body. Problem 1: Every…
1
vote
0 answers

Memory utilization in taurus based on PID

I have an scenario were i need to get the Memory based on PID in Taurus. I got an CPU utilization based on PID using code in Metices like this: cpu:pid=4656:percent How to get the Memory utilization using the PID? I tried: mem:pid=4656:percent But…
1
vote
1 answer

Memory utilization in Taurus tool

In Taurus,I have come across and found that we can use taurus for real time reporting then jmeter,I can able to see the CPU,Memory utilization for the server were Server agent is running the services based on PID.How can i achieve the same using…
Bharath
  • 35
  • 4
1
vote
1 answer

How can I generate Aggregate Report. jtl and ResultsTable.csv by executing the existing JMeter script via Taurus

I know we have to run the command bzt xxxx.jmx to execute the existing JMeter script via Taurus and after few mins we will see the nice dashboard. My question is after the test execution completed how can I generate and view the…
rpagadala
  • 796
  • 2
  • 15
  • 31
1
vote
1 answer

Running a jmeter test via Blazemeter Taurus and Jenkins

I am having issues with my jmeter test. I am using Blazemeter Taurus (bzt command) to run it, and I run it as a Jenkins job. My issue is: I created user defined values, which I set as Jmeter properties so I can pass them params from the command…
0
votes
0 answers

Taurus Error Message: session not created: This version of ChromeDriver only supports Chrome version 114

I am running tests using BZT using Taurus .My chrome browser version got updated to 116XX and I changed my test files to use latest deriver but till it always refer to version 114 and crash - Some how it still refers to 114 even though in logs it…
user8710571
  • 405
  • 2
  • 12
  • 25
0
votes
1 answer

Taurus/JMeter - Not able to achieve required throughput

I read this post Taurus - API Load Testing. With regards to the provided answer, I had the following question: For the test I have been running, we have determined it is point (2). Specifically the machine not being able to send the requests fast…
Sachin Patel
  • 39
  • 1
  • 7
0
votes
1 answer

Blazemeter - How to make an asynchronous call in YAML?

So, I have 2 API's, one POST and one GET call. I send some json data in the POST request and it generates an id as response. Then I have to use the id to make a GET request. I am testing for large data, so I need to wait until the id has been…
0
votes
0 answers

Taurus-JMeter Pass/Fail Criteria

I'm executing a multi-scenario(multiple JMX) test through Taurus. I've set individual pass/fail criteria specific to scenarios at each scenario level in .yml file. Currently, if a pass/fail criteria of a specific scenario fails, it stops the entire…
0
votes
1 answer

Taurus - API Load Testing

We are using the Taurus for API load testing and would like to know what is the possible configuration one should consider for increasing RPS limit? As per Taurus documentation, To calculate the RPS, we should use the formula. RPS = Concurrency /…
0
votes
1 answer

avg-rt of [label] is not working in Taurus passfail

I am trying to run jmeter tests with Taurus. I have one JMX file with multiple Thread Groups. In other of the group, there is a request "InsertFolder" that takes more than 20secs however most of the other requests take around 5 secs. I have…
Smh
  • 113
  • 1
  • 6
0
votes
1 answer

How to get blazemeter output report link to slack

I am using Jmeter with Tauras and tests are running through Bitbucket pipeline. I have managed to get passfail criteria and Blazemeter output report url is displayed with the results inside Bitbucket. Is it possible if I can extract that URL and get…
Smh
  • 113
  • 1
  • 6
0
votes
0 answers

Taurus docker image with S3 config file

I'm looking for a way to run Taurus docker container, having the YML file pulled from S3 I saw the https://hub.docker.com/r/blazemeter/taurus/dockerfile/, it seems that it is not supported Are you aware of any option supporting that?
gCoh
  • 2,719
  • 1
  • 22
  • 46
0
votes
1 answer

Overriding Jmeter property in Run Taurus task Azure pipeline is not working

I am running jmeter from Taurus and I need a output kpi.jtl file with url listing. I have tried passing parameter -o modules.jmeter.properties.save.saveservice.url='true' and -o modules.jmeter.properties="{'jmeter.save.saveservice.url':'true'}".…
Geetha k
  • 11
  • 1