Commit c2e614e7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add README.zodbanalyze.txt.

parent bf026b27
zodbanalyze
-----------
This is an improved version of ZODB's ZODB/scripts/analyze.py.
* faster
* does not require Products.
* supports csv output by '-c' or '--csv'
* supports using DBM temporary storage to limit memory usage by '-d' or '--dbm', otherwise memory usage is O(n) of number of OIDs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment