stress-testing

Open source Tool for Stress, Load and Performance testing [closed]

孤人 提交于 2019-12-17 17:27:41
问题 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 . Possible Duplicate: How do you stress test a web application? Currently I have configured a project with cc.net, watin and nunit and

Best way to stress test a website [duplicate]

杀马特。学长 韩版系。学妹 提交于 2019-12-17 03:47:07
问题 This question already has answers here : ASP.NET Stress Testing (6 answers) Closed 4 years ago . This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the best thing to use a profiler to track a single request and then work out from that if the performance is ok? It would be good to know how well a web app works with a server spec. I'd like to be able to

Best way to stress test a website [duplicate]

拥有回忆 提交于 2019-12-17 03:45:34
问题 This question already has answers here : ASP.NET Stress Testing (6 answers) Closed 4 years ago . This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the best thing to use a profiler to track a single request and then work out from that if the performance is ok? It would be good to know how well a web app works with a server spec. I'd like to be able to

Performing a Stress Test on Web Application?

半世苍凉 提交于 2019-12-17 02:24:58
问题 In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I'd written a simple home page, login script, and site walkthrough (in an ecommerce site adding a few items to a cart and checkout). Just hitting the homepage hard with a handful of developers would almost always locate a major problem. More scalability problems would surface at the second stage, and even more - after the launch. The URL of the tools I used were Microsoft Homer (aka Microsoft

Stress - Load testing a web application

北战南征 提交于 2019-12-14 03:59:18
问题 I have a web application deployed on a tomcat server. I upload files via a POST method and then the uploaded files are transcoded to another type (e.g. 3gp to flv). How can I test, how many concurrent uploads and transcodings my web application can handle? Any thoughts or any examples? Don't know a thing about stress or load testing 回答1: I've never used it, but look into JMeter. It does load testing for Java. 来源: https://stackoverflow.com/questions/3851229/stress-load-testing-a-web

What are the current best practices for load testing and profiling ASP.NET web applications?

只愿长相守 提交于 2019-12-14 00:27:15
问题 I am tasked with improving the performance of a particular page of the website that has an extremely high response time as reported by google analytics. Doing a few google searches reveals a product that came with VS2003 called ACT (Application Center Test) that did load testing. This doesn't seem to be distributed any longer I'd like to be able to get a baseline test of this page before I try to optimize it, so I can see what my changes are doing. Profiling applications such as dotTrace from

How do I get the Visual Studio Load Test Agent to use the servers second CPU

半世苍凉 提交于 2019-12-13 04:12:22
问题 I am running a Visual Studio Load Test using an Agent on one of our servers. This server has two CPU and I have a licence for the Test Agent to use both. My question is how do I configure the Test Agent service to use the second cpu? 回答1: When you run load tests on multi-core computers, load generation is limited as follows: If the computer is running Visual Studio Team System Test Edition or Visual Studio Team System, the load generation is limited to one core. If the computer is running

Apache JMeter : Add random data in body for request

孤者浪人 提交于 2019-12-12 09:46:45
问题 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(

How do I use the --header option to send cookies with Siege?

不打扰是莪最后的温柔 提交于 2019-12-12 08:38:27
问题 I have just started to use Siege to do load/stressing test on a new web server. I am trying to test on my most resource/performance heavy script, but the script requires cookies. What is the proper format for using the --header option in siege? I have tried this with no luck: siege --header="Set-Cookie: PHPSESSID=--COOKIE--; iptoken=--COOKIE--" http://www.myurl.com/script.php, There is no documentation on this that I could find, so any ideas/suggestions would be appreciated. 回答1: The answer

How do I analyze JMeter summary results

元气小坏坏 提交于 2019-12-12 06:37:00
问题 I know that this question has been asked here earlier but I am still not able to figure out what is the significance of the average,min,max and throughput parameters in the Jmeter summary report ? Here are is JMeter setup: No. of threads:5000 Ramp-up period : 1 Loop Count: 1 Results : Average:738 Min:155 Max:2228 Throughput:60.5% So does that mean that my 5k requests took 738 milliseconds(0.7 s) to complete ? or it means that every single request took 0.7s to complete ? Similar, what shall be