mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.5
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
d28d8feb4f
commit
8904b5b82c
21 changed files with 708 additions and 6816 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.\" http://www.iki.fi/kerolasa/
|
||||
.\" kerolasa@iki.fi
|
||||
.\"
|
||||
.TH DHCPD-POOLS 1 "Apr 20 2008 - version 2.4"
|
||||
.TH DHCPD-POOLS 1 "May 1 2008 - version 2.5"
|
||||
.SH NAME
|
||||
dhcpd-pools \- ISC dhcp pools usage analysis
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -10,7 +10,7 @@ dhcpd-pools \- ISC dhcp pools usage analysis
|
|||
[-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.
|
||||
analysis and outputs it in selected format.
|
||||
.SH ARGUMENTS
|
||||
.TP
|
||||
.I "\-c, \-\-config"
|
||||
|
|
@ -21,20 +21,23 @@ Path to the dhcpd.leases file.
|
|||
.TP
|
||||
.I "\-s, \-\-sort"
|
||||
Sort ranges by IP, name, maximum, currently in use or percent.
|
||||
IP is default.
|
||||
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 directed. Default is stdout.
|
||||
File where output is written. 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.
|
||||
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.
|
||||
|
|
@ -53,8 +56,7 @@ Print help to standard output and exit successfully.
|
|||
.br
|
||||
ISC dhcpd lease file.
|
||||
.SH BUGS
|
||||
Not known but plenty of missing features. See TODO file in source
|
||||
distribution.
|
||||
Not known.
|
||||
.SH AUTHOR
|
||||
Sami Kerola <kerolasa@iki.fi>
|
||||
.br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue