I am using JMeter(in distributed mode) for load testing. Its a JAVA application and SQL database. Application server and database server are two different images.
I have a generic factory which caches an instance before return it (开发者_StackOverflowsimplified code):
I need to do load testing of a GWT based app. jMeter is my tool. I\'m able to simulate many concurrent users logging in with the same login ID by using the jMeter recording proxy feature.
I have developed a e-commerce web application in asp.net using sql server (stored procedures and using linqtosql). I want to perform load testing, stress testing, response time for client when he requ
can anyone recommend a hosted solution for load testing a rest interface (including all verbs, signed requests and multiple sets of simulated tasks)?
I am testing how many requests my web server can respond to, and I\'m using a Test project in VS 2010, using a LoadTest running 1 single actual test method.I\'m getting results, but I\'m not sure what
I\'m ab开发者_StackOverflow中文版out to switch storage solution for a apache based subversion server and in order to compare the performance between the two solutions I need to measure the performance
I want to do load testing for 10 开发者_开发技巧million users for my site. The site is a Java based web-app. My approach is to create a Jmeter test plan for all the links and then take a report for th
I saw a few ways for load test. However reall开发者_Python百科y I\'m confused about it! Because my story is :
I need help scaling up the performance of an IIS webserver. My simple tests indicate that I am unable to scale up the response time even for serving static HTML pages.