I have been looking for a tool to load test my django application. I was wondering if there is go to one for django web applications. I am required to login and place various requests to the site as m
I was wondering if someone could point me out into the right direction. Right now our IHS / Websphere Server is unable to handle more than 170 concurrent users.
I\'m using blocking TCP sockets in C and I want to simulate a high load on the server when there are many simultaneous connections and then I want to measure the time necessary to access the server vi
I am trying to imitate a scenario where 300,000 consumers are accessing a server. So I am trying to create the pseudo clients, by repeatedly querying the server from the concurrent threads.
I have a command line perl script that I want to stress test. Basically what I want to do is to run multiple instances of the same script in parallel so that I can figure out at what point our m开发者
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
I saw a few ways for load test. However reall开发者_Python百科y I\'m confused about it! Because my story is :
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 simultan
I\'m new to java and Junit, I need to stress test a set of web services, now for each web service I have a test like this:
I am performing stress testing on SQL Server 2008 with JMeter. I wish to improve a stored procedure that has to serve 20 requests per second.