Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodbtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
zodbtools
Commits
1e506a81
Commit
1e506a81
authored
Nov 17, 2016
by
Kazuhiko Shiozaki
Committed by
Kirill Smelkov
Nov 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zodbanalyze: now supports both FileStorage and repozo deltafs
/reviewed-on
!1
/see-also
slapos!116
parent
ab17cf2d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
140 additions
and
62 deletions
+140
-62
README.rst
README.rst
+1
-0
setup.py
setup.py
+3
-2
zodbtool/zodbanalyze.py
zodbtool/zodbanalyze.py
+136
-60
No files found.
README.rst
View file @
1e506a81
...
...
@@ -8,5 +8,6 @@ scripts anymore. So we are here:
__ https://github.com/zopefoundation/ZODB/pull/128#issuecomment-260970932
- `zodbanalyze` - analyze FileStorage or repozo deltafs usage.
- `zodbcmp` - compare content of two ZODB databases bit-to-bit.
- `zodbdump` - dump content of a ZODB database.
setup.py
View file @
1e506a81
...
...
@@ -26,8 +26,9 @@ setup(
# zodb cmd ...
# zodb dump ...
entry_points
=
{
'console_scripts'
:
[
'zodbcmp = zodbtool.zodbcmp:main'
,
'zodbdump = zodbtool.zodbdump:main'
,
'zodbanalyze = zodbtool.zodbanalyze:main'
,
'zodbcmp = zodbtool.zodbcmp:main'
,
'zodbdump = zodbtool.zodbdump:main'
,
]
},
...
...
zodbtool/zodbanalyze.py
View file @
1e506a81
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment