Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58275

how to load test a web app?

Date 2013-11-01 08:03 -0700
From Albert-Jan Roskam <fomcl@yahoo.com>
Subject how to load test a web app?
Newsgroups comp.lang.python
Message-ID <mailman.1933.1383318579.18130.python-list@python.org> (permalink)

Show all headers | View raw


Hi,

I am looking at three Github-like programs (Stash, Gitbucket and Trac) to see if they could be used in our company. I would like to test the reliability and stability of at least one of them (I won't do any tests if some required functionality is missing). 

I am curious whether the program will crash under certain circumstances (e.g. multiple users checking code at *exactly* the same moment). What approach could I follow here? Though this does not *necessarily* have to involve Python, I would prefer this. The way I see it, it would carry out certain common usage patterns many times to simulate many users. I thought about using mechanize/subprocess, the multimechanize package, or the twill package.

Very curious to hear your thoughts about this and I hope this is not too vague. Thank you in advance!

Regards,
Albert-Jan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a 
fresh water system, and public health, what have the Romans ever done for us?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

how to load test a web app? Albert-Jan Roskam <fomcl@yahoo.com> - 2013-11-01 08:03 -0700

csiph-web