mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
61 lines
1.5 KiB
Groff
61 lines
1.5 KiB
Groff
.\" Sami Kerola
|
|
.\" http://www.iki.fi/kerolasa/
|
|
.\" kerolasa@iki.fi
|
|
.\"
|
|
.TH DHCPD-POOLS 1 "Apr 20 2008 - version 2.3"
|
|
.SH NAME
|
|
dhcpd-pools \- ISC dhcp pools usage analysis
|
|
.SH SYNOPSIS
|
|
.B dhcpd-pools
|
|
[-c file] [-l file] [-f thc] [-o file] [-v] [-h]
|
|
.SH DESCRIPTION
|
|
The program counts ISC dhcp shared network and pool usage
|
|
analysis and outputs it in choosen format.
|
|
.SH ARGUMENTS
|
|
.TP
|
|
.I "\-c, \-\-config"
|
|
Path to the dhcpd.conf file.
|
|
.TP
|
|
.I "\-l, \-\-leases"
|
|
Path to the dhcpd.leases file.
|
|
.TP
|
|
.I "\-f, \-\-format"
|
|
Output format. Currently there is text, html and csv
|
|
(comma-separated values). Default is text.
|
|
.TP
|
|
.I "\-o, \-\-output"
|
|
File where output is directed. Default is stdout.
|
|
.TP
|
|
.I "\-L, \-\-limit"
|
|
Limit what is printed. Syntax is similar to chmod permission
|
|
string. This limit string has two meaningful digits which can be
|
|
between 0 and 7. First digit limits output of headers and second
|
|
numeric analysis tables.
|
|
.TP
|
|
.I "\-v, \-\-version"
|
|
Print version information to standard output and exit successfully.
|
|
.TP
|
|
.I "\-h, \-\-help"
|
|
Print help to standard output and exit successfully.
|
|
.SH FILES
|
|
.if n .ta 2.8i
|
|
.if t .ta 2.1i
|
|
/etc/dhcpd.conf
|
|
.br
|
|
ISC dhcpd configuration file.
|
|
.br
|
|
.br
|
|
/var/lib/dhcp/dhcpd.leases
|
|
.br
|
|
ISC dhcpd lease file.
|
|
.SH BUGS
|
|
Not known but plenty of missing features. See TODO file in source
|
|
distribution.
|
|
.SH AUTHOR
|
|
Sami Kerola <kerolasa@iki.fi>
|
|
.br
|
|
http://dhcpd-pools.sourceforge.net/
|
|
.SH "SEE ALSO"
|
|
.BR dhcpd.leases (5),
|
|
.BR dhcpd.conf (5),
|
|
.BR chmod (1)
|