Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@linuxxx how are you stress testing? Is it just a http get request which is the same as just pressing f5. Or are you simulating a path through the app?
-
@windlessuser For now just stress testing with a tool called Siege. will do some better tests tomorrow :)
-
@windlessuser No clue if it has one, just search engine 'siege stress testing' or something :)
-
Flygger19817y@linuxxx just go with a proper caching flow, except if it's critical.!?
http://nodans.com/index.cfm/2012/... -
@linuxxx also how much are you testing for, I finally got to try siege out and it really chokes @ 1000 concurrent users and googling it, it seems to be a common case, do you test with less?
-
@linuxxx ah ye with ~800 it doesnt choke as much it seems, though I guess I can't change away from loader.io then, because it allows 10k concurrent users per second to check for extreme load and optimize, also what are you going to test your server with else, since you said you'll test with something else today too.
-
w4tsn35017yWhen you try to stress test production, but instead your "attack" machine collapses under the load...
-
vertti4537yLoad testing is really important, it shows the performance of your code and your chosen runtime
Those numbers sound really small for real load testing though. Or maybe the server has just very small capacity?
Generally I wouldn't use siege, it has some performance issues and it's just not very precise -
vertti4537y@vinerz that service seems to only support up to 10,000 simultaneous clients for free. After that you start paying 100 USD per month
-
2 minutes later...
Hello? This is 911, how may I help you?
(mumbling)smoke...server...arghhh!
I forgot to git commit and fire, ahhhhhh -
@vertti 10k users per second is quite a good loadtest, if you need something beyond that, 100$ will be def. the smallest problem.
-
vertti4537y@JoshBent depends on what I want to test, but usually tsung or amoc. Never paid more than 1 EUR per one massive distributed test run on many different machines.
-
@vertti could you link amoc? I can't find it at all, only a job listing talking about it.
Related Rants
It's very much fun to stress test one of your own servers and see how well it handles huge traffic loads π
rant
fun
ddos
stress testing