mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.7
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
4f000e7ab6
commit
625cde6b9c
26 changed files with 13445 additions and 1465 deletions
|
|
@ -2,12 +2,12 @@
|
|||
.\" http://www.iki.fi/kerolasa/
|
||||
.\" kerolasa@iki.fi
|
||||
.\"
|
||||
.TH DHCPD-POOLS 1 "May 10 2008 - version 2.6"
|
||||
.TH DHCPD-POOLS 1 "May 18 2008 - version 2.7"
|
||||
.SH NAME
|
||||
dhcpd-pools \- ISC dhcp pools usage analysis
|
||||
.SH SYNOPSIS
|
||||
.B dhcpd-pools
|
||||
[-c file] [-l file] [-f thc] [-o file] [-v] [-h]
|
||||
[-c file] [-l file] [-f thc] [-s nimcptTe] [-r] [-o file] [-L nr] [-v] [-h]
|
||||
.SH DESCRIPTION
|
||||
The program counts ISC dhcp shared network and pool usage
|
||||
analysis and outputs it in selected format.
|
||||
|
|
@ -49,8 +49,10 @@ Path to the dhcpd.conf file.
|
|||
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.
|
||||
Sort ranges by chosen fields as a sorting keys. Maximum of five
|
||||
sort keys can be defined. Keys weight from left to right IE if
|
||||
more weighting keys are equal next one is used. The IP field is
|
||||
default sort key.
|
||||
.TP
|
||||
.I "\-r, \-\-reverse"
|
||||
Sort results in reverse order.
|
||||
|
|
@ -64,9 +66,9 @@ 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.
|
||||
string. The limit string uses two digits which vary between 0 to
|
||||
7. First digit will cause on headers and second numeric analysis
|
||||
tables to included or dropped from output.
|
||||
.TP
|
||||
.I "\-v, \-\-version"
|
||||
Print version information to standard output and exit successfully.
|
||||
|
|
@ -84,8 +86,6 @@ Print help to standard output and exit successfully.
|
|||
/var/lib/dhcp/dhcpd.leases
|
||||
.br
|
||||
ISC dhcpd lease file.
|
||||
.SH BUGS
|
||||
Not known.
|
||||
.SH AUTHOR
|
||||
Sami Kerola <kerolasa@iki.fi>
|
||||
.br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue