22 Oct
2003
22 Oct
'03
6:54 p.m.
Bjorn Stabell wrote at 2003-10-22 15:53 +0800:
What is a good tool for analyzing the size of each object in the ZODB, pickled and unpacked in memory? I'm using Zope 2.6.2.
I do not think there is such a tool. I enhanced the output of "fsdump" to include the pickle size of object records in a transaction. The main purpose has been to analyse the reasons for unexpected transaction sizes (turned out to be ZCatalog Metadata). Dieter