Hi all, does anyone has a suggestion, how i can intercept the http-requests send to my zope-server when clicking on links/form buttons and store them externaly in say a file ? i need to make a stress-script which simulates a user accessing my site to have some numbers for the over-all performance of my site., because in production it will be used by many users in parallel, and i have no real clue how my code and/or zope scales. intercepting them would be easier because when i change code i could easily regenerate them and start the test-clients again. Any hints about the performance in general, its testing and about scaling-experiences would be very welcome. Torsten
On Thu, 2002-04-04 at 16:29, Rudi Wurm wrote:
Hi all,
does anyone has a suggestion, how i can intercept the http-requests send to my zope-server when clicking on links/form buttons and store them externaly in say a file ?
Set up a small pass-thru proxy that does the logging. ---------- Hannu
www.zope.org/Members/ajung/WebsiteLoadTest -aj ----- Original Message ----- From: "Rudi Wurm" <net_seeker@web.de> To: <zope@zope.org> Sent: Thursday, April 04, 2002 09:29 Subject: [Zope] stressing script for zope-app
Hi all,
does anyone has a suggestion, how i can intercept the http-requests send to my zope-server when clicking on links/form buttons and store them externaly in say a file ? i need to make a stress-script which simulates a user accessing my site to have some numbers for the over-all performance of my site., because in production it will be used by many users in parallel, and i have no real clue how my code and/or zope scales. intercepting them would be easier because when i change code i could easily regenerate them and start the test-clients again.
Any hints about the performance in general, its testing and about scaling-experiences would be very welcome.
Torsten
_______________________________________________ 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 )
Also see http://www.opensta.org ----- Original Message ----- From: "Andreas Jung" <andreas@zope.com> To: "Rudi Wurm" <net_seeker@web.de>; <zope@zope.org> Sent: Thursday, April 04, 2002 9:38 AM Subject: Re: [Zope] stressing script for zope-app
www.zope.org/Members/ajung/WebsiteLoadTest
-aj
----- Original Message ----- From: "Rudi Wurm" <net_seeker@web.de> To: <zope@zope.org> Sent: Thursday, April 04, 2002 09:29 Subject: [Zope] stressing script for zope-app
Hi all,
does anyone has a suggestion, how i can intercept the http-requests send to my zope-server when clicking on links/form buttons and store them externaly in say a file ? i need to make a stress-script which simulates a user accessing my site to have some numbers for the over-all performance of my site., because in production it will be used by many users in parallel, and i have no real clue how my code and/or zope scales. intercepting them would be easier because when i change code i could easily regenerate them and start the test-clients again.
Any hints about the performance in general, its testing and about scaling-experiences would be very welcome.
Torsten
_______________________________________________ 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 )
_______________________________________________ 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 )
participants (4)
-
Andreas Jung -
Chris McDonough -
Hannu Krosing -
Rudi Wurm