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
|
|
@ -66,8 +66,6 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
|
|||
AMTAR = @AMTAR@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEPDIR = @DEPDIR@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
PACKAGE = @PACKAGE@
|
||||
|
|
@ -75,14 +73,10 @@ PERL = @PERL@
|
|||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
dhcpd_conf = @dhcpd_conf@
|
||||
dhcpd_leases = @dhcpd_leases@
|
||||
install_sh = @install_sh@
|
||||
mkdir_p = @mkdir_p@
|
||||
output_format = @output_format@
|
||||
output_limit = @output_limit@
|
||||
|
||||
|
|
@ -95,7 +89,7 @@ EXTRA_DIST = $(man_MANS) $(noinst_SCRIPTS) # $(man_aux)
|
|||
MAINTAINERCLEANFILES = $(man_MANS)
|
||||
subdir = man
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/$@)]
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SCRIPTS = $(noinst_SCRIPTS)
|
||||
|
||||
|
|
|
|||
|
|
@ -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