BLDREAD(8)
NAME
bldread - read bld dumps
SYNOPSIS
bld -h | filename
OPTIONS
-h display usage
DESCRIPTION
bldread is the utility designed to read bld dump files. It outputs
semicolon separated values in the following order:
o IP address (`a.b.c.d')
o Insertion time (timestamp in seconds)
o Last update (timestamp in seconds)
o Number of submissions during the interval
o Second submissions counter
o options bitfield (`1' if forced insertion, no other options yet)
o Blacklist flag (`1' if blacklisted, `0' otherwise)
o Internal pointer value for debugging purposes
o Another internal pointer value for debugging purposes
FILES
/var/run/bld/bld_iplist.dump /var/run/bld/bld_blacklist.dump
SEE ALSO
bld(8) bldquery(8) bldsubmit(8) bldinsert(8) blddecr(8)
AUTHOR
- Olivier Beyssac <obld@r14.freenix.org>