Announcing pywebperf 1.0.0rc1 (was: Re: [Zope] site-load measurement (OT))
Richard Jones
rjones@ekit-inc.com
Wed, 28 Aug 2002 10:02:47 +1000
On Wed, 28 Aug 2002 8:29 am, peter sabaini wrote:
> for simple pounding of a specific script theres always "ab" (apache
> benchmark, should come with your apache)
>
> for more complex testing there is a tool from MS, the "Web Application
> Stress Tool" freely available from the ms site; dont know how well it
> works though
>
> anyone knows of more tools?
I've got a python script that does a fair job of emulating a web browser
(including threads, redirects, image/stylesheet loading, all with cookie
handling).
The sourceforge project is at:
http://sourceforge.net/projects/pywebperf/
with the download at:
http://sourceforge.net/project/showfiles.php?group_id=55210&release_id=107507
The bundled README explains installation and usage (it's pretty simple :)
Richard