Live data from Hacker News

Ask YC: What do you use to stress test your app/db?

news.ycombinator.com

11–20 of 22 posts

Re: Ask YC: What do you use to stress test your app/db?

#13
I'm working on a hosted load testing solution for this type of problem. Specifically, it will let you run full transactions against a web front-end. You record a script with your web browser and then upload it, and run a mass of virtual users executing those steps.

If you want an update when it's ready, shoot me an email. On gmail, I'm ebeland.

Re: Ask YC: What do you use to stress test your app/db?

#17

The grinder http://grinder.sourceforge.net/ (write your scripts in jython) for unit and nightly runs and for large scale testing on partners hardware HP (formerly mercury) Load Runner https://h10078.www1.hp.com/cda/hpms/display/main/hpms_conten...

How much does Load Runner cost? Thousands of $$?

Re: Ask YC: What do you use to stress test your app/db?

#20
post #17

The grinder http://grinder.sourceforge.net/ (write your scripts in jython) for unit and nightly runs and for large scale testing on partners hardware HP (formerly mercury) Load Runner https://h10078.www1.hp.com/cda/hpms/display/main/hpms_conten...

How much does Load Runner cost? Thousands of $$?

Yep, ridiculously expensive, grinder is good enough. In the enterprisey space where my day job is, load runner has a certain reputation (despite whether it deserves it or not). We found with the open source or cheaper tools (IBM rational tools included) under really high loads logging, measurements and the tools themselves got flaky. When you've got extremely limited time and hard deadlines in a hardware lab, time is the most precious commodity, so the cost can be worth it.
Post reply on HN