Load Testing for Django Application -
i have been looking tool load test django application. wondering if there go 1 django web applications. required login , place various requests site multiple users , see how site scales traffic.
i have come across following framweworks:
- seige
- jmeter
- funkload
i wondering if community had opinions on best, , fit best django web application.
i welcome suggestions haven't mentioned well.
please , thank you
if don't need use javascript, , aren't looking test web server, i'm huge fan of mechanize exact reason. spawn off several instances of mechanize traverse site, , can idea of performance issues lie.
that said, if need javascript anything, mechanize not work has no ability handle javascript. in case need use selenium or webdriver. i've combined selenium nunit extremely great success. can run several selenium instances , use selenium-rc remotely track/control them. if have cash, browsermob fantastic job of you.
if need test web server, no further apache bench.
edit: preferred approach. jmeter cool, found pain use , eyesore. ymmv though.
Comments
Post a Comment