Hello Lloyd,
you can use apache bench tool, usually it comes with apache package
ab -n 100000 -c 500 http://yourdjangosite.com/somtestdir/
what means that it will run benchmark with 500 sim. threads, and will do 100000 requests.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
