views:

171

answers:

2

Hi, I am finding load testing tool that can send PUT/DELETE requests. Neither ApacheBench nor JMeter supports these methods.

After several hours' googling, I found www.soapui.org that looks good.

Do you have any other recommendation? Command line tool like ApacheBench will be better for me.

Thanks

+1  A: 

The Grinder is a decent load testing framework that also supports PUT and DELETE.

Johannes Passing
A: 

My company's load testing service, BrowserMob, can do the full HTTP spectrum and is a really low cost alternative to setting up your own distributed load test system. For $10 you can run a decent sized test and have all the machines, realtime reporting, etc handled automatically.

Feel free to email me at [email protected] if you need more info.

Patrick Lightbody