diff --git a/webpages/index.html b/webpages/index.html index 861c4e8..7fb097d 100644 --- a/webpages/index.html +++ b/webpages/index.html @@ -19,7 +19,13 @@ BODY { background-color:#ffffff; margin:20px; -width:520px; +max-width:700px; +} +DIV.tt { +font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; +font-size: 12px; +font-style: normal; +font-variant: normal; } @@ -39,15 +45,17 @@ there is lots of data. On cheap laptop the speed of analysis is more than 100k leases per second. Number of ranges, or shared networks, does not make any significant difference in getting analysis done.


-
prompt> ./dhcpd-pools -c ~/testdata/dhcpd.conf -l ~/testdata/dhcpd.leases -o ~/sampleoutput.txt
-prompt> cat ~/sampleoutput.txt
+
+prompt> ./dhcpd-pools -c /etc/dhcpd.conf -l /var/lib/dhcp/dhcpd.leases -o +./sampleoutput.txt
+prompt> cat ./sampleoutput.txt +

Where I can get dhcpd-pools?

Download release package or clone from git

-
-git clone git://git.code.sf.net/p/dhcpd-pools/code dhcpd-pools
+
git clone git://git.code.sf.net/p/dhcpd-pools/code dhcpd-pools

See also SourceForge project page.

Documentation