Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

learn more… | top users | synonyms

0
votes
1answer
9 views

load testing with crawler

We are looking for a web load testing tool that behaves more like a crawler and performs stress test for both primary and secondary To Illustrate lets a take an example , I have a index.html file ...
0
votes
2answers
37 views

Stress Testing for Mysql via php

I want to check Mysql Connection Limit with PHP. I inserted mysql_connect inside loop also mysql_pconnect but it doesnot increase number of connections on Mysql.... I also came to know that php ...
-1
votes
0answers
15 views

OpenVPN Stress Test Tool

I need a tool to load test my open vpn server on red hat machine with about 100 virtual vpn connection. I have google various tools for this. The tool in open vpn community and wiki tracker is a paid ...
0
votes
1answer
29 views

Load and Stress Test for a MongoDB instance deployed on Amazon EC2 [closed]

I have a mongoDB instance uploaded on amazon EC2. I want to argue about the scalability of the instance. Can you suggest me some tools to automate the testing? Moreover, can you suggest some test ...
0
votes
2answers
92 views

netty based stress tool and connection counting

I'm building a simple and fastest stress test tool for a web application. Requirements: highest number of outcoming http-requests (say, plain gets) from single node. We used netty before and I ...
0
votes
0answers
48 views

JMeter:Higher response times with JDBC sampler

I have created a test plan to stress test out MySQL DB. The test plan executes without errors, but the response times for JMeter are pretty much higher than when i actually execute query manually. ...
0
votes
0answers
63 views

Handling jmeter concurrent users with if statements. Good or Bad? Why?

What is the best practice for handling users workflow and action path? I was wondering how I should handle my concurrent users in Jmeter and what would be the best way. The main question is, if the ...
0
votes
0answers
49 views

Netty closed socket in the read() method

Netty Version used : netty-3.6.3.Final During heavy load conditions ,the already accepted socket gets closed ,in the read method under this condition. Class Name : NioWorker.java Method ...
0
votes
2answers
97 views

Scaling to support a massive amount of traffic in a short period of time

Until now, our site has had a modest amount of traffic. None of our developers are big ops guys, but we've stayed ahead of it and keep the site up and running pretty quick. That said, our dev team is ...
0
votes
0answers
30 views

android exerciser monkey and the history stack?

I'm running the exerciser monkey on my app, and I eventually hit out of memory errors. Checking it I notice that the back history is .. well, weird. I can click back 100 times and still end up on the ...
0
votes
0answers
22 views

ASP.NET reload stress

I'm creating a project for reading variables from a plc and i've had a few questions about asp.net website behavior: The script: The script creates a connection with the local plc over ip+port and ...
1
vote
1answer
32 views

Testing with 100's of devices

We are building software intended to communicate with 100's or 1000's of PCs. Unfortunately we do not have the means to set that many devices up. We don't have that many physical devices, and we ...
10
votes
1answer
195 views

Brightness Issue during stress testing

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 ...
0
votes
2answers
59 views

opensource tool - request response/load/stress [closed]

I'm looking for tools that will allow us to test request response time and also load/stress does anybody know such tool opensource or low cost tools. any help?
0
votes
3answers
98 views

Is it posible to produce onClick event with JMeter?

I'm trying to create sress test with JMeter and herefor is absolute required to produce mouse onClick-event for some elements. But I cannot find any possibility to produce onClick-event with JMeter.
0
votes
0answers
25 views

Is it possible to bind an XML file as default value of an XML Column?

In order to run an stress test, I'm trying to insert 5,000,000 record to a table with XML column. I couldn't find a way to generate sample data with defined XML size (which is about 1 Mb), however, I ...
2
votes
1answer
80 views

Understanding RESTful Web Service stress test results

I'm trying to stress-test my Spring RESTful Web Service. I run my Tomcat server on a Intel Core 2 Duo notebook, 4 GB of RAM. I know it's not a real server machine, but i've only this and it's only ...
0
votes
1answer
61 views

Integration multi-threading test to stress test a server

I'm new to the world of C# threads and want to stress test a particular server method. I'd like to somehow capture the time taken to run the process and return it in some way. Or, if the server ...
0
votes
1answer
89 views

Can we perform load/stress tesing using new relic tool?

We have a requirement to perform stress testing on website for 1000 concurrent users. Is it possible using new relic (without use of jmeter)?
2
votes
1answer
292 views

How to interpret JMeter result while doing Database testing

I have recently started working with jMeter. And I was doing database stress testing for that. I have added the required drivers in the lib folder. And my jMeter is connected to database. And it works ...
1
vote
1answer
146 views

Load and Performance Testing of a Database

This is the first time, my team has asked me to do some testing on Database which I have no clue how to approach. By testing on database I mean, I need to see how fast it can insert records into it. ...
0
votes
1answer
243 views

Performance Testing of RESTFUL Web Services that is doing GET only

We have made a RESTFUL Web services that is doing GET calls to the database currently. I am looking for some tools that I can use to test our RESTFUL Web Services by simulating the load that we are ...
1
vote
1answer
169 views

Kill a Ruby child process when another Ruby child process has completed

I'm trying to use Ruby to write a script to run monkey test on the Android app. I'm stuck with 1.8 Ruby and can't use spawn. See below code for detail. For some reasons, the logcat process will ...
0
votes
2answers
134 views

How to count failed requests with jmeter

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 ...
-1
votes
1answer
94 views

Using loop to generate String Jmeter

I have start of loop and end of loop like int i=0 when initialized and loop should continue until i=99. With each iteration I need to generate String with value of i like Sk+i. With each iteration it ...
0
votes
1answer
422 views

NodeJs stress testing tools/methods

