Hi, does anyone know pf a product / a possibility to measure the time it takes a site to get loaded (we have included an applet)? Is it possible to analyse the Z2.log-File? How? Thanks, Eddie. Eddie Mönch Pre-Sales Consulting and Software Development moench@ontoprise.de ontoprise GmbH phone: +49 721 - 665 79 - 13, fax: +49 721 - 665 79 - 11 Haid-und-Neu-Str. 7, D-76131 Karlsruhe, Germany
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? - peter. Eddie Mönch wrote:
Hi,
does anyone know pf a product / a possibility to measure the time it takes a site to get loaded (we have included an applet)? Is it possible to analyse the Z2.log-File? How?
Thanks,
Eddie.
OpenSTA at http://www.opensta.org Andreas' WebSiteLoadTest (written in Python) http://www.zope.org/Members/ajung/WebsiteLoadTest On Tue, 2002-08-27 at 18:29, 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?
- peter.
Eddie Mönch wrote:
Hi,
does anyone know pf a product / a possibility to measure the time it takes a site to get loaded (we have included an applet)? Is it possible to analyse the Z2.log-File? How?
Thanks,
Eddie.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Apache's Jakarta project has a great tool for this called JMeter. http://jakarta.apache.org/jmeter/index.html -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of peter sabaini Sent: Tuesday, August 27, 2002 6:30 PM To: Eddie Mönch Cc: zope@zope.org Subject: Re: [Zope] site-load measurement (OT) 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? - peter. Eddie Mönch wrote:
Hi,
does anyone know pf a product / a possibility to measure the time it takes a site to get loaded (we have included an applet)? Is it possible to analyse the Z2.log-File? How?
Thanks,
Eddie.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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=10750... The bundled README explains installation and usage (it's pretty simple :) Richard
participants (5)
-
Chris McDonough -
Eddie Mönch -
Kevin Carlson -
peter sabaini -
Richard Jones