Load testing as a service- thats a brilliant idea! But why tie yourself to Ruby? (My initial impression is "gross!", but I can't say I'm much of a language purist as I spend most of my time in JS) Would services like Stripe, Mailgun and Twilio have succeeded if they had forced their customers to use a Ruby DSL?
Stormforger – Cloud-based Load Testing as a Service
21–30 of 32 posts
Re: Stormforger – Cloud-based Load Testing as a Service
#22Re: Stormforger – Cloud-based Load Testing as a Service
#23Load testing as a service- thats a brilliant idea! But why tie yourself to Ruby? (My initial impression is "gross!", but I can't say I'm much of a language purist as I spend most of my time in JS) Would services like Stripe, Mailgun and Twilio have succeeded if they had forced their customers to use a Ruby DSL?
I saw basti's talk on stormforger at last month's interactive cologne – and I think he switched to JavaScript for the test definitions. Maybe the website is a bit outdated. :)
Re: Stormforger – Cloud-based Load Testing as a Service
#24Re: Stormforger – Cloud-based Load Testing as a Service
#25How much better is this than a program like WRK on a couple laptops on different IPs?
But even if you can build something like this with WRK (which should be possible, due to the Lua support) you still need to setup your test environment (reproducibly), collect all the logs from the machines involved, monitor the test generators, create useful metrics from the test results and make it possible to interact with them. And I'm pretty sure I forget a whole bunch of stuff that needs to be done.
And I know, that I don't want to do all this stuff by myself. With a service providing all this, I can concentrate on the real work: Interpreting numbers and fixing problems ;-)
BTW: I'm pretty sure under the hood there is some load testing tool deployed. Cannot imagine someone runs such a large scale test without such thing.
Re: Stormforger – Cloud-based Load Testing as a Service
#26Impressive. It's not their fault and they seem to be good and talented, but I can't stop thinking about a possible marketing line: "DDoS as a Service".
Normally services like this make you add a DNS record and/or file to the target to confirm you are the owner.
So adding DNS records is pretty useless to provide proof that you own the resources under test.
Re: Stormforger – Cloud-based Load Testing as a Service
#27Re: Stormforger – Cloud-based Load Testing as a Service
#28Really easy to use, and I can run tests that used to cost upwards of $5,000 for under $5. I don't know how they aren't better known amongst DevOps types.
Re: Stormforger – Cloud-based Load Testing as a Service
#29Earlier quoted context omitted.
Normally services like this make you add a DNS record and/or file to the target to confirm you are the owner.
this is especially challenging actually. just because you own the domain name, doesn't mean you own the infrastructure you are pointing your DNS records to! So adding DNS records is pretty useless to provide proof that you own the resources under test.
Re: Stormforger – Cloud-based Load Testing as a Service
#30The api looks alot like tsung. I'm almost willing to bet that either they got inspiration from it or are using it on the server. Anyway, tsung is great and these services are great too.