We have a Unix application that is essentially a glorified telnet server. We have no access to the Unix server, yet we need to do load/stress testing.
I\'m looking for som testing programs for a firebird db server, to stress-test and find bottlenecks. Something like DB-Optimizer, only for firebird would be nice开发者_Python百科.
I would like to stress test my database, which is a hospital patient database. The current one is 2 GB. I would like to have a 100GB database, so I would like do the following:
I\'m looking for some guidance on stress testing BlazeDS polling channels. I\'ve followed this excellent article on using jmeter to test AMF messaging:
When I make HTTP Request in JMeter I get Response data like \"This page uses JavaScript and requires a JavaScript enabled browser.\" How is it possible to fix this problem开发者_如何学编程.JMeter is n
Anyone have good experience with a web application testing framework? We are in process of selecting one for our application written in C#, ASP.NET etc., but the framework can be anything (unless, of
What are some good automated tools for load testing (stress testing) web applications, that do not use record and replay of HTTP network 开发者_C百科packets?
We currently have a system with 20 SOA services and having a single master mysql database and 2 slave nodes. We currently have 10 GB of data in the database. We have a requirement in which开发者_Stack
How can you simulate/stress test about 100 users accessing a given sha开发者_如何学JAVAred resource (e.g. Database) in a c# unit test?Assuming you\'re accessing real DB you\'re in the scope of integra
how can i record the web server log files and replay the the recorded server logs so that i can latter run the logs and check the lo开发者_Python百科ad on sql server.