[ZODB-Dev] How can I analyse what's beign added to a ZODB and
where?
Tim Peters
tim at zope.com
Thu Jan 20 09:57:59 EST 2005
[Chris Withers]
> I have a Data.fs that's mysteriously growing :-(
>
> What tools should I use to find out:
>
> - what type of objects are causing the growth
> - where in a Zope-ish tree these objects are being added
Start here:
http://zope.org/Wikis/ZODB/FileStorageBackup
and use fsdump.py to eyeball the transactions that committed during a period
of mysterious growth. That may be enough.
More information about the ZODB-Dev
mailing list