mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
67 lines
1.5 KiB
Groff
67 lines
1.5 KiB
Groff
.\" Sami Kerola
|
|
.\" http://www.iki.fi/kerolasa/
|
|
.\" kerolasa@iki.fi
|
|
.\"
|
|
.TH DHCPD-POOLS 1 "May 1 2008 - version 2.5"
|
|
.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 selected 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 "\-s, \-\-sort"
|
|
Sort ranges by IP, name, maximum, currently in use or percent.
|
|
The IP is default.
|
|
.TP
|
|
.I "\-r, \-\-reverse"
|
|
Sort results in reverse order.
|
|
.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 written. Default is stdout.
|
|
.TP
|
|
.I "\-L, \-\-limit"
|
|
Limit what will be printed. Syntax is similar to chmod permission
|
|
string. The limit string uses two digits which vary between 0 and
|
|
7. First digit will effect on headers and second one to 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.
|
|
.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)
|