stress-testing

How to configure Jenkins for distributed load using multiple Jmeter-servers

廉价感情. 提交于 2019-12-11 04:33:40
问题 I use Jmeter to generate a huge load to my web-server. Some slave machines are acted as Jmeter-server, another one - as Jmeter master that coordinates the load and collects statistics from slaves. Now I'm trying to integrate this system to CI (Jenkins). That's how I do it now. I have two separate Jenkins jobs: one of them prepares all slaves by running jmeter-server, another one runs Jmeter-master itself. All is fine with 2nd part: I successfully generate traffic and collect statistics. The

Tool for rest webservice parameterized load test

人盡茶涼 提交于 2019-12-11 03:01:04
问题 I have a set of rest webservices in java, I need a tool that allows to load test them using parameters (i use windows operating system and Java or .net). I need to call 1 webservice 100 times simultaneously with different parameters. This can be done just calling the method that is the core of the webservice, so basically I need to run a unit test many times concurrently with different parameters Can you suggest any SIMPLE tool? Thank you 回答1: SoapUI 回答2: Visual Studio has a load testing

Brightness Issue during stress testing

放肆的年华 提交于 2019-12-10 00:51:03
问题 My application has the ability to Wipe all contacts and calendar events. It has been working fine as far as we had not done stress testing. During this, it was observer that device brightness goes down when we execute following use case Sync Facebook, Gmail etc accounts with device so that there are lot of records in contacts and calendar. In our case we had about 477 contacts and 1500+ calendar events. Give Wipe command During wipe switch off the device and switch it on again. As per

Need Http Request not to respond until it finds a specific text in Jmeter

强颜欢笑 提交于 2019-12-08 10:42:42
问题 I have searched for the solution to my problem throughout the web, but couldn't find any. I need jmeter not to throw a response of an HTTP Request until it founds an specific text in response, because I have this request which takes so much time to respond and generate an specific text, but http request responds back immediately hence not find that specific text. How to do it? should I use some kind of logic controller, which one and how? As I am new to Jmeter so I need a proper guidance and

maximum pairwise product fast solution

若如初见. 提交于 2019-12-07 09:20:05
问题 I am trying to apply a stress test on python maximum pairwise product, fast and slow algorithm. However, The fast code appears to return a wrong result in some tests. I think the problem comes from the if condition in the fast algorithm. The condition doesn't occur in some cases, though it should be applies. I wasn't able to figure out the problem. any help? Here is the problem, I/P, O/P details: Given a sequence of non-negative integers a0,…,an−1, find the maximum pairwise product, that is,

How to count failed requests with jmeter

坚强是说给别人听的谎言 提交于 2019-12-07 03:33:56
问题 I am running JMeter and I want a count of all the failed requests that either timed out, or, just plain failed. I see that some of the listeners show that there have been failures, but none see to have a field that displays the total number of failed requests versus successful requests. Does anyone know how I can easily get this data without having to count each failure by hand? 回答1: Add timeout to your sampler Add assertions on code and response content Use aggregate report You should have

How to test webservice simulating several concurrent requests

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 12:05:56
问题 I've got this situation. I need to test a web application that was created with asp.net and c#. This application has one special process that does the heaviest and the most important process in all the application. This process is part of the webservice that I need to test. Now I've been asked to come up with any kind of program to simulate a specific number of simultaneous requests to the process, to see how it reacts to a certain number of user trying to call and use the same process. I've

Load Testing Software [closed]

天大地大妈咪最大 提交于 2019-12-06 03:24:08
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am working on a proposal for my company into purchasing some load testing software. I have to give 2 choices. One of my choices I am

Apache JMeter : Add random data in body for request

孤街醉人 提交于 2019-12-06 01:37:02
I'm working on stress testing our application in Apache JMeter. I thought of calling register user method which will add users in the database. But if the email already exists, then the database action does not take place. How can I add a random number in body data? Or is there some other way I can stress test my application connected with database? Here are some screenshots : Controller code : @RequestMapping(value = "/person/add", method = RequestMethod.POST) public String addPerson(@ModelAttribute("person") Person person, BindingResult bindingResult) { System.out.println("Person add called"

How to count failed requests with jmeter

我的未来我决定 提交于 2019-12-05 08:35:38
I am running JMeter and I want a count of all the failed requests that either timed out, or, just plain failed. I see that some of the listeners show that there have been failures, but none see to have a field that displays the total number of failed requests versus successful requests. Does anyone know how I can easily get this data without having to count each failure by hand? Add timeout to your sampler Add assertions on code and response content Use aggregate report You should have these figures Add the Aggregate report to the thread group.Which gives you total transaction count and the "