Help with Stress Testing

  • Thread starter Thread starter ESmith
  • Start date Start date
E

ESmith

I need to stress test an application I've developed - are there any
libraries/classes that can do things such as limit RAM available, Disk
Space, etc. to help determine the system limits? Since I'm developing on a
higher end system, I hope that there are either commerical or free utilities
/ libraries that can assist in "breaking" the application.

TIA
 
Hello ESmith,

You need "Fault Injector" tools. there are few of them
I used DevPartner Fault Simulator http://www.compuware.com/products/devpartner/5094_ENG_HTML.htm

btw, that is not stress testing, stress testing is when u load your all to
the maximum and check how it handler all that request.

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


E> I need to stress test an application I've developed - are there any
E> libraries/classes that can do things such as limit RAM available,
E> Disk Space, etc. to help determine the system limits? Since I'm
E> developing on a higher end system, I hope that there are either
E> commerical or free utilities / libraries that can assist in
E> "breaking" the application.
E>
E> TIA
E>
 
Back
Top