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

Log in
Name

Password

 
 

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)".

Latest Release: 1.4
Last Updated: 2002-02-08 01:10:31
Author: ZopeOrgSite
Categories: Developer, Server, Statistics and Analysis
Maturity: Development

Available Releases

Version Maturity Platform Released
1.4 Development   2002-02-08 01:10:31
  CallProfiler-1.4.tar.gz (12 K) All