File: bldread.8

package info (click to toggle)
bld 0.3.4.1-4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 576 kB
  • ctags: 268
  • sloc: ansic: 2,333; sh: 175; makefile: 157; perl: 135; python: 36
file content (40 lines) | stat: -rw-r--r-- 945 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH BLDREAD "8" "August 2004"
.SH NAME
bldread - read bld dumps
.SH SYNOPSIS
.br
.B bld
-h | filename
.SH OPTIONS
\fB\-h\fR
display usage
.SH DESCRIPTION
.PP
\fBbldread\fR is the utility designed to read \fBbld\fR dump files.  It
outputs semicolon separated values in the following order:
.IP \(bu
IP address (`a.b.c.d')
.IP \(bu
Insertion time (timestamp in seconds)
.IP \(bu
Last update (timestamp in seconds)
.IP \(bu
Number of submissions during the interval
.IP \(bu
Second submissions counter
.IP \(bu
options bitfield (`1' if forced insertion, no other options yet)
.IP \(bu
Blacklist flag (`1' if blacklisted, `0' otherwise)
.IP \(bu
Internal pointer value for debugging purposes
.IP \(bu
Another internal pointer value for debugging purposes
.SH FILES
.PP
/var/run/bld/bld_iplist.dump
/var/run/bld/bld_blacklist.dump
.SH SEE ALSO
bld(8) bldquery(8) bldsubmit(8) bldinsert(8) blddecr(8)
.SH AUTHOR
Olivier Beyssac <obld@r14.freenix.org>