readme

来自「这是国外的resip协议栈」· 代码 · 共 35 行

TXT
35
字号
# $Id: README,v 10.7 2004/09/24 00:43:16 bostic Exp $Berkeley DB log dump utility.  This utility dumps out a DB log in humanreadable form, a record at a time, to assist in recovery and transactionabort debugging.=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=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 committed or aborted.txn.awk		Print out all the records for a comma-separated list of		transaction IDs.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?