Commit 4e803728 authored by 's avatar

updated / unified sha-bang as discussed on zope-dev

(distutils mungs it anyway, so it's just relevant for developers)
parent 00f6abf3
#!python
#!/usr/bin/env python2.3
# Based on a transaction analyzer by Matt Kromer.
import pickle
......
#!python
#!/usr/bin/env python2.3
"""Check the consistency of BTrees in a Data.fs
usage: checkbtrees.py data.fs
......
#!python
#!/usr/bin/env python2.3
"""Print a text summary of the contents of a FileStorage."""
from ZODB.FileStorage.fsdump import fsdump
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
......
#!python
#!/usr/bin/env python2.3
"""Print details statistics from fsdump output."""
import re
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
# Copyright (c) 2001, 2002, 2003 Zope Corporation and Contributors.
......
#!python
#!/usr/bin/env python2.3
"""Report on the net size of objects counting subobjects.
usage: netspace.py [-P | -v] data.fs
......
#!python
#!/usr/bin/env python2.3
"""Parse the BLATHER logging generated by ZEO2.
An example of the log format is:
......
#!python
#!/usr/bin/env python2.3
# repozo.py -- incremental and full backups of a Data.fs file.
#
......
#! /usr/bin/env python
#!/usr/bin/env python2.3
"""Report on the space used by objects in a storage.
......
#!python
#!/usr/bin/env python2.3
"""Transaction timeout test script.
......
#!python
#!/usr/bin/env python2.3
"""Connect to a ZEO server and ask it to pack.
Usage: zeopack.py [options]
......
#!python
#!/usr/bin/env python2.3
"""Report on the number of currently waiting clients in the ZEO queue.
Usage: %(PROGRAM)s [options] logfile
......
#!python
#!/usr/bin/env python2.3
"""Parse the BLATHER logging generated by ZEO, and optionally replay it.
Usage: zeointervals.py [options]
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
......@@ -140,7 +141,7 @@ Commands:
- wall time to verify
- average miliseconds to verify per object.
$Id: zeoserverlog.py,v 1.4 2003/10/24 15:29:13 jeremy Exp $
$Id: zeoserverlog.py,v 1.5 2004/03/18 13:27:49 yuppie Exp $
"""
import datetime, sys, re, os
......
#!python
#!/usr/bin/env python2.3
"""Make sure a ZEO server is running.
usage: zeoup.py [options]
......
#!python
#!/usr/bin/env python2.3
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
......@@ -88,7 +89,7 @@ Usage: loadmail2 [options]
Specify the mailbox for getting input data.
$Id: zodbload.py,v 1.4 2003/11/19 15:36:31 jeremy Exp $
$Id: zodbload.py,v 1.5 2004/03/18 13:27:49 yuppie Exp $
"""
import mailbox
......
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