[Zope] finding which request dragged all the objects into memory

Dieter Maurer dieter at handshake.de
Thu Oct 11 14:26:31 EDT 2007


Chris Withers wrote at 2007-10-11 15:09 +0100:
> ...
>Anyone found any good logging methods or other strategies for 
>determining which request dragged all the object in the zodb into memory?

To analyse faults in the persistency design I have
instrumented "ZEO.ServerStub" to optionally log its
communication with ZEO. Among others, it reports which object
it loads, what class and what size the object has.

This is not optimal for your current problem but may help a bit....



-- 
Dieter


More information about the Zope mailing list