The most cursory google search reveals tonnes stress testing options, ranging from simple http-request tools, to distributed networks of servers to act as clients, available for rent.
Do you perform load-testing on your services?
If so; How, and what are your experiences/2 cents on the issue?
At the time, due to the company I worked at it, and because the service itself was a C#/.NET service it made sense to be writing tests in C#/.NET using Microsoft's Visual Studio Test Framework. Visual Studio, I think starting from the 2013 version has a built in load testing capability that integrates with Azure (you have to create an account) that will automatically spin up instances temporarily for you in order to load test the endpoint(s) you specify using the parameters you provide in VS created web tests. It worked rather well for us. I understand this is highly specific to our use case but if you didn't know this existed it's something to be aware of.