I've searched a lot about stress testing a NodeJs application/module but I didn't find anything. I have a push server application (something like socket.io) and I want to test it to ensuring there's ...
0
votes
2answers
132 views

Passing multiple values between ThreadGroups - Jmeter

I have ThreadGroup1 which performs login operation where it is getting Credentials from CSV file using CSV Dataset Config and saves username and password in two different variables like: ...
0
votes
1answer
114 views

SetProperty and property in Jmeter

I need to pass Some variable values from one ThreadGroup to another, For this I am using ${__setProperty(USERNAME, ${USERNAME})} to set username in ThreadGroup1 (I tried to set this value in User ...
-1
votes
2answers
557 views

Multiple thread runs sequentially - Jmeter

I have a Test plan in which I have multiple Thread groups in it. I want to run all of the Thread groups run sequentially. Which is Thread Group1 Thread Group2 Thread Group3 . . . Thread GroupN I ...
0
votes
0answers
152 views

vs2012 load test

I have defined a test that calls a url in a loop for (int i = 0; i < 222222; i++) { WebTestRequest request1 = new ...
0
votes
2answers
394 views

How to configure JMeter Thread group for 1 million request in 10 seconds?

I want to run a Load test on my Production server to verify that the server can handle 1 million requests per 10 seconds using JMeter. How to configure JMeter Thread group for 1 million request in 10 ...
0
votes
3answers
180 views

What is the purpose of distributed testing in Jmeter?

What is distributed testing in Jmeter? What is its actual purpose? I searched and read a lot about master/slave concept in Jmeter and I know how it can be done, but what is its use?
1
vote
2answers
206 views

Node.js server stress test

What's the best choice to stress test a node.js powered server? I need to send a lot of single request and measure the delay time and validate the response. If possible I need to export data or ...
0
votes
2answers
367 views

Make Summary Report Jmeter output in CSV what it shows in table

The Filename given to store the results of Jmeter Summary report should (as I understand) store the same info I see on the screen . But instead it stores a short response of the HTTP request sent ...
2
votes
1answer
287 views

How to stress/load testing in magento

I am creating a ecommerce website in magento. I want to use stress testing on my website to see How robust is my website and how much load it can bear. I have gone through a lot of stuff for that but ...
0
votes
1answer
176 views

while and IF controller- Jmeter

I have a While controller with condition ${__javaScript("${DONE}"!="Downloaded")} which works perfect. Now I want to add another condition ${__javaScript("${Temp}"!="No Exceptions found")} loop ...
-1
votes
1answer
224 views

Regular expression in While Controller Jmeter

I am using While Controller with Condition: ${_javaScript("${DONE}" ! = "Resolved and Downloaded";)} where initially DONE="Not Assigned yet". After few iterations DONE changes and has value ...
0
votes
1answer
64 views

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

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, ...
0
votes
1answer
35 views

How to run samplers/sets of samplers in random order

I have a "Thread Group" which has 15 "HTTP Requests".I want to execute these request randomly, they are executing in a sequence like one by one HTTP Request 1 HTTP Request 2 HTTP Request 3 . . HTTP ...
0
votes
2answers
75 views

Simulate load and analyze for a .net web service and SQL server

Here is my scenario, I developed an android application that periodically makes calls to a web service, which in turn performs queries against a database. In the field there will be hundreds of these ...
1
vote
1answer
68 views

looking for stress/performance/load tool for https web pages

I am looking for freeware opensource stress/performance testing tool. I have to test around 300.000 records with 1000 of virtual users. I try with JMeter but in JMeter I have to parsing the request ...
-2
votes
1answer
172 views

Tool to do performance testing

I have to do stress/performance testing of my java-based web-application. I have to perform test with 300,000 records. I am learning JMeter but it is very hard for me. Because to extract string from ...
1
vote
2answers
109 views

DataSource configuration to exclude deadlocks on REQUIRES_NEW methods

While stress testing my JPA based DAO layer (Running 500 simultanious updates at the same time each in a separate thread). I encountered following - system always stuck unable to make any progress. ...
0
votes
1answer
51 views

When stress-testing a HTTP server, should I test keep the connection alive?

I am using the Web Stress Tester tool from Faststream to stress-test a web request, and it has an option for keeping the connection alive. I'll reckon that for the usual web request (say a request to ...
0
votes
0answers
40 views

Looking for a universal .NET test program [closed]

I'm looking for a .NET program to use to stress a tool I'm writing. I'm NOT looking for a tool to do stress testing; what I want is a program or suite of programs that does lots of stressful things to ...
3
votes
1answer
2k views

tomcat7 vs. tomcat6, Is there any significant difference in their performance?

I have been working on stress testing a Java web application (JSP+Tomcat6+Struts2+Hibernate+mysql) and well the results I was getting wasn't something to brag about! So I upgraded the tomcat version ...
2
votes
3answers
121 views

Should I neglect Java Script while load testing my website?

We're developing a web application which must tolerate noticeable amount of load. I'm running my tests on a HP (Proliant DL 380) server (two 3.6GHz Xeon cpus, 16 GBs of RAM, ...). I'm using Apache ...
1
vote
1answer
41 views

How to “break” HBase

We are trying some tools to take a snapshot of Hbase and restore it. I do't have experience of running live HBase so I don't know what problem we may encounter in the future which may leave HBase in ...
10
votes
6answers
301 views

stress testing web applications on less capable hardware

My organization is having an interesting internal debate right now that raises a question that I would like to open to the community at large. The issue at hand is our environment in which we do ...
0
votes
2answers
541 views

Mobile Application Stress Test

Are there any tools to do stress testing in iOS and Android applications? I want to test the application, to see if 50,000 people can use the app at the same time or if 50,000 people can use the web ...

1 2 3 4 5 6