1 2 3 4 5 6 7 8 9
# $Id$ # # Print out the number of log records for transactions that we # encountered. /^\[/{ if ($5 != 0) print $5 }