How to test my GAE site for performance
Posted
by
Sergey Basharov
on Stack Overflow
See other posts from Stack Overflow
or by Sergey Basharov
Published on 2010-12-25T09:37:29Z
Indexed on
2010/12/27
2:54 UTC
Read the original article
Hit count: 258
I am building a GAE site that uses AJAX/JSON for almost all its tasks including building the UI elements, all interactions and client-server requests. What is a good way to test it for highloads so that I could have some statistics about how much resources 1000 average users per some period of time would take. I think I can create some Python functions for this purpose. What can you advise? Thanks.
© Stack Overflow or respective owner