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.
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to