Mailing List Archive

[Ann] "analyseObjects": analyse live objects
With ExtensionClass becoming a Python new style class (i.e. with Zope 2.8), Zope's main tool to analyse memory leaks (the "Refcount"s display in "Control_Panel --> Debug information) lost most of its value as it now only reports refcounts for old style classes and acquistion wrappers. Therefore, I developped analyseObjects. It can be used as an "External Method".

analyseObjects analyses the objects known to the garbage collector. Usually, these include only objects that can contain links to other objects (such as tuples, lists, dicts, class instances, ...). Therefore, it can not detect all memory leaks (e.g. an old leak losing string objects in the session machinery could not have been detected). Nevertheless, it is a valuable aid.

More information and download:

<http://www.dieter.handshake.de/pyprojects/zope#analyseObjects>



--
Dieter
_______________________________________________
Zope-Announce maillist - Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

Zope-Announce for Announcements only - no discussions

(Related lists -
Users: http://mail.zope.org/mailman/listinfo/zope
Developers: http://mail.zope.org/mailman/listinfo/zope-dev )