mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.6
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
8904b5b82c
commit
4f000e7ab6
14 changed files with 374 additions and 268 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.\" http://www.iki.fi/kerolasa/
|
||||
.\" kerolasa@iki.fi
|
||||
.\"
|
||||
.TH DHCPD-POOLS 1 "May 1 2008 - version 2.5"
|
||||
.TH DHCPD-POOLS 1 "May 10 2008 - version 2.6"
|
||||
.SH NAME
|
||||
dhcpd-pools \- ISC dhcp pools usage analysis
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -11,6 +11,35 @@ dhcpd-pools \- ISC dhcp pools usage analysis
|
|||
.SH DESCRIPTION
|
||||
The program counts ISC dhcp shared network and pool usage
|
||||
analysis and outputs it in selected format.
|
||||
.SH FIELDS
|
||||
.TP
|
||||
.I "shared net name"
|
||||
Name of the shared-network for the range.
|
||||
.TP
|
||||
.I "first ip"
|
||||
First IP in lease pool range.
|
||||
.TP
|
||||
.I "last ip"
|
||||
Last IP in lease pool range.
|
||||
.TP
|
||||
.I "max"
|
||||
Number of IPs which exist on pool, shared network or all together.
|
||||
.TP
|
||||
.I "cur"
|
||||
Number of leases currently in use.
|
||||
.TP
|
||||
.I "percent"
|
||||
Percent of IPs currently in use compared to max.
|
||||
.TP
|
||||
.I "touch"
|
||||
Number of leases which are not actively. This number should indicate how
|
||||
much there are clients which are turned off.
|
||||
.TP
|
||||
.I "t+c"
|
||||
Touched leases and currently in use together.
|
||||
.TP
|
||||
.I "t+c perc"
|
||||
Percent of touched and currently in use together compared to max.
|
||||
.SH ARGUMENTS
|
||||
.TP
|
||||
.I "\-c, \-\-config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue