You are not logged in Log in Join
You are here: Home » Members » richard » Call Profiler - profile your Zope website

Log in
Name

Password

 
 

Folder icon Call Profiler - profile your Zope website

The CallProfiler is being integrated into Zope 2.6. Once 2.6 has been out for a while, I will disable the download on this page.

CallProfiler monitors the chain of DTML, ZSQL, ZPT, PythonMethod, PythonScript, etc. calls in a Zope request and gather timing information, for the purpose of identifying hot-spots for potential optimisation.

This works in Python 2.1.1 and Zope 2.4.3. I know there's Python 2-isms in here that make it not work under 1.5.2, and there's reports that it doesn't work under Zope 2.3 or 2.5. I don't have access to other Zope environments (or time) but I'll accept patches...

Some screenshots are available of version 1.4:

  1. Fresh installation
  2. All possible calls being monitored
  3. Table of results (using a dummy test DTML Method and Py Script)
  4. Detail of one of the sessions (note that there's a lot of colour in this because there's not many calls)
  5. Results by URL
  6. Table of aggregated results
  7. Detail of an aggregated result

Note that because the example page being used in these screenshots is so simple, some of the additional features are not shown ... like culling of "uninteresting" processing steps (time spent in a call that takes less than 0.5% of the total processing time - this doesn't remove actual calls though) and indication of repetition of calls with "(3rd call)".

 Title   Type   Size   Modified   Status 
 aggregate_detail.png Edit object Image 21 K 2002-02-07 published
 aggregates.png Edit object Image 14 K 2002-02-07 published
 Call Profiler - profile your Zope website Edit object News Item 1 K 2002-01-31 published
 CallProfiler-1.4.tar.gz Edit object Software Release   2002-02-08 published
 config_all.png Edit object Image 17 K 2002-02-07 published
 config_start.png Edit object Image 15 K 2002-02-07 published
 README.txt Edit object File 3 K 2002-01-31 published
 results.png Edit object Image 22 K 2002-02-07 published
 results_by_url.png Edit object Image 15 K 2002-02-07 published
 results_detail.png Edit object Image 29 K 2002-02-07 published