diff options
Diffstat (limited to 'bdb/db_printlog/README')
-rw-r--r-- | bdb/db_printlog/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bdb/db_printlog/README b/bdb/db_printlog/README index 7d8da505e49..d59f4c77f55 100644 --- a/bdb/db_printlog/README +++ b/bdb/db_printlog/README @@ -1,4 +1,4 @@ -# $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $ +# $Id: README,v 10.6 2002/06/20 14:52:54 bostic Exp $ Berkeley DB log dump utility. This utility dumps out a DB log in human readable form, a record at a time, to assist in recovery and transaction @@ -10,14 +10,23 @@ commit.awk Output transaction ID of committed transactions. count.awk Print out the number of log records for transactions that we encountered. +dbname.awk Take a comma-separated list of database names and spit + out all the log records that affect those databases. + fileid.awk Take a comma-separated list of file numbers and spit out all the log records that affect those file numbers. +logstat.awk Display log record count/size statistics. + pgno.awk Take a comma-separated list of page numbers and spit out all the log records that affect those page numbers. range.awk Print out a range of the log. +rectype.awk Print out a range of the log -- command line should + set RECTYPE to the a comma separated list of the + rectypes (or partial strings of rectypes) sought. + status.awk Read through db_printlog output and list the transactions encountered, and whether they commited or aborted. |