richard
Title | Type | Size | Last Modified | Description |
---|---|---|---|---|
![]() |
Software Package | 2002-08-20 | 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:
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)". |
|
![]() |
Software Package | 2003-04-11 | Note: this product is being rolled into Zope 2.7! This product has been superseded by the much better reStructuredText product by Andreas Jung. |
|
![]() |
Folder | 2002-06-25 | ||
![]() |
File | 1 K | 2002-02-20 | |
![]() |
Software Package | 2001-05-15 | This is the first, unsupported release of our internal QA testing system. Note, it's not a real product yet, just a snapshot of some DTML and SQL methods. It will be a product eventually... To make it go:
To start using the system, click on the
design issue box. Now click "register and do next test" to move on.
Once outcomes are registered, you may follow the
If you find that an outcome requires a comment, simply click the |
|
![]() |
Folder | 2001-10-16 | ||
![]() |
Software Package | 2002-02-28 | this package is no longer maintained due to a lack of resources |
|
![]() |
Software Package | 2005-04-14 | Requirements A postgres database connection in your Zope (eg. ZPsycopgDA) Installation 1. Copy the ZSQLSessionDataManager folder to a Products directory. 2. Restart Zope. 3. Once loaded, add a "Session Data Manager (ZSQL)" which uses your database connection. Maintenance You may wish to clear out the session table sometimes. The management page will let you do this. Alternatively, poke directly at the table and use the "lastmod" column to determine age. Please don't bug me for additional features. |