[Zope] ZODB FileStorage inspection tool: treenalyser

Pelletier Vincent vincent at nexedi.com
Tue Jul 24 08:50:05 EDT 2007


Hi.

I created a ZODB FileStorage inspection tool which originaly derived from 
netspace.py (as of zope 2.8.8). I was especially interested in actual object 
content, so this script offers the possibility to hex dump objects, and 
exports some more knobs (recursion depth, subtree selection, more verbosity 
levels) as parameters and adds some features (python-friendly path rendering, 
recursion depth error handled).
I removed the pack-before-use feature as I consider it out of place (packing 
considered a read-only operation doesn't mean it should be made available in 
every tool doing read-only operations...).

You can get it from the following SVN repository:

https://svn.erp5.org/public/erp5/trunk/utils/treenalyser.py

ViewVC available at:

http://svn.erp5.org/erp5/trunk/utils/treenalyser.py

-- 
Vincent Pelletier

PS: Yeah, its name is bad... Feel free to propose any better naming.


More information about the Zope mailing